Shades of Madang #BBE2AC
Tints of Madang #BBE2AC
RGB
CMYK
RGB Variations
Color information
#BBE2AC (or 0xBBE2AC) is known color: Madang. HEX triplet: BB, E2 and AC. RGB value is (187,226,172). Sum of RGB (Red+Green+Blue) = 187+226+172=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE2AC is #441D53. Grayscale: #D0D0D0. Windows color (decimal): -4463956 or 11330235. OLE color: 11330235.
HSL color Cylindrical-coordinate representation of color #BBE2AC: hue angle of 103.33º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE2AC is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 172 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.11 |
| HSL | 103.33º | 0.48% | 0.78% | - |
| HSV(B) | 103.33º | 0.24% | 0.89% | - |
| XYZ | 55.14 | 67.94 | 49.24 | - |
| YUV | 208.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 172 | 0.17 | 0 | 0.24 | 0.11 | 103.33 | 0.48 | 0.78 |
| Hex | BB | E2 | AC | 11 | 0 | 18 | B | 67 | 30 | 4E |
| Octal | 273 | 342 | 254 | 21 | 0 | 30 | 13 | 147 | 60 | 116 |
| Binary | 10111011 | 11100010 | 10101100 | 10001 | 0 | 11000 | 1011 | 1100111 | 110000 | 1001110 |
Color Harmonies of #BBE2AC
Complementary color
Monochromatic Colors of #BBE2AC
Black with #BBE2AC
Text Example
Text Example
White with #BBE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2AC; }
p { color: rgb(187,226,172); }
H1.HeaderClassName
{
color: #BBE2AC;
}
.AnyTagClassName
{
color: #BBE2AC;
}
</style>
background-color css
<style>
a { background-color: #BBE2AC; }
a { background-color: rgb(187,226,172); }
div.DivClassName
{
background-color: #BBE2AC;
}
.BgClassName
{
background-color: #BBE2AC;
}
</style>
border-color css
<style>
span { border-color: #BBE2AC; }
span { border-color: rgb(187,226,172); }
td.TdClassName
{
border-color: #BBE2AC;
}
.TagClassName
{
border-color: #BBE2AC;
}
</style>