Shades of Madang #BDE0AE
Tints of Madang #BDE0AE
RGB
CMYK
RGB Variations
Color information
#BDE0AE (or 0xBDE0AE) is known color: Madang. HEX triplet: BD, E0 and AE. RGB value is (189,224,174). Sum of RGB (Red+Green+Blue) = 189+224+174=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0AE is #421F51. Grayscale: #D0D0D0. Windows color (decimal): -4333394 or 11460797. OLE color: 11460797.
HSL color Cylindrical-coordinate representation of color #BDE0AE: hue angle of 102º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE0AE is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 174 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.12 |
| HSL | 102º | 0.45% | 0.78% | - |
| HSV(B) | 102º | 0.22% | 0.88% | - |
| XYZ | 55.28 | 67.19 | 50.1 | - |
| YUV | 207.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 174 | 0.16 | 0 | 0.22 | 0.12 | 102 | 0.45 | 0.78 |
| Hex | BD | E0 | AE | 10 | 0 | 16 | C | 66 | 2D | 4E |
| Octal | 275 | 340 | 256 | 20 | 0 | 26 | 14 | 146 | 55 | 116 |
| Binary | 10111101 | 11100000 | 10101110 | 10000 | 0 | 10110 | 1100 | 1100110 | 101101 | 1001110 |
Color Harmonies of #BDE0AE
Complementary color
Monochromatic Colors of #BDE0AE
Black with #BDE0AE
Text Example
Text Example
White with #BDE0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0AE; }
p { color: rgb(189,224,174); }
H1.HeaderClassName
{
color: #BDE0AE;
}
.AnyTagClassName
{
color: #BDE0AE;
}
</style>
background-color css
<style>
a { background-color: #BDE0AE; }
a { background-color: rgb(189,224,174); }
div.DivClassName
{
background-color: #BDE0AE;
}
.BgClassName
{
background-color: #BDE0AE;
}
</style>
border-color css
<style>
span { border-color: #BDE0AE; }
span { border-color: rgb(189,224,174); }
td.TdClassName
{
border-color: #BDE0AE;
}
.TagClassName
{
border-color: #BDE0AE;
}
</style>