#BDDBAE

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

Shades of Madang #BDDBAE

Tints of Madang #BDDBAE

Color information

#BDDBAE (or 0xBDDBAE) is unknown color: approx Madang. HEX triplet: BD, DB and AE. RGB value is (189,219,174). Sum of RGB (Red+Green+Blue) = 189+219+174=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBAE is #422451. Grayscale: #CDCDCD. Windows color (decimal): -4334674 or 11459517. OLE color: 11459517.

HSL color Cylindrical-coordinate representation of color #BDDBAE: hue angle of 100º 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 #BDDBAE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB189219174-
CMYK0.1400.210.14
HSL100º38.46%77.06%-
HSV(B)100º20.55%85.88%-
XYZ53.9664.5449.66-
YUV204.9110.56116.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=32.47%
G=37.63%
B=29.90%

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
Decimal1892191740.1400.210.1410038.4677.06
HexBDDBAEE015E64264d
Octal275333256160251614446115
Binary1011110111011011101011101110010101111011001001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBAE; }

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

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

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

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

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

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

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

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