Shades of Madang #BBE1AC
Tints of Madang #BBE1AC
RGB
CMYK
RGB Variations
Color information
#BBE1AC (or 0xBBE1AC) is known color: Madang. HEX triplet: BB, E1 and AC. RGB value is (187,225,172). Sum of RGB (Red+Green+Blue) = 187+225+172=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE1AC is #441E53. Grayscale: #CFCFCF. Windows color (decimal): -4464212 or 11329979. OLE color: 11329979.
HSL color Cylindrical-coordinate representation of color #BBE1AC: hue angle of 103.02º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE1AC is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 172 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.12 |
| HSL | 103.02º | 0.47% | 0.78% | - |
| HSV(B) | 103.02º | 0.24% | 0.88% | - |
| XYZ | 54.87 | 67.39 | 49.15 | - |
| YUV | 207.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 172 | 0.17 | 0 | 0.24 | 0.12 | 103.02 | 0.47 | 0.78 |
| Hex | BB | E1 | AC | 11 | 0 | 18 | C | 67 | 2F | 4E |
| Octal | 273 | 341 | 254 | 21 | 0 | 30 | 14 | 147 | 57 | 116 |
| Binary | 10111011 | 11100001 | 10101100 | 10001 | 0 | 11000 | 1100 | 1100111 | 101111 | 1001110 |
Color Harmonies of #BBE1AC
Complementary color
Monochromatic Colors of #BBE1AC
Black with #BBE1AC
Text Example
Text Example
White with #BBE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1AC; }
p { color: rgb(187,225,172); }
H1.HeaderClassName
{
color: #BBE1AC;
}
.AnyTagClassName
{
color: #BBE1AC;
}
</style>
background-color css
<style>
a { background-color: #BBE1AC; }
a { background-color: rgb(187,225,172); }
div.DivClassName
{
background-color: #BBE1AC;
}
.BgClassName
{
background-color: #BBE1AC;
}
</style>
border-color css
<style>
span { border-color: #BBE1AC; }
span { border-color: rgb(187,225,172); }
td.TdClassName
{
border-color: #BBE1AC;
}
.TagClassName
{
border-color: #BBE1AC;
}
</style>