Shades of Pixie Green #BFDFA0
Tints of Pixie Green #BFDFA0
RGB
CMYK
RGB Variations
Color information
#BFDFA0 (or 0xBFDFA0) is known color: Pixie Green. HEX triplet: BF, DF and A0. RGB value is (191,223,160). Sum of RGB (Red+Green+Blue) = 191+223+160=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFA0 is #40205F. Grayscale: #CECECE. Windows color (decimal): -4202592 or 10543039. OLE color: 10543039.
HSL color Cylindrical-coordinate representation of color #BFDFA0: hue angle of 90.48º degrees, saturation: 0.5, 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 #BFDFA0 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 160 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.13 |
| HSL | 90.48º | 0.5% | 0.75% | - |
| HSV(B) | 90.48º | 0.28% | 0.87% | - |
| XYZ | 54.22 | 66.39 | 43.21 | - |
| YUV | 206.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 160 | 0.14 | 0 | 0.28 | 0.13 | 90.48 | 0.5 | 0.75 |
| Hex | BF | DF | A0 | E | 0 | 1C | D | 5A | 32 | 4B |
| Octal | 277 | 337 | 240 | 16 | 0 | 34 | 15 | 132 | 62 | 113 |
| Binary | 10111111 | 11011111 | 10100000 | 1110 | 0 | 11100 | 1101 | 1011010 | 110010 | 1001011 |
Color Harmonies of #BFDFA0
Complementary color
Monochromatic Colors of #BFDFA0
Black with #BFDFA0
Text Example
Text Example
White with #BFDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFA0; }
p { color: rgb(191,223,160); }
H1.HeaderClassName
{
color: #BFDFA0;
}
.AnyTagClassName
{
color: #BFDFA0;
}
</style>
background-color css
<style>
a { background-color: #BFDFA0; }
a { background-color: rgb(191,223,160); }
div.DivClassName
{
background-color: #BFDFA0;
}
.BgClassName
{
background-color: #BFDFA0;
}
</style>
border-color css
<style>
span { border-color: #BFDFA0; }
span { border-color: rgb(191,223,160); }
td.TdClassName
{
border-color: #BFDFA0;
}
.TagClassName
{
border-color: #BFDFA0;
}
</style>