Shades of Madang #BBF2A0
Tints of Madang #BBF2A0
RGB
CMYK
RGB Variations
Color information
#BBF2A0 (or 0xBBF2A0) is known color: Madang. HEX triplet: BB, F2 and A0. RGB value is (187,242,160). Sum of RGB (Red+Green+Blue) = 187+242+160=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF2A0 is #440D5F. Grayscale: #D8D8D8. Windows color (decimal): -4459872 or 10547899. OLE color: 10547899.
HSL color Cylindrical-coordinate representation of color #BBF2A0: hue angle of 100.24º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBF2A0 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 160 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.05 |
| HSL | 100.24º | 0.76% | 0.79% | - |
| HSV(B) | 100.24º | 0.34% | 0.95% | - |
| XYZ | 58.59 | 76.61 | 44.96 | - |
| YUV | 216.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 160 | 0.23 | 0 | 0.34 | 0.05 | 100.24 | 0.76 | 0.79 |
| Hex | BB | F2 | A0 | 17 | 0 | 22 | 5 | 64 | 4C | 4F |
| Octal | 273 | 362 | 240 | 27 | 0 | 42 | 5 | 144 | 114 | 117 |
| Binary | 10111011 | 11110010 | 10100000 | 10111 | 0 | 100010 | 101 | 1100100 | 1001100 | 1001111 |
Color Harmonies of #BBF2A0
Complementary color
Monochromatic Colors of #BBF2A0
Black with #BBF2A0
Text Example
Text Example
White with #BBF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2A0; }
p { color: rgb(187,242,160); }
H1.HeaderClassName
{
color: #BBF2A0;
}
.AnyTagClassName
{
color: #BBF2A0;
}
</style>
background-color css
<style>
a { background-color: #BBF2A0; }
a { background-color: rgb(187,242,160); }
div.DivClassName
{
background-color: #BBF2A0;
}
.BgClassName
{
background-color: #BBF2A0;
}
</style>
border-color css
<style>
span { border-color: #BBF2A0; }
span { border-color: rgb(187,242,160); }
td.TdClassName
{
border-color: #BBF2A0;
}
.TagClassName
{
border-color: #BBF2A0;
}
</style>