Shades of Madang #BBF2A1
Tints of Madang #BBF2A1
RGB
CMYK
RGB Variations
Color information
#BBF2A1 (or 0xBBF2A1) is known color: Madang. HEX triplet: BB, F2 and A1. RGB value is (187,242,161). Sum of RGB (Red+Green+Blue) = 187+242+161=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF2A1 is #440D5E. Grayscale: #D8D8D8. Windows color (decimal): -4459871 or 10613435. OLE color: 10613435.
HSL color Cylindrical-coordinate representation of color #BBF2A1: hue angle of 100.74º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBF2A1 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 161 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.05 |
| HSL | 100.74º | 0.76% | 0.79% | - |
| HSV(B) | 100.74º | 0.33% | 0.95% | - |
| XYZ | 58.68 | 76.64 | 45.42 | - |
| YUV | 216.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 161 | 0.23 | 0 | 0.33 | 0.05 | 100.74 | 0.76 | 0.79 |
| Hex | BB | F2 | A1 | 17 | 0 | 21 | 5 | 65 | 4C | 4F |
| Octal | 273 | 362 | 241 | 27 | 0 | 41 | 5 | 145 | 114 | 117 |
| Binary | 10111011 | 11110010 | 10100001 | 10111 | 0 | 100001 | 101 | 1100101 | 1001100 | 1001111 |
Color Harmonies of #BBF2A1
Complementary color
Monochromatic Colors of #BBF2A1
Black with #BBF2A1
Text Example
Text Example
White with #BBF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2A1; }
p { color: rgb(187,242,161); }
H1.HeaderClassName
{
color: #BBF2A1;
}
.AnyTagClassName
{
color: #BBF2A1;
}
</style>
background-color css
<style>
a { background-color: #BBF2A1; }
a { background-color: rgb(187,242,161); }
div.DivClassName
{
background-color: #BBF2A1;
}
.BgClassName
{
background-color: #BBF2A1;
}
</style>
border-color css
<style>
span { border-color: #BBF2A1; }
span { border-color: rgb(187,242,161); }
td.TdClassName
{
border-color: #BBF2A1;
}
.TagClassName
{
border-color: #BBF2A1;
}
</style>