#BDDAAE

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

Shades of Madang #BDDAAE

Tints of Madang #BDDAAE

Color information

#BDDAAE (or 0xBDDAAE) is unknown color: approx Madang. HEX triplet: BD, DA and AE. RGB value is (189,218,174). Sum of RGB (Red+Green+Blue) = 189+218+174=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAAE is #422551. Grayscale: #CCCCCC. Windows color (decimal): -4334930 or 11459261. OLE color: 11459261.

HSL color Cylindrical-coordinate representation of color #BDDAAE: hue angle of 99.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDAAE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB189218174-
CMYK0.1300.200.15
HSL99.55º37.29%76.86%-
HSV(B)99.55º20.18%85.49%-
XYZ53.764.0249.57-
YUV204.31110.89117.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=32.53%
G=37.52%
B=29.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181740.1300.200.1599.5537.2976.86
HexBDDAAED014F64254d
Octal275332256150241714445115
Binary1011110111011010101011101101010100111111001001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAAE; }

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

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

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

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

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

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

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

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