#BDDEAD

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

Shades of Madang #BDDEAD

Tints of Madang #BDDEAD

Color information

#BDDEAD (or 0xBDDEAD) is unknown color: approx Madang. HEX triplet: BD, DE and AD. RGB value is (189,222,173). Sum of RGB (Red+Green+Blue) = 189+222+173=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAD is #422152. Grayscale: #CECECE. Windows color (decimal): -4333907 or 11394749. OLE color: 11394749.

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

Color convert

RGB189222173-
CMYK0.1500.220.13
HSL100.41º42.61%77.45%-
HSV(B)100.41º22.07%87.06%-
XYZ54.6566.0849.41-
YUV206.55109.07115.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=32.36%
G=38.01%
B=29.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221730.1500.220.13100.4142.6177.45
HexBDDEADF016D642b4d
Octal275336255170261514453115
Binary1011110111011110101011011111010110110111001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEAD; }

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

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

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

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

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

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

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

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