Shades of Madang #BBF2AB
Tints of Madang #BBF2AB
RGB
CMYK
RGB Variations
Color information
#BBF2AB (or 0xBBF2AB) is known color: Madang. HEX triplet: BB, F2 and AB. RGB value is (187,242,171). Sum of RGB (Red+Green+Blue) = 187+242+171=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF2AB is #440D54. Grayscale: #D9D9D9. Windows color (decimal): -4459861 or 11268795. OLE color: 11268795.
HSL color Cylindrical-coordinate representation of color #BBF2AB: hue angle of 106.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBF2AB is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 171 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.05 |
| HSL | 106.48º | 0.73% | 0.81% | - |
| HSV(B) | 106.48º | 0.29% | 0.95% | - |
| XYZ | 59.6 | 77.01 | 50.25 | - |
| YUV | 217.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 171 | 0.23 | 0 | 0.29 | 0.05 | 106.48 | 0.73 | 0.81 |
| Hex | BB | F2 | AB | 17 | 0 | 1D | 5 | 6A | 49 | 51 |
| Octal | 273 | 362 | 253 | 27 | 0 | 35 | 5 | 152 | 111 | 121 |
| Binary | 10111011 | 11110010 | 10101011 | 10111 | 0 | 11101 | 101 | 1101010 | 1001001 | 1010001 |
Color Harmonies of #BBF2AB
Complementary color
Monochromatic Colors of #BBF2AB
Black with #BBF2AB
Text Example
Text Example
White with #BBF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2AB; }
p { color: rgb(187,242,171); }
H1.HeaderClassName
{
color: #BBF2AB;
}
.AnyTagClassName
{
color: #BBF2AB;
}
</style>
background-color css
<style>
a { background-color: #BBF2AB; }
a { background-color: rgb(187,242,171); }
div.DivClassName
{
background-color: #BBF2AB;
}
.BgClassName
{
background-color: #BBF2AB;
}
</style>
border-color css
<style>
span { border-color: #BBF2AB; }
span { border-color: rgb(187,242,171); }
td.TdClassName
{
border-color: #BBF2AB;
}
.TagClassName
{
border-color: #BBF2AB;
}
</style>