Shades of Pixie Green #BFD1A6
Tints of Pixie Green #BFD1A6
RGB
CMYK
RGB Variations
Color information
#BFD1A6 (or 0xBFD1A6) is known color: Pixie Green. HEX triplet: BF, D1 and A6. RGB value is (191,209,166). Sum of RGB (Red+Green+Blue) = 191+209+166=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD1A6 is #402E59. Grayscale: #C6C6C6. Windows color (decimal): -4206170 or 10932671. OLE color: 10932671.
HSL color Cylindrical-coordinate representation of color #BFD1A6: hue angle of 85.12º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD1A6 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 166 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.18 |
| HSL | 85.12º | 0.32% | 0.74% | - |
| HSV(B) | 85.12º | 0.21% | 0.82% | - |
| XYZ | 51.17 | 59.43 | 44.85 | - |
| YUV | 198.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 166 | 0.09 | 0 | 0.21 | 0.18 | 85.12 | 0.32 | 0.74 |
| Hex | BF | D1 | A6 | 9 | 0 | 15 | 12 | 55 | 20 | 4A |
| Octal | 277 | 321 | 246 | 11 | 0 | 25 | 22 | 125 | 40 | 112 |
| Binary | 10111111 | 11010001 | 10100110 | 1001 | 0 | 10101 | 10010 | 1010101 | 100000 | 1001010 |
Color Harmonies of #BFD1A6
Complementary color
Monochromatic Colors of #BFD1A6
Black with #BFD1A6
Text Example
Text Example
White with #BFD1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1A6; }
p { color: rgb(191,209,166); }
H1.HeaderClassName
{
color: #BFD1A6;
}
.AnyTagClassName
{
color: #BFD1A6;
}
</style>
background-color css
<style>
a { background-color: #BFD1A6; }
a { background-color: rgb(191,209,166); }
div.DivClassName
{
background-color: #BFD1A6;
}
.BgClassName
{
background-color: #BFD1A6;
}
</style>
border-color css
<style>
span { border-color: #BFD1A6; }
span { border-color: rgb(191,209,166); }
td.TdClassName
{
border-color: #BFD1A6;
}
.TagClassName
{
border-color: #BFD1A6;
}
</style>