Shades of Madang #BDE2AA
Tints of Madang #BDE2AA
RGB
CMYK
RGB Variations
Color information
#BDE2AA (or 0xBDE2AA) is known color: Madang. HEX triplet: BD, E2 and AA. RGB value is (189,226,170). Sum of RGB (Red+Green+Blue) = 189+226+170=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE2AA is #421D55. Grayscale: #D0D0D0. Windows color (decimal): -4332886 or 11199165. OLE color: 11199165.
HSL color Cylindrical-coordinate representation of color #BDE2AA: hue angle of 99.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE2AA is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 170 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.11 |
| HSL | 99.64º | 0.49% | 0.78% | - |
| HSV(B) | 99.64º | 0.25% | 0.89% | - |
| XYZ | 55.44 | 68.11 | 48.26 | - |
| YUV | 208.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 170 | 0.16 | 0 | 0.25 | 0.11 | 99.64 | 0.49 | 0.78 |
| Hex | BD | E2 | AA | 10 | 0 | 19 | B | 64 | 31 | 4E |
| Octal | 275 | 342 | 252 | 20 | 0 | 31 | 13 | 144 | 61 | 116 |
| Binary | 10111101 | 11100010 | 10101010 | 10000 | 0 | 11001 | 1011 | 1100100 | 110001 | 1001110 |
Color Harmonies of #BDE2AA
Complementary color
Monochromatic Colors of #BDE2AA
Black with #BDE2AA
Text Example
Text Example
White with #BDE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2AA; }
p { color: rgb(189,226,170); }
H1.HeaderClassName
{
color: #BDE2AA;
}
.AnyTagClassName
{
color: #BDE2AA;
}
</style>
background-color css
<style>
a { background-color: #BDE2AA; }
a { background-color: rgb(189,226,170); }
div.DivClassName
{
background-color: #BDE2AA;
}
.BgClassName
{
background-color: #BDE2AA;
}
</style>
border-color css
<style>
span { border-color: #BDE2AA; }
span { border-color: rgb(189,226,170); }
td.TdClassName
{
border-color: #BDE2AA;
}
.TagClassName
{
border-color: #BDE2AA;
}
</style>