Shades of Madang #BBFCB1
Tints of Madang #BBFCB1
RGB
CMYK
RGB Variations
Color information
#BBFCB1 (or 0xBBFCB1) is known color: Madang. HEX triplet: BB, FC and B1. RGB value is (187,252,177). Sum of RGB (Red+Green+Blue) = 187+252+177=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFCB1 is #44034E. Grayscale: #E0E0E0. Windows color (decimal): -4457295 or 11664571. OLE color: 11664571.
HSL color Cylindrical-coordinate representation of color #BBFCB1: hue angle of 112º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBFCB1 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 177 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.01 |
| HSL | 112º | 0.93% | 0.84% | - |
| HSV(B) | 112º | 0.3% | 0.99% | - |
| XYZ | 63.24 | 83.36 | 54.35 | - |
| YUV | 224.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 177 | 0.26 | 0 | 0.30 | 0.01 | 112 | 0.93 | 0.84 |
| Hex | BB | FC | B1 | 1A | 0 | 1E | 1 | 70 | 5D | 54 |
| Octal | 273 | 374 | 261 | 32 | 0 | 36 | 1 | 160 | 135 | 124 |
| Binary | 10111011 | 11111100 | 10110001 | 11010 | 0 | 11110 | 1 | 1110000 | 1011101 | 1010100 |
Color Harmonies of #BBFCB1
Complementary color
Monochromatic Colors of #BBFCB1
Black with #BBFCB1
Text Example
Text Example
White with #BBFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCB1; }
p { color: rgb(187,252,177); }
H1.HeaderClassName
{
color: #BBFCB1;
}
.AnyTagClassName
{
color: #BBFCB1;
}
</style>
background-color css
<style>
a { background-color: #BBFCB1; }
a { background-color: rgb(187,252,177); }
div.DivClassName
{
background-color: #BBFCB1;
}
.BgClassName
{
background-color: #BBFCB1;
}
</style>
border-color css
<style>
span { border-color: #BBFCB1; }
span { border-color: rgb(187,252,177); }
td.TdClassName
{
border-color: #BBFCB1;
}
.TagClassName
{
border-color: #BBFCB1;
}
</style>