Shades of Madang #BBE0AC
Tints of Madang #BBE0AC
RGB
CMYK
RGB Variations
Color information
#BBE0AC (or 0xBBE0AC) is known color: Madang. HEX triplet: BB, E0 and AC. RGB value is (187,224,172). Sum of RGB (Red+Green+Blue) = 187+224+172=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE0AC is #441F53. Grayscale: #CFCFCF. Windows color (decimal): -4464468 or 11329723. OLE color: 11329723.
HSL color Cylindrical-coordinate representation of color #BBE0AC: hue angle of 102.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE0AC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 172 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.12 |
| HSL | 102.69º | 0.46% | 0.78% | - |
| HSV(B) | 102.69º | 0.23% | 0.88% | - |
| XYZ | 54.6 | 66.85 | 49.06 | - |
| YUV | 207.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 172 | 0.17 | 0 | 0.23 | 0.12 | 102.69 | 0.46 | 0.78 |
| Hex | BB | E0 | AC | 11 | 0 | 17 | C | 67 | 2E | 4E |
| Octal | 273 | 340 | 254 | 21 | 0 | 27 | 14 | 147 | 56 | 116 |
| Binary | 10111011 | 11100000 | 10101100 | 10001 | 0 | 10111 | 1100 | 1100111 | 101110 | 1001110 |
Color Harmonies of #BBE0AC
Complementary color
Monochromatic Colors of #BBE0AC
Black with #BBE0AC
Text Example
Text Example
White with #BBE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0AC; }
p { color: rgb(187,224,172); }
H1.HeaderClassName
{
color: #BBE0AC;
}
.AnyTagClassName
{
color: #BBE0AC;
}
</style>
background-color css
<style>
a { background-color: #BBE0AC; }
a { background-color: rgb(187,224,172); }
div.DivClassName
{
background-color: #BBE0AC;
}
.BgClassName
{
background-color: #BBE0AC;
}
</style>
border-color css
<style>
span { border-color: #BBE0AC; }
span { border-color: rgb(187,224,172); }
td.TdClassName
{
border-color: #BBE0AC;
}
.TagClassName
{
border-color: #BBE0AC;
}
</style>