Shades of Madang #BBFCAF
Tints of Madang #BBFCAF
RGB
CMYK
RGB Variations
Color information
#BBFCAF (or 0xBBFCAF) is known color: Madang. HEX triplet: BB, FC and AF. RGB value is (187,252,175). Sum of RGB (Red+Green+Blue) = 187+252+175=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFCAF is #440350. Grayscale: #E0E0E0. Windows color (decimal): -4457297 or 11533499. OLE color: 11533499.
HSL color Cylindrical-coordinate representation of color #BBFCAF: hue angle of 110.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBFCAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 175 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.01 |
| HSL | 110.65º | 0.93% | 0.84% | - |
| HSV(B) | 110.65º | 0.31% | 0.99% | - |
| XYZ | 63.04 | 83.28 | 53.31 | - |
| YUV | 223.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 175 | 0.26 | 0 | 0.31 | 0.01 | 110.65 | 0.93 | 0.84 |
| Hex | BB | FC | AF | 1A | 0 | 1F | 1 | 6F | 5D | 54 |
| Octal | 273 | 374 | 257 | 32 | 0 | 37 | 1 | 157 | 135 | 124 |
| Binary | 10111011 | 11111100 | 10101111 | 11010 | 0 | 11111 | 1 | 1101111 | 1011101 | 1010100 |
Color Harmonies of #BBFCAF
Complementary color
Monochromatic Colors of #BBFCAF
Black with #BBFCAF
Text Example
Text Example
White with #BBFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCAF; }
p { color: rgb(187,252,175); }
H1.HeaderClassName
{
color: #BBFCAF;
}
.AnyTagClassName
{
color: #BBFCAF;
}
</style>
background-color css
<style>
a { background-color: #BBFCAF; }
a { background-color: rgb(187,252,175); }
div.DivClassName
{
background-color: #BBFCAF;
}
.BgClassName
{
background-color: #BBFCAF;
}
</style>
border-color css
<style>
span { border-color: #BBFCAF; }
span { border-color: rgb(187,252,175); }
td.TdClassName
{
border-color: #BBFCAF;
}
.TagClassName
{
border-color: #BBFCAF;
}
</style>