Shades of Madang #BBF2B2
Tints of Madang #BBF2B2
RGB
CMYK
RGB Variations
Color information
#BBF2B2 (or 0xBBF2B2) is known color: Madang. HEX triplet: BB, F2 and B2. RGB value is (187,242,178). Sum of RGB (Red+Green+Blue) = 187+242+178=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF2B2 is #440D4D. Grayscale: #DADADA. Windows color (decimal): -4459854 or 11727547. OLE color: 11727547.
HSL color Cylindrical-coordinate representation of color #BBF2B2: hue angle of 111.56º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF2B2 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 178 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.05 |
| HSL | 111.56º | 0.71% | 0.82% | - |
| HSV(B) | 111.56º | 0.26% | 0.95% | - |
| XYZ | 60.28 | 77.28 | 53.86 | - |
| YUV | 218.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 178 | 0.23 | 0 | 0.26 | 0.05 | 111.56 | 0.71 | 0.82 |
| Hex | BB | F2 | B2 | 17 | 0 | 1A | 5 | 70 | 47 | 52 |
| Octal | 273 | 362 | 262 | 27 | 0 | 32 | 5 | 160 | 107 | 122 |
| Binary | 10111011 | 11110010 | 10110010 | 10111 | 0 | 11010 | 101 | 1110000 | 1000111 | 1010010 |
Color Harmonies of #BBF2B2
Complementary color
Monochromatic Colors of #BBF2B2
Black with #BBF2B2
Text Example
Text Example
White with #BBF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2B2; }
p { color: rgb(187,242,178); }
H1.HeaderClassName
{
color: #BBF2B2;
}
.AnyTagClassName
{
color: #BBF2B2;
}
</style>
background-color css
<style>
a { background-color: #BBF2B2; }
a { background-color: rgb(187,242,178); }
div.DivClassName
{
background-color: #BBF2B2;
}
.BgClassName
{
background-color: #BBF2B2;
}
</style>
border-color css
<style>
span { border-color: #BBF2B2; }
span { border-color: rgb(187,242,178); }
td.TdClassName
{
border-color: #BBF2B2;
}
.TagClassName
{
border-color: #BBF2B2;
}
</style>