Shades of Pixie Green #BFD1A1
Tints of Pixie Green #BFD1A1
RGB
CMYK
RGB Variations
Color information
#BFD1A1 (or 0xBFD1A1) is known color: Pixie Green. HEX triplet: BF, D1 and A1. RGB value is (191,209,161). Sum of RGB (Red+Green+Blue) = 191+209+161=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD1A1 is #402E5E. Grayscale: #C6C6C6. Windows color (decimal): -4206175 or 10604991. OLE color: 10604991.
HSL color Cylindrical-coordinate representation of color #BFD1A1: hue angle of 82.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD1A1 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 161 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.18 |
| HSL | 82.5º | 0.34% | 0.73% | - |
| HSV(B) | 82.5º | 0.23% | 0.82% | - |
| XYZ | 50.72 | 59.25 | 42.48 | - |
| YUV | 198.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 161 | 0.09 | 0 | 0.23 | 0.18 | 82.5 | 0.34 | 0.73 |
| Hex | BF | D1 | A1 | 9 | 0 | 17 | 12 | 52 | 22 | 49 |
| Octal | 277 | 321 | 241 | 11 | 0 | 27 | 22 | 122 | 42 | 111 |
| Binary | 10111111 | 11010001 | 10100001 | 1001 | 0 | 10111 | 10010 | 1010010 | 100010 | 1001001 |
Color Harmonies of #BFD1A1
Complementary color
Monochromatic Colors of #BFD1A1
Black with #BFD1A1
Text Example
Text Example
White with #BFD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1A1; }
p { color: rgb(191,209,161); }
H1.HeaderClassName
{
color: #BFD1A1;
}
.AnyTagClassName
{
color: #BFD1A1;
}
</style>
background-color css
<style>
a { background-color: #BFD1A1; }
a { background-color: rgb(191,209,161); }
div.DivClassName
{
background-color: #BFD1A1;
}
.BgClassName
{
background-color: #BFD1A1;
}
</style>
border-color css
<style>
span { border-color: #BFD1A1; }
span { border-color: rgb(191,209,161); }
td.TdClassName
{
border-color: #BFD1A1;
}
.TagClassName
{
border-color: #BFD1A1;
}
</style>