#BCDAA8

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

Shades of Madang #BCDAA8

Tints of Madang #BCDAA8

Color information

#BCDAA8 (or 0xBCDAA8) is unknown color: approx Madang. HEX triplet: BC, DA and A8. RGB value is (188,218,168). Sum of RGB (Red+Green+Blue) = 188+218+168=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA8 is #432557. Grayscale: #CBCBCB. Windows color (decimal): -4400472 or 11066044. OLE color: 11066044.

HSL color Cylindrical-coordinate representation of color #BCDAA8: hue angle of 96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDAA8 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB188218168-
CMYK0.1400.230.15
HSL96º40.32%75.69%-
HSV(B)96º22.94%85.49%-
XYZ52.8863.6646.55-
YUV203.33108.06117.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 168 (66.02% from 255) = 29.27%
R=32.75%
G=37.98%
B=29.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181680.1400.230.159640.3275.69
HexBCDAA8E017F60284c
Octal274332250160271714050114
Binary1011110011011010101010001110010111111111000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAA8; }

 p { color: rgb(188,218,168); }

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

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

 a { background-color: rgb(188,218,168); }

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

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

 span { border-color: rgb(188,218,168); }

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