Shades of Madang #BBFAAF
Tints of Madang #BBFAAF
RGB
CMYK
RGB Variations
Color information
#BBFAAF (or 0xBBFAAF) is known color: Madang. HEX triplet: BB, FA and AF. RGB value is (187,250,175). Sum of RGB (Red+Green+Blue) = 187+250+175=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFAAF is #440550. Grayscale: #DEDEDE. Windows color (decimal): -4457809 or 11532987. OLE color: 11532987.
HSL color Cylindrical-coordinate representation of color #BBFAAF: hue angle of 110.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBFAAF is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 175 | - |
| CMYK | 0.25 | 0 | 0.3 | 0.02 |
| HSL | 110.4º | 0.88% | 0.83% | - |
| HSV(B) | 110.4º | 0.3% | 0.98% | - |
| XYZ | 62.42 | 82.03 | 53.1 | - |
| YUV | 222.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 175 | 0.25 | 0 | 0.3 | 0.02 | 110.4 | 0.88 | 0.83 |
| Hex | BB | FA | AF | 19 | 0 | 1E | 2 | 6E | 58 | 53 |
| Octal | 273 | 372 | 257 | 31 | 0 | 36 | 2 | 156 | 130 | 123 |
| Binary | 10111011 | 11111010 | 10101111 | 11001 | 0 | 11110 | 10 | 1101110 | 1011000 | 1010011 |
Color Harmonies of #BBFAAF
Complementary color
Monochromatic Colors of #BBFAAF
Black with #BBFAAF
Text Example
Text Example
White with #BBFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAAF; }
p { color: rgb(187,250,175); }
H1.HeaderClassName
{
color: #BBFAAF;
}
.AnyTagClassName
{
color: #BBFAAF;
}
</style>
background-color css
<style>
a { background-color: #BBFAAF; }
a { background-color: rgb(187,250,175); }
div.DivClassName
{
background-color: #BBFAAF;
}
.BgClassName
{
background-color: #BBFAAF;
}
</style>
border-color css
<style>
span { border-color: #BBFAAF; }
span { border-color: rgb(187,250,175); }
td.TdClassName
{
border-color: #BBFAAF;
}
.TagClassName
{
border-color: #BBFAAF;
}
</style>