Shades of Madang #BBE0A0
Tints of Madang #BBE0A0
RGB
CMYK
RGB Variations
Color information
#BBE0A0 (or 0xBBE0A0) is known color: Madang. HEX triplet: BB, E0 and A0. RGB value is (187,224,160). Sum of RGB (Red+Green+Blue) = 187+224+160=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE0A0 is #441F5F. Grayscale: #CDCDCD. Windows color (decimal): -4464480 or 10543291. OLE color: 10543291.
HSL color Cylindrical-coordinate representation of color #BBE0A0: hue angle of 94.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBE0A0 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 160 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.12 |
| HSL | 94.69º | 0.51% | 0.75% | - |
| HSV(B) | 94.69º | 0.29% | 0.88% | - |
| XYZ | 53.49 | 66.41 | 43.26 | - |
| YUV | 205.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 160 | 0.17 | 0 | 0.29 | 0.12 | 94.69 | 0.51 | 0.75 |
| Hex | BB | E0 | A0 | 11 | 0 | 1D | C | 5F | 33 | 4B |
| Octal | 273 | 340 | 240 | 21 | 0 | 35 | 14 | 137 | 63 | 113 |
| Binary | 10111011 | 11100000 | 10100000 | 10001 | 0 | 11101 | 1100 | 1011111 | 110011 | 1001011 |
Color Harmonies of #BBE0A0
Complementary color
Monochromatic Colors of #BBE0A0
Black with #BBE0A0
Text Example
Text Example
White with #BBE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0A0; }
p { color: rgb(187,224,160); }
H1.HeaderClassName
{
color: #BBE0A0;
}
.AnyTagClassName
{
color: #BBE0A0;
}
</style>
background-color css
<style>
a { background-color: #BBE0A0; }
a { background-color: rgb(187,224,160); }
div.DivClassName
{
background-color: #BBE0A0;
}
.BgClassName
{
background-color: #BBE0A0;
}
</style>
border-color css
<style>
span { border-color: #BBE0A0; }
span { border-color: rgb(187,224,160); }
td.TdClassName
{
border-color: #BBE0A0;
}
.TagClassName
{
border-color: #BBE0A0;
}
</style>