Shades of Madang #BBE2AA
Tints of Madang #BBE2AA
RGB
CMYK
RGB Variations
Color information
#BBE2AA (or 0xBBE2AA) is known color: Madang. HEX triplet: BB, E2 and AA. RGB value is (187,226,170). Sum of RGB (Red+Green+Blue) = 187+226+170=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE2AA is #441D55. Grayscale: #D0D0D0. Windows color (decimal): -4463958 or 11199163. OLE color: 11199163.
HSL color Cylindrical-coordinate representation of color #BBE2AA: hue angle of 101.79º 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 #BBE2AA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 170 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.11 |
| HSL | 101.79º | 0.49% | 0.78% | - |
| HSV(B) | 101.79º | 0.25% | 0.89% | - |
| XYZ | 54.95 | 67.86 | 48.23 | - |
| YUV | 207.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 170 | 0.17 | 0 | 0.25 | 0.11 | 101.79 | 0.49 | 0.78 |
| Hex | BB | E2 | AA | 11 | 0 | 19 | B | 66 | 31 | 4E |
| Octal | 273 | 342 | 252 | 21 | 0 | 31 | 13 | 146 | 61 | 116 |
| Binary | 10111011 | 11100010 | 10101010 | 10001 | 0 | 11001 | 1011 | 1100110 | 110001 | 1001110 |
Color Harmonies of #BBE2AA
Complementary color
Monochromatic Colors of #BBE2AA
Black with #BBE2AA
Text Example
Text Example
White with #BBE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2AA; }
p { color: rgb(187,226,170); }
H1.HeaderClassName
{
color: #BBE2AA;
}
.AnyTagClassName
{
color: #BBE2AA;
}
</style>
background-color css
<style>
a { background-color: #BBE2AA; }
a { background-color: rgb(187,226,170); }
div.DivClassName
{
background-color: #BBE2AA;
}
.BgClassName
{
background-color: #BBE2AA;
}
</style>
border-color css
<style>
span { border-color: #BBE2AA; }
span { border-color: rgb(187,226,170); }
td.TdClassName
{
border-color: #BBE2AA;
}
.TagClassName
{
border-color: #BBE2AA;
}
</style>