Shades of Madang #BBF1B1
Tints of Madang #BBF1B1
RGB
CMYK
RGB Variations
Color information
#BBF1B1 (or 0xBBF1B1) is known color: Madang. HEX triplet: BB, F1 and B1. RGB value is (187,241,177). Sum of RGB (Red+Green+Blue) = 187+241+177=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF1B1 is #440E4E. Grayscale: #D9D9D9. Windows color (decimal): -4460111 or 11661755. OLE color: 11661755.
HSL color Cylindrical-coordinate representation of color #BBF1B1: hue angle of 110.62º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF1B1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 177 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.05 |
| HSL | 110.63º | 0.7% | 0.82% | - |
| HSV(B) | 110.63º | 0.27% | 0.95% | - |
| XYZ | 59.88 | 76.65 | 53.23 | - |
| YUV | 217.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 177 | 0.22 | 0 | 0.27 | 0.05 | 110.63 | 0.7 | 0.82 |
| Hex | BB | F1 | B1 | 16 | 0 | 1B | 5 | 6F | 46 | 52 |
| Octal | 273 | 361 | 261 | 26 | 0 | 33 | 5 | 157 | 106 | 122 |
| Binary | 10111011 | 11110001 | 10110001 | 10110 | 0 | 11011 | 101 | 1101111 | 1000110 | 1010010 |
Color Harmonies of #BBF1B1
Complementary color
Monochromatic Colors of #BBF1B1
Black with #BBF1B1
Text Example
Text Example
White with #BBF1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1B1; }
p { color: rgb(187,241,177); }
H1.HeaderClassName
{
color: #BBF1B1;
}
.AnyTagClassName
{
color: #BBF1B1;
}
</style>
background-color css
<style>
a { background-color: #BBF1B1; }
a { background-color: rgb(187,241,177); }
div.DivClassName
{
background-color: #BBF1B1;
}
.BgClassName
{
background-color: #BBF1B1;
}
</style>
border-color css
<style>
span { border-color: #BBF1B1; }
span { border-color: rgb(187,241,177); }
td.TdClassName
{
border-color: #BBF1B1;
}
.TagClassName
{
border-color: #BBF1B1;
}
</style>