Shades of Madang #BFFCAB
Tints of Madang #BFFCAB
RGB
CMYK
RGB Variations
Color information
#BFFCAB (or 0xBFFCAB) is known color: Madang. HEX triplet: BF, FC and AB. RGB value is (191,252,171). Sum of RGB (Red+Green+Blue) = 191+252+171=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFCAB is #400354. Grayscale: #E0E0E0. Windows color (decimal): -4195157 or 11271359. OLE color: 11271359.
HSL color Cylindrical-coordinate representation of color #BFFCAB: hue angle of 105.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFFCAB is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 171 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.01 |
| HSL | 105.19º | 0.93% | 0.83% | - |
| HSV(B) | 105.19º | 0.32% | 0.99% | - |
| XYZ | 63.65 | 83.64 | 51.32 | - |
| YUV | 224.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 171 | 0.24 | 0 | 0.32 | 0.01 | 105.19 | 0.93 | 0.83 |
| Hex | BF | FC | AB | 18 | 0 | 20 | 1 | 69 | 5D | 53 |
| Octal | 277 | 374 | 253 | 30 | 0 | 40 | 1 | 151 | 135 | 123 |
| Binary | 10111111 | 11111100 | 10101011 | 11000 | 0 | 100000 | 1 | 1101001 | 1011101 | 1010011 |
Color Harmonies of #BFFCAB
Complementary color
Monochromatic Colors of #BFFCAB
Black with #BFFCAB
Text Example
Text Example
White with #BFFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFCAB; }
p { color: rgb(191,252,171); }
H1.HeaderClassName
{
color: #BFFCAB;
}
.AnyTagClassName
{
color: #BFFCAB;
}
</style>
background-color css
<style>
a { background-color: #BFFCAB; }
a { background-color: rgb(191,252,171); }
div.DivClassName
{
background-color: #BFFCAB;
}
.BgClassName
{
background-color: #BFFCAB;
}
</style>
border-color css
<style>
span { border-color: #BFFCAB; }
span { border-color: rgb(191,252,171); }
td.TdClassName
{
border-color: #BFFCAB;
}
.TagClassName
{
border-color: #BFFCAB;
}
</style>