#BDDEB0

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

Shades of Madang #BDDEB0

Tints of Madang #BDDEB0

Color information

#BDDEB0 (or 0xBDDEB0) is unknown color: approx Madang. HEX triplet: BD, DE and B0. RGB value is (189,222,176). Sum of RGB (Red+Green+Blue) = 189+222+176=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEB0 is #42214F. Grayscale: #CFCFCF. Windows color (decimal): -4333904 or 11591357. OLE color: 11591357.

HSL color Cylindrical-coordinate representation of color #BDDEB0: hue angle of 103.04º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDEB0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB189222176-
CMYK0.1500.210.13
HSL103.04º41.07%78.04%-
HSV(B)103.04º20.72%87.06%-
XYZ54.9466.250.96-
YUV206.89110.57115.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=32.20%
G=37.82%
B=29.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221760.1500.210.13103.0441.0778.04
HexBDDEB0F015D67294e
Octal275336260170251514751116
Binary1011110111011110101100001111010101110111001111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEB0; }

 p { color: rgb(189,222,176); }

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

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

 a { background-color: rgb(189,222,176); }

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

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

 span { border-color: rgb(189,222,176); }

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