Shades of Madang #BBEEAA
Tints of Madang #BBEEAA
RGB
CMYK
RGB Variations
Color information
#BBEEAA (or 0xBBEEAA) is known color: Madang. HEX triplet: BB, EE and AA. RGB value is (187,238,170). Sum of RGB (Red+Green+Blue) = 187+238+170=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEEAA is #441155. Grayscale: #D7D7D7. Windows color (decimal): -4460886 or 11202235. OLE color: 11202235.
HSL color Cylindrical-coordinate representation of color #BBEEAA: hue angle of 105º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBEEAA is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 170 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.07 |
| HSL | 105º | 0.67% | 0.8% | - |
| HSV(B) | 105º | 0.29% | 0.93% | - |
| XYZ | 58.32 | 74.62 | 49.36 | - |
| YUV | 215 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 170 | 0.21 | 0 | 0.29 | 0.07 | 105 | 0.67 | 0.8 |
| Hex | BB | EE | AA | 15 | 0 | 1D | 7 | 69 | 43 | 50 |
| Octal | 273 | 356 | 252 | 25 | 0 | 35 | 7 | 151 | 103 | 120 |
| Binary | 10111011 | 11101110 | 10101010 | 10101 | 0 | 11101 | 111 | 1101001 | 1000011 | 1010000 |
Color Harmonies of #BBEEAA
Complementary color
Monochromatic Colors of #BBEEAA
Black with #BBEEAA
Text Example
Text Example
White with #BBEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEAA; }
p { color: rgb(187,238,170); }
H1.HeaderClassName
{
color: #BBEEAA;
}
.AnyTagClassName
{
color: #BBEEAA;
}
</style>
background-color css
<style>
a { background-color: #BBEEAA; }
a { background-color: rgb(187,238,170); }
div.DivClassName
{
background-color: #BBEEAA;
}
.BgClassName
{
background-color: #BBEEAA;
}
</style>
border-color css
<style>
span { border-color: #BBEEAA; }
span { border-color: rgb(187,238,170); }
td.TdClassName
{
border-color: #BBEEAA;
}
.TagClassName
{
border-color: #BBEEAA;
}
</style>