#BCDBAE

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

Shades of Madang #BCDBAE

Tints of Madang #BCDBAE

Color information

#BCDBAE (or 0xBCDBAE) is unknown color: approx Madang. HEX triplet: BC, DB and AE. RGB value is (188,219,174). Sum of RGB (Red+Green+Blue) = 188+219+174=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAE is #432451. Grayscale: #CCCCCC. Windows color (decimal): -4400210 or 11459516. OLE color: 11459516.

HSL color Cylindrical-coordinate representation of color #BCDBAE: hue angle of 101.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDBAE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB188219174-
CMYK0.1400.210.14
HSL101.33º38.46%77.06%-
HSV(B)101.33º20.55%85.88%-
XYZ53.7164.4149.65-
YUV204.6110.73116.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=32.36%
G=37.69%
B=29.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191740.1400.210.14101.3338.4677.06
HexBCDBAEE015E65264d
Octal274333256160251614546115
Binary1011110011011011101011101110010101111011001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBAE; }

 p { color: rgb(188,219,174); }

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

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

 a { background-color: rgb(188,219,174); }

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

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

 span { border-color: rgb(188,219,174); }

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