Shades of Pixie Green #BFCEAE
Tints of Pixie Green #BFCEAE
RGB
CMYK
RGB Variations
Color information
#BFCEAE (or 0xBFCEAE) is known color: Pixie Green. HEX triplet: BF, CE and AE. RGB value is (191,206,174). Sum of RGB (Red+Green+Blue) = 191+206+174=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEAE is #403151. Grayscale: #C5C5C5. Windows color (decimal): -4206930 or 11456191. OLE color: 11456191.
HSL color Cylindrical-coordinate representation of color #BFCEAE: hue angle of 88.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCEAE is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 174 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.19 |
| HSL | 88.13º | 0.25% | 0.75% | - |
| HSV(B) | 88.13º | 0.16% | 0.81% | - |
| XYZ | 51.2 | 58.27 | 48.59 | - |
| YUV | 197.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 174 | 0.07 | 0 | 0.16 | 0.19 | 88.13 | 0.25 | 0.75 |
| Hex | BF | CE | AE | 7 | 0 | 10 | 13 | 58 | 19 | 4B |
| Octal | 277 | 316 | 256 | 7 | 0 | 20 | 23 | 130 | 31 | 113 |
| Binary | 10111111 | 11001110 | 10101110 | 111 | 0 | 10000 | 10011 | 1011000 | 11001 | 1001011 |
Color Harmonies of #BFCEAE
Complementary color
Monochromatic Colors of #BFCEAE
Black with #BFCEAE
Text Example
Text Example
White with #BFCEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEAE; }
p { color: rgb(191,206,174); }
H1.HeaderClassName
{
color: #BFCEAE;
}
.AnyTagClassName
{
color: #BFCEAE;
}
</style>
background-color css
<style>
a { background-color: #BFCEAE; }
a { background-color: rgb(191,206,174); }
div.DivClassName
{
background-color: #BFCEAE;
}
.BgClassName
{
background-color: #BFCEAE;
}
</style>
border-color css
<style>
span { border-color: #BFCEAE; }
span { border-color: rgb(191,206,174); }
td.TdClassName
{
border-color: #BFCEAE;
}
.TagClassName
{
border-color: #BFCEAE;
}
</style>