Shades of Madang #BBE8AF
Tints of Madang #BBE8AF
RGB
CMYK
RGB Variations
Color information
#BBE8AF (or 0xBBE8AF) is known color: Madang. HEX triplet: BB, E8 and AF. RGB value is (187,232,175). Sum of RGB (Red+Green+Blue) = 187+232+175=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE8AF is #441750. Grayscale: #D4D4D4. Windows color (decimal): -4462417 or 11528379. OLE color: 11528379.
HSL color Cylindrical-coordinate representation of color #BBE8AF: hue angle of 107.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE8AF is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 175 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.09 |
| HSL | 107.37º | 0.55% | 0.8% | - |
| HSV(B) | 107.37º | 0.25% | 0.91% | - |
| XYZ | 57.09 | 71.37 | 51.32 | - |
| YUV | 212.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 175 | 0.19 | 0 | 0.25 | 0.09 | 107.37 | 0.55 | 0.8 |
| Hex | BB | E8 | AF | 13 | 0 | 19 | 9 | 6B | 37 | 50 |
| Octal | 273 | 350 | 257 | 23 | 0 | 31 | 11 | 153 | 67 | 120 |
| Binary | 10111011 | 11101000 | 10101111 | 10011 | 0 | 11001 | 1001 | 1101011 | 110111 | 1010000 |
Color Harmonies of #BBE8AF
Complementary color
Monochromatic Colors of #BBE8AF
Black with #BBE8AF
Text Example
Text Example
White with #BBE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8AF; }
p { color: rgb(187,232,175); }
H1.HeaderClassName
{
color: #BBE8AF;
}
.AnyTagClassName
{
color: #BBE8AF;
}
</style>
background-color css
<style>
a { background-color: #BBE8AF; }
a { background-color: rgb(187,232,175); }
div.DivClassName
{
background-color: #BBE8AF;
}
.BgClassName
{
background-color: #BBE8AF;
}
</style>
border-color css
<style>
span { border-color: #BBE8AF; }
span { border-color: rgb(187,232,175); }
td.TdClassName
{
border-color: #BBE8AF;
}
.TagClassName
{
border-color: #BBE8AF;
}
</style>