Shades of Pixie Green #BFE0A1
Tints of Pixie Green #BFE0A1
RGB
CMYK
RGB Variations
Color information
#BFE0A1 (or 0xBFE0A1) is known color: Pixie Green. HEX triplet: BF, E0 and A1. RGB value is (191,224,161). Sum of RGB (Red+Green+Blue) = 191+224+161=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0A1 is #401F5E. Grayscale: #CFCFCF. Windows color (decimal): -4202335 or 10608831. OLE color: 10608831.
HSL color Cylindrical-coordinate representation of color #BFE0A1: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFE0A1 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 161 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.12 |
| HSL | 91.43º | 0.5% | 0.75% | - |
| HSV(B) | 91.43º | 0.28% | 0.88% | - |
| XYZ | 54.57 | 66.96 | 43.77 | - |
| YUV | 206.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 161 | 0.15 | 0 | 0.28 | 0.12 | 91.43 | 0.5 | 0.75 |
| Hex | BF | E0 | A1 | F | 0 | 1C | C | 5B | 32 | 4B |
| Octal | 277 | 340 | 241 | 17 | 0 | 34 | 14 | 133 | 62 | 113 |
| Binary | 10111111 | 11100000 | 10100001 | 1111 | 0 | 11100 | 1100 | 1011011 | 110010 | 1001011 |
Color Harmonies of #BFE0A1
Complementary color
Monochromatic Colors of #BFE0A1
Black with #BFE0A1
Text Example
Text Example
White with #BFE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0A1; }
p { color: rgb(191,224,161); }
H1.HeaderClassName
{
color: #BFE0A1;
}
.AnyTagClassName
{
color: #BFE0A1;
}
</style>
background-color css
<style>
a { background-color: #BFE0A1; }
a { background-color: rgb(191,224,161); }
div.DivClassName
{
background-color: #BFE0A1;
}
.BgClassName
{
background-color: #BFE0A1;
}
</style>
border-color css
<style>
span { border-color: #BFE0A1; }
span { border-color: rgb(191,224,161); }
td.TdClassName
{
border-color: #BFE0A1;
}
.TagClassName
{
border-color: #BFE0A1;
}
</style>