Shades of Madang #BBFAAA
Tints of Madang #BBFAAA
RGB
CMYK
RGB Variations
Color information
#BBFAAA (or 0xBBFAAA) is known color: Madang. HEX triplet: BB, FA and AA. RGB value is (187,250,170). Sum of RGB (Red+Green+Blue) = 187+250+170=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFAAA is #440555. Grayscale: #DEDEDE. Windows color (decimal): -4457814 or 11205307. OLE color: 11205307.
HSL color Cylindrical-coordinate representation of color #BBFAAA: hue angle of 107.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBFAAA is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 170 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.02 |
| HSL | 107.25º | 0.89% | 0.82% | - |
| HSV(B) | 107.25º | 0.32% | 0.98% | - |
| XYZ | 61.93 | 81.84 | 50.56 | - |
| YUV | 222.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 170 | 0.25 | 0 | 0.32 | 0.02 | 107.25 | 0.89 | 0.82 |
| Hex | BB | FA | AA | 19 | 0 | 20 | 2 | 6B | 59 | 52 |
| Octal | 273 | 372 | 252 | 31 | 0 | 40 | 2 | 153 | 131 | 122 |
| Binary | 10111011 | 11111010 | 10101010 | 11001 | 0 | 100000 | 10 | 1101011 | 1011001 | 1010010 |
Color Harmonies of #BBFAAA
Complementary color
Monochromatic Colors of #BBFAAA
Black with #BBFAAA
Text Example
Text Example
White with #BBFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAAA; }
p { color: rgb(187,250,170); }
H1.HeaderClassName
{
color: #BBFAAA;
}
.AnyTagClassName
{
color: #BBFAAA;
}
</style>
background-color css
<style>
a { background-color: #BBFAAA; }
a { background-color: rgb(187,250,170); }
div.DivClassName
{
background-color: #BBFAAA;
}
.BgClassName
{
background-color: #BBFAAA;
}
</style>
border-color css
<style>
span { border-color: #BBFAAA; }
span { border-color: rgb(187,250,170); }
td.TdClassName
{
border-color: #BBFAAA;
}
.TagClassName
{
border-color: #BBFAAA;
}
</style>