Shades of Madang #BBFBAA
Tints of Madang #BBFBAA
RGB
CMYK
RGB Variations
Color information
#BBFBAA (or 0xBBFBAA) is known color: Madang. HEX triplet: BB, FB and AA. RGB value is (187,251,170). Sum of RGB (Red+Green+Blue) = 187+251+170=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBAA is #440455. Grayscale: #DEDEDE. Windows color (decimal): -4457558 or 11205563. OLE color: 11205563.
HSL color Cylindrical-coordinate representation of color #BBFBAA: hue angle of 107.41º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBFBAA is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 170 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.02 |
| HSL | 107.41º | 0.91% | 0.83% | - |
| HSV(B) | 107.41º | 0.32% | 0.98% | - |
| XYZ | 62.25 | 82.46 | 50.67 | - |
| YUV | 222.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 170 | 0.25 | 0 | 0.32 | 0.02 | 107.41 | 0.91 | 0.83 |
| Hex | BB | FB | AA | 19 | 0 | 20 | 2 | 6B | 5B | 53 |
| Octal | 273 | 373 | 252 | 31 | 0 | 40 | 2 | 153 | 133 | 123 |
| Binary | 10111011 | 11111011 | 10101010 | 11001 | 0 | 100000 | 10 | 1101011 | 1011011 | 1010011 |
Color Harmonies of #BBFBAA
Complementary color
Monochromatic Colors of #BBFBAA
Black with #BBFBAA
Text Example
Text Example
White with #BBFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBAA; }
p { color: rgb(187,251,170); }
H1.HeaderClassName
{
color: #BBFBAA;
}
.AnyTagClassName
{
color: #BBFBAA;
}
</style>
background-color css
<style>
a { background-color: #BBFBAA; }
a { background-color: rgb(187,251,170); }
div.DivClassName
{
background-color: #BBFBAA;
}
.BgClassName
{
background-color: #BBFBAA;
}
</style>
border-color css
<style>
span { border-color: #BBFBAA; }
span { border-color: rgb(187,251,170); }
td.TdClassName
{
border-color: #BBFBAA;
}
.TagClassName
{
border-color: #BBFBAA;
}
</style>