Shades of Madang #BBFAB0
Tints of Madang #BBFAB0
RGB
CMYK
RGB Variations
Color information
#BBFAB0 (or 0xBBFAB0) is known color: Madang. HEX triplet: BB, FA and B0. RGB value is (187,250,176). Sum of RGB (Red+Green+Blue) = 187+250+176=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFAB0 is #44054F. Grayscale: #DEDEDE. Windows color (decimal): -4457808 or 11598523. OLE color: 11598523.
HSL color Cylindrical-coordinate representation of color #BBFAB0: hue angle of 111.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBFAB0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 176 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.02 |
| HSL | 111.08º | 0.88% | 0.84% | - |
| HSV(B) | 111.08º | 0.3% | 0.98% | - |
| XYZ | 62.52 | 82.07 | 53.62 | - |
| YUV | 222.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 176 | 0.25 | 0 | 0.30 | 0.02 | 111.08 | 0.88 | 0.84 |
| Hex | BB | FA | B0 | 19 | 0 | 1E | 2 | 6F | 58 | 54 |
| Octal | 273 | 372 | 260 | 31 | 0 | 36 | 2 | 157 | 130 | 124 |
| Binary | 10111011 | 11111010 | 10110000 | 11001 | 0 | 11110 | 10 | 1101111 | 1011000 | 1010100 |
Color Harmonies of #BBFAB0
Complementary color
Monochromatic Colors of #BBFAB0
Black with #BBFAB0
Text Example
Text Example
White with #BBFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAB0; }
p { color: rgb(187,250,176); }
H1.HeaderClassName
{
color: #BBFAB0;
}
.AnyTagClassName
{
color: #BBFAB0;
}
</style>
background-color css
<style>
a { background-color: #BBFAB0; }
a { background-color: rgb(187,250,176); }
div.DivClassName
{
background-color: #BBFAB0;
}
.BgClassName
{
background-color: #BBFAB0;
}
</style>
border-color css
<style>
span { border-color: #BBFAB0; }
span { border-color: rgb(187,250,176); }
td.TdClassName
{
border-color: #BBFAB0;
}
.TagClassName
{
border-color: #BBFAB0;
}
</style>