Shades of Pixie Green #BFDAA1
Tints of Pixie Green #BFDAA1
RGB
CMYK
RGB Variations
Color information
#BFDAA1 (or 0xBFDAA1) is known color: Pixie Green. HEX triplet: BF, DA and A1. RGB value is (191,218,161). Sum of RGB (Red+Green+Blue) = 191+218+161=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDAA1 is #40255E. Grayscale: #CBCBCB. Windows color (decimal): -4203871 or 10607295. OLE color: 10607295.
HSL color Cylindrical-coordinate representation of color #BFDAA1: hue angle of 88.42º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFDAA1 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 161 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.15 |
| HSL | 88.42º | 0.44% | 0.74% | - |
| HSV(B) | 88.42º | 0.26% | 0.85% | - |
| XYZ | 52.99 | 63.79 | 43.24 | - |
| YUV | 203.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 161 | 0.12 | 0 | 0.26 | 0.15 | 88.42 | 0.44 | 0.74 |
| Hex | BF | DA | A1 | C | 0 | 1A | F | 58 | 2C | 4A |
| Octal | 277 | 332 | 241 | 14 | 0 | 32 | 17 | 130 | 54 | 112 |
| Binary | 10111111 | 11011010 | 10100001 | 1100 | 0 | 11010 | 1111 | 1011000 | 101100 | 1001010 |
Color Harmonies of #BFDAA1
Complementary color
Monochromatic Colors of #BFDAA1
Black with #BFDAA1
Text Example
Text Example
White with #BFDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAA1; }
p { color: rgb(191,218,161); }
H1.HeaderClassName
{
color: #BFDAA1;
}
.AnyTagClassName
{
color: #BFDAA1;
}
</style>
background-color css
<style>
a { background-color: #BFDAA1; }
a { background-color: rgb(191,218,161); }
div.DivClassName
{
background-color: #BFDAA1;
}
.BgClassName
{
background-color: #BFDAA1;
}
</style>
border-color css
<style>
span { border-color: #BFDAA1; }
span { border-color: rgb(191,218,161); }
td.TdClassName
{
border-color: #BFDAA1;
}
.TagClassName
{
border-color: #BFDAA1;
}
</style>