Shades of Madang #BBF0AB
Tints of Madang #BBF0AB
RGB
CMYK
RGB Variations
Color information
#BBF0AB (or 0xBBF0AB) is known color: Madang. HEX triplet: BB, F0 and AB. RGB value is (187,240,171). Sum of RGB (Red+Green+Blue) = 187+240+171=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF0AB is #440F54. Grayscale: #D8D8D8. Windows color (decimal): -4460373 or 11268283. OLE color: 11268283.
HSL color Cylindrical-coordinate representation of color #BBF0AB: hue angle of 106.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBF0AB is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 171 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.06 |
| HSL | 106.09º | 0.7% | 0.81% | - |
| HSV(B) | 106.09º | 0.29% | 0.94% | - |
| XYZ | 59 | 75.83 | 50.05 | - |
| YUV | 216.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 171 | 0.22 | 0 | 0.29 | 0.06 | 106.09 | 0.7 | 0.81 |
| Hex | BB | F0 | AB | 16 | 0 | 1D | 6 | 6A | 46 | 51 |
| Octal | 273 | 360 | 253 | 26 | 0 | 35 | 6 | 152 | 106 | 121 |
| Binary | 10111011 | 11110000 | 10101011 | 10110 | 0 | 11101 | 110 | 1101010 | 1000110 | 1010001 |
Color Harmonies of #BBF0AB
Complementary color
Monochromatic Colors of #BBF0AB
Black with #BBF0AB
Text Example
Text Example
White with #BBF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0AB; }
p { color: rgb(187,240,171); }
H1.HeaderClassName
{
color: #BBF0AB;
}
.AnyTagClassName
{
color: #BBF0AB;
}
</style>
background-color css
<style>
a { background-color: #BBF0AB; }
a { background-color: rgb(187,240,171); }
div.DivClassName
{
background-color: #BBF0AB;
}
.BgClassName
{
background-color: #BBF0AB;
}
</style>
border-color css
<style>
span { border-color: #BBF0AB; }
span { border-color: rgb(187,240,171); }
td.TdClassName
{
border-color: #BBF0AB;
}
.TagClassName
{
border-color: #BBF0AB;
}
</style>