Shades of Madang #BBFAA8
Tints of Madang #BBFAA8
RGB
CMYK
RGB Variations
Color information
#BBFAA8 (or 0xBBFAA8) is known color: Madang. HEX triplet: BB, FA and A8. RGB value is (187,250,168). Sum of RGB (Red+Green+Blue) = 187+250+168=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFAA8 is #440557. Grayscale: #DEDEDE. Windows color (decimal): -4457816 or 11074235. OLE color: 11074235.
HSL color Cylindrical-coordinate representation of color #BBFAA8: hue angle of 106.1º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBFAA8 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 168 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.02 |
| HSL | 106.1º | 0.89% | 0.82% | - |
| HSV(B) | 106.1º | 0.33% | 0.98% | - |
| XYZ | 61.75 | 81.76 | 49.57 | - |
| YUV | 221.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 168 | 0.25 | 0 | 0.33 | 0.02 | 106.1 | 0.89 | 0.82 |
| Hex | BB | FA | A8 | 19 | 0 | 21 | 2 | 6A | 59 | 52 |
| Octal | 273 | 372 | 250 | 31 | 0 | 41 | 2 | 152 | 131 | 122 |
| Binary | 10111011 | 11111010 | 10101000 | 11001 | 0 | 100001 | 10 | 1101010 | 1011001 | 1010010 |
Color Harmonies of #BBFAA8
Complementary color
Monochromatic Colors of #BBFAA8
Black with #BBFAA8
Text Example
Text Example
White with #BBFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAA8; }
p { color: rgb(187,250,168); }
H1.HeaderClassName
{
color: #BBFAA8;
}
.AnyTagClassName
{
color: #BBFAA8;
}
</style>
background-color css
<style>
a { background-color: #BBFAA8; }
a { background-color: rgb(187,250,168); }
div.DivClassName
{
background-color: #BBFAA8;
}
.BgClassName
{
background-color: #BBFAA8;
}
</style>
border-color css
<style>
span { border-color: #BBFAA8; }
span { border-color: rgb(187,250,168); }
td.TdClassName
{
border-color: #BBFAA8;
}
.TagClassName
{
border-color: #BBFAA8;
}
</style>