#BCDFA9

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

Shades of Madang #BCDFA9

Tints of Madang #BCDFA9

Color information

#BCDFA9 (or 0xBCDFA9) is unknown color: approx Madang. HEX triplet: BC, DF and A9. RGB value is (188,223,169). Sum of RGB (Red+Green+Blue) = 188+223+169=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFA9 is #432056. Grayscale: #CECECE. Windows color (decimal): -4399191 or 11132860. OLE color: 11132860.

HSL color Cylindrical-coordinate representation of color #BCDFA9: hue angle of 98.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDFA9 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB188223169-
CMYK0.1600.240.13
HSL98.89º45.76%76.86%-
HSV(B)98.89º24.22%87.45%-
XYZ54.2966.3347.48-
YUV206.38106.9114.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 169 (66.41% from 255) = 29.14%
R=32.41%
G=38.45%
B=29.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231690.1600.240.1398.8945.7676.86
HexBCDFA910018D632e4d
Octal274337251200301514356115
Binary10111100110111111010100110000011000110111000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFA9; }

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

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

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

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

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

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

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

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