Shades of Madang #BFFAAF
Tints of Madang #BFFAAF
RGB
CMYK
RGB Variations
Color information
#BFFAAF (or 0xBFFAAF) is known color: Madang. HEX triplet: BF, FA and AF. RGB value is (191,250,175). Sum of RGB (Red+Green+Blue) = 191+250+175=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAAF is #400550. Grayscale: #E0E0E0. Windows color (decimal): -4195665 or 11532991. OLE color: 11532991.
HSL color Cylindrical-coordinate representation of color #BFFAAF: hue angle of 107.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFAAF is Cyan = 0.24, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 175 | - |
| CMYK | 0.24 | 0 | 0.3 | 0.02 |
| HSL | 107.2º | 0.88% | 0.83% | - |
| HSV(B) | 107.2º | 0.3% | 0.98% | - |
| XYZ | 63.41 | 82.54 | 53.15 | - |
| YUV | 223.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 175 | 0.24 | 0 | 0.3 | 0.02 | 107.2 | 0.88 | 0.83 |
| Hex | BF | FA | AF | 18 | 0 | 1E | 2 | 6B | 58 | 53 |
| Octal | 277 | 372 | 257 | 30 | 0 | 36 | 2 | 153 | 130 | 123 |
| Binary | 10111111 | 11111010 | 10101111 | 11000 | 0 | 11110 | 10 | 1101011 | 1011000 | 1010011 |
Color Harmonies of #BFFAAF
Complementary color
Monochromatic Colors of #BFFAAF
Black with #BFFAAF
Text Example
Text Example
White with #BFFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFAAF; }
p { color: rgb(191,250,175); }
H1.HeaderClassName
{
color: #BFFAAF;
}
.AnyTagClassName
{
color: #BFFAAF;
}
</style>
background-color css
<style>
a { background-color: #BFFAAF; }
a { background-color: rgb(191,250,175); }
div.DivClassName
{
background-color: #BFFAAF;
}
.BgClassName
{
background-color: #BFFAAF;
}
</style>
border-color css
<style>
span { border-color: #BFFAAF; }
span { border-color: rgb(191,250,175); }
td.TdClassName
{
border-color: #BFFAAF;
}
.TagClassName
{
border-color: #BFFAAF;
}
</style>