#BCDCA9

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

Shades of Madang #BCDCA9

Tints of Madang #BCDCA9

Color information

#BCDCA9 (or 0xBCDCA9) is unknown color: approx Madang. HEX triplet: BC, DC and A9. RGB value is (188,220,169). Sum of RGB (Red+Green+Blue) = 188+220+169=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCA9 is #432356. Grayscale: #CCCCCC. Windows color (decimal): -4399959 or 11132092. OLE color: 11132092.

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

Color convert

RGB188220169-
CMYK0.1500.230.14
HSL97.65º42.15%76.27%-
HSV(B)97.65º23.18%86.27%-
XYZ53.4964.7447.21-
YUV204.62107.9116.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=32.58%
G=38.13%
B=29.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201690.1500.230.1497.6542.1576.27
HexBCDCA9F017E622a4c
Octal274334251170271614252114
Binary1011110011011100101010011111010111111011000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCA9; }

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

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

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

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

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

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

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

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