Shades of Madang #BBE8AA
Tints of Madang #BBE8AA
RGB
CMYK
RGB Variations
Color information
#BBE8AA (or 0xBBE8AA) is known color: Madang. HEX triplet: BB, E8 and AA. RGB value is (187,232,170). Sum of RGB (Red+Green+Blue) = 187+232+170=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE8AA is #441755. Grayscale: #D3D3D3. Windows color (decimal): -4462422 or 11200699. OLE color: 11200699.
HSL color Cylindrical-coordinate representation of color #BBE8AA: hue angle of 103.55º 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 #BBE8AA is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 170 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.09 |
| HSL | 103.55º | 0.57% | 0.79% | - |
| HSV(B) | 103.55º | 0.27% | 0.91% | - |
| XYZ | 56.61 | 71.18 | 48.79 | - |
| YUV | 211.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 170 | 0.19 | 0 | 0.27 | 0.09 | 103.55 | 0.57 | 0.79 |
| Hex | BB | E8 | AA | 13 | 0 | 1B | 9 | 68 | 39 | 4F |
| Octal | 273 | 350 | 252 | 23 | 0 | 33 | 11 | 150 | 71 | 117 |
| Binary | 10111011 | 11101000 | 10101010 | 10011 | 0 | 11011 | 1001 | 1101000 | 111001 | 1001111 |
Color Harmonies of #BBE8AA
Complementary color
Monochromatic Colors of #BBE8AA
Black with #BBE8AA
Text Example
Text Example
White with #BBE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8AA; }
p { color: rgb(187,232,170); }
H1.HeaderClassName
{
color: #BBE8AA;
}
.AnyTagClassName
{
color: #BBE8AA;
}
</style>
background-color css
<style>
a { background-color: #BBE8AA; }
a { background-color: rgb(187,232,170); }
div.DivClassName
{
background-color: #BBE8AA;
}
.BgClassName
{
background-color: #BBE8AA;
}
</style>
border-color css
<style>
span { border-color: #BBE8AA; }
span { border-color: rgb(187,232,170); }
td.TdClassName
{
border-color: #BBE8AA;
}
.TagClassName
{
border-color: #BBE8AA;
}
</style>