Shades of Madang #BFFFA1
Tints of Madang #BFFFA1
RGB
CMYK
RGB Variations
Color information
#BFFFA1 (or 0xBFFFA1) is known color: Madang. HEX triplet: BF, FF and A1. RGB value is (191,255,161). Sum of RGB (Red+Green+Blue) = 191+255+161=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFA1 is #40005E. Grayscale: #E1E1E1. Windows color (decimal): -4194399 or 10616767. OLE color: 10616767.
HSL color Cylindrical-coordinate representation of color #BFFFA1: hue angle of 100.85º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFFFA1 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 161 | - |
| CMYK | 0.25 | 0 | 0.37 | 0 |
| HSL | 100.85º | 1% | 0.82% | - |
| HSV(B) | 100.85º | 0.37% | 1% | - |
| XYZ | 63.68 | 85.17 | 46.8 | - |
| YUV | 225.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 161 | 0.25 | 0 | 0.37 | 0 | 100.85 | 1 | 0.82 |
| Hex | BF | FF | A1 | 19 | 0 | 25 | 0 | 65 | 64 | 52 |
| Octal | 277 | 377 | 241 | 31 | 0 | 45 | 0 | 145 | 144 | 122 |
| Binary | 10111111 | 11111111 | 10100001 | 11001 | 0 | 100101 | 0 | 1100101 | 1100100 | 1010010 |
Color Harmonies of #BFFFA1
Complementary color
Monochromatic Colors of #BFFFA1
Black with #BFFFA1
Text Example
Text Example
White with #BFFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFA1; }
p { color: rgb(191,255,161); }
H1.HeaderClassName
{
color: #BFFFA1;
}
.AnyTagClassName
{
color: #BFFFA1;
}
</style>
background-color css
<style>
a { background-color: #BFFFA1; }
a { background-color: rgb(191,255,161); }
div.DivClassName
{
background-color: #BFFFA1;
}
.BgClassName
{
background-color: #BFFFA1;
}
</style>
border-color css
<style>
span { border-color: #BFFFA1; }
span { border-color: rgb(191,255,161); }
td.TdClassName
{
border-color: #BFFFA1;
}
.TagClassName
{
border-color: #BFFFA1;
}
</style>