#BCF7A9

Color #BCF7A9 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BCF7A9

Tints of Madang #BCF7A9

Color information

#BCF7A9 (or 0xBCF7A9) is unknown color: approx Madang. HEX triplet: BC, F7 and A9. RGB value is (188,247,169). Sum of RGB (Red+Green+Blue) = 188+247+169=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF7A9 is #430856. Grayscale: #DCDCDC. Windows color (decimal): -4393047 or 11139004. OLE color: 11139004.

HSL color Cylindrical-coordinate representation of color #BCF7A9: hue angle of 105.38º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCF7A9 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB188247169-
CMYK0.2400.320.03
HSL105.38º82.98%81.57%-
HSV(B)105.38º31.58%96.86%-
XYZ61.1680.0849.77-
YUV220.4798.95104.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 169 (66.41% from 255) = 27.98%
R=31.13%
G=40.89%
B=27.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471690.2400.320.03105.3882.9881.57
HexBCF7A9180203695352
Octal274367251300403151123122
Binary10111100111101111010100111000010000011110100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7A9; }

 p { color: rgb(188,247,169); }

 H1.HeaderClassName
 {
   color: #BCF7A9;
 }
 .AnyTagClassName
 {
   color: #BCF7A9;
 }
</style>
background-color css

<style>
 a { background-color: #BCF7A9; }

 a { background-color: rgb(188,247,169); }

 div.DivClassName
 {
   background-color: #BCF7A9;
 }
 .BgClassName
 {
   background-color: #BCF7A9;
 }
</style>
border-color css

<style>
 span { border-color: #BCF7A9; }

 span { border-color: rgb(188,247,169); }

 td.TdClassName
 {
   border-color: #BCF7A9;
 }
 .TagClassName
 {
   border-color: #BCF7A9;
 }
</style>