Shades of Madang #BFFAA1
Tints of Madang #BFFAA1
RGB
CMYK
RGB Variations
Color information
#BFFAA1 (or 0xBFFAA1) is known color: Madang. HEX triplet: BF, FA and A1. RGB value is (191,250,161). Sum of RGB (Red+Green+Blue) = 191+250+161=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFAA1 is #40055E. Grayscale: #DEDEDE. Windows color (decimal): -4195679 or 10615487. OLE color: 10615487.
HSL color Cylindrical-coordinate representation of color #BFFAA1: hue angle of 99.78º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFFAA1 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 161 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.02 |
| HSL | 99.78º | 0.9% | 0.81% | - |
| HSV(B) | 99.78º | 0.36% | 0.98% | - |
| XYZ | 62.1 | 82.02 | 46.28 | - |
| YUV | 222.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 161 | 0.24 | 0 | 0.36 | 0.02 | 99.78 | 0.9 | 0.81 |
| Hex | BF | FA | A1 | 18 | 0 | 24 | 2 | 64 | 5A | 51 |
| Octal | 277 | 372 | 241 | 30 | 0 | 44 | 2 | 144 | 132 | 121 |
| Binary | 10111111 | 11111010 | 10100001 | 11000 | 0 | 100100 | 10 | 1100100 | 1011010 | 1010001 |
Color Harmonies of #BFFAA1
Complementary color
Monochromatic Colors of #BFFAA1
Black with #BFFAA1
Text Example
Text Example
White with #BFFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFAA1; }
p { color: rgb(191,250,161); }
H1.HeaderClassName
{
color: #BFFAA1;
}
.AnyTagClassName
{
color: #BFFAA1;
}
</style>
background-color css
<style>
a { background-color: #BFFAA1; }
a { background-color: rgb(191,250,161); }
div.DivClassName
{
background-color: #BFFAA1;
}
.BgClassName
{
background-color: #BFFAA1;
}
</style>
border-color css
<style>
span { border-color: #BFFAA1; }
span { border-color: rgb(191,250,161); }
td.TdClassName
{
border-color: #BFFAA1;
}
.TagClassName
{
border-color: #BFFAA1;
}
</style>