Shades of Madang #BDE8AA
Tints of Madang #BDE8AA
RGB
CMYK
RGB Variations
Color information
#BDE8AA (or 0xBDE8AA) is known color: Madang. HEX triplet: BD, E8 and AA. RGB value is (189,232,170). Sum of RGB (Red+Green+Blue) = 189+232+170=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8AA is #421755. Grayscale: #D4D4D4. Windows color (decimal): -4331350 or 11200701. OLE color: 11200701.
HSL color Cylindrical-coordinate representation of color #BDE8AA: hue angle of 101.61º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDE8AA is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 170 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.09 |
| HSL | 101.61º | 0.57% | 0.79% | - |
| HSV(B) | 101.61º | 0.27% | 0.91% | - |
| XYZ | 57.1 | 71.43 | 48.81 | - |
| YUV | 212.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 170 | 0.19 | 0 | 0.27 | 0.09 | 101.61 | 0.57 | 0.79 |
| Hex | BD | E8 | AA | 13 | 0 | 1B | 9 | 66 | 39 | 4F |
| Octal | 275 | 350 | 252 | 23 | 0 | 33 | 11 | 146 | 71 | 117 |
| Binary | 10111101 | 11101000 | 10101010 | 10011 | 0 | 11011 | 1001 | 1100110 | 111001 | 1001111 |
Color Harmonies of #BDE8AA
Complementary color
Monochromatic Colors of #BDE8AA
Black with #BDE8AA
Text Example
Text Example
White with #BDE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8AA; }
p { color: rgb(189,232,170); }
H1.HeaderClassName
{
color: #BDE8AA;
}
.AnyTagClassName
{
color: #BDE8AA;
}
</style>
background-color css
<style>
a { background-color: #BDE8AA; }
a { background-color: rgb(189,232,170); }
div.DivClassName
{
background-color: #BDE8AA;
}
.BgClassName
{
background-color: #BDE8AA;
}
</style>
border-color css
<style>
span { border-color: #BDE8AA; }
span { border-color: rgb(189,232,170); }
td.TdClassName
{
border-color: #BDE8AA;
}
.TagClassName
{
border-color: #BDE8AA;
}
</style>