Shades of Pixie Green #BFDFA1
Tints of Pixie Green #BFDFA1
RGB
CMYK
RGB Variations
Color information
#BFDFA1 (or 0xBFDFA1) is known color: Pixie Green. HEX triplet: BF, DF and A1. RGB value is (191,223,161). Sum of RGB (Red+Green+Blue) = 191+223+161=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFA1 is #40205E. Grayscale: #CECECE. Windows color (decimal): -4202591 or 10608575. OLE color: 10608575.
HSL color Cylindrical-coordinate representation of color #BFDFA1: hue angle of 90.97º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDFA1 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 161 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.13 |
| HSL | 90.97º | 0.49% | 0.75% | - |
| HSV(B) | 90.97º | 0.28% | 0.87% | - |
| XYZ | 54.31 | 66.42 | 43.68 | - |
| YUV | 206.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 161 | 0.14 | 0 | 0.28 | 0.13 | 90.97 | 0.49 | 0.75 |
| Hex | BF | DF | A1 | E | 0 | 1C | D | 5B | 31 | 4B |
| Octal | 277 | 337 | 241 | 16 | 0 | 34 | 15 | 133 | 61 | 113 |
| Binary | 10111111 | 11011111 | 10100001 | 1110 | 0 | 11100 | 1101 | 1011011 | 110001 | 1001011 |
Color Harmonies of #BFDFA1
Complementary color
Monochromatic Colors of #BFDFA1
Black with #BFDFA1
Text Example
Text Example
White with #BFDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFA1; }
p { color: rgb(191,223,161); }
H1.HeaderClassName
{
color: #BFDFA1;
}
.AnyTagClassName
{
color: #BFDFA1;
}
</style>
background-color css
<style>
a { background-color: #BFDFA1; }
a { background-color: rgb(191,223,161); }
div.DivClassName
{
background-color: #BFDFA1;
}
.BgClassName
{
background-color: #BFDFA1;
}
</style>
border-color css
<style>
span { border-color: #BFDFA1; }
span { border-color: rgb(191,223,161); }
td.TdClassName
{
border-color: #BFDFA1;
}
.TagClassName
{
border-color: #BFDFA1;
}
</style>