Shades of Madang #BBE8AC
Tints of Madang #BBE8AC
RGB
CMYK
RGB Variations
Color information
#BBE8AC (or 0xBBE8AC) is known color: Madang. HEX triplet: BB, E8 and AC. RGB value is (187,232,172). Sum of RGB (Red+Green+Blue) = 187+232+172=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE8AC is #441753. Grayscale: #D3D3D3. Windows color (decimal): -4462420 or 11331771. OLE color: 11331771.
HSL color Cylindrical-coordinate representation of color #BBE8AC: hue angle of 105º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE8AC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 172 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.09 |
| HSL | 105º | 0.57% | 0.79% | - |
| HSV(B) | 105º | 0.26% | 0.91% | - |
| XYZ | 56.8 | 71.26 | 49.79 | - |
| YUV | 211.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 172 | 0.19 | 0 | 0.26 | 0.09 | 105 | 0.57 | 0.79 |
| Hex | BB | E8 | AC | 13 | 0 | 1A | 9 | 69 | 39 | 4F |
| Octal | 273 | 350 | 254 | 23 | 0 | 32 | 11 | 151 | 71 | 117 |
| Binary | 10111011 | 11101000 | 10101100 | 10011 | 0 | 11010 | 1001 | 1101001 | 111001 | 1001111 |
Color Harmonies of #BBE8AC
Complementary color
Monochromatic Colors of #BBE8AC
Black with #BBE8AC
Text Example
Text Example
White with #BBE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8AC; }
p { color: rgb(187,232,172); }
H1.HeaderClassName
{
color: #BBE8AC;
}
.AnyTagClassName
{
color: #BBE8AC;
}
</style>
background-color css
<style>
a { background-color: #BBE8AC; }
a { background-color: rgb(187,232,172); }
div.DivClassName
{
background-color: #BBE8AC;
}
.BgClassName
{
background-color: #BBE8AC;
}
</style>
border-color css
<style>
span { border-color: #BBE8AC; }
span { border-color: rgb(187,232,172); }
td.TdClassName
{
border-color: #BBE8AC;
}
.TagClassName
{
border-color: #BBE8AC;
}
</style>