Shades of Pixie Green #BFCEAF
Tints of Pixie Green #BFCEAF
RGB
CMYK
RGB Variations
Color information
#BFCEAF (or 0xBFCEAF) is known color: Pixie Green. HEX triplet: BF, CE and AF. RGB value is (191,206,175). Sum of RGB (Red+Green+Blue) = 191+206+175=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEAF is #403150. Grayscale: #C6C6C6. Windows color (decimal): -4206929 or 11521727. OLE color: 11521727.
HSL color Cylindrical-coordinate representation of color #BFCEAF: hue angle of 89.03º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCEAF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 175 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.19 |
| HSL | 89.03º | 0.24% | 0.75% | - |
| HSV(B) | 89.03º | 0.15% | 0.81% | - |
| XYZ | 51.3 | 58.31 | 49.11 | - |
| YUV | 197.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 175 | 0.07 | 0 | 0.15 | 0.19 | 89.03 | 0.24 | 0.75 |
| Hex | BF | CE | AF | 7 | 0 | F | 13 | 59 | 18 | 4B |
| Octal | 277 | 316 | 257 | 7 | 0 | 17 | 23 | 131 | 30 | 113 |
| Binary | 10111111 | 11001110 | 10101111 | 111 | 0 | 1111 | 10011 | 1011001 | 11000 | 1001011 |
Color Harmonies of #BFCEAF
Complementary color
Monochromatic Colors of #BFCEAF
Black with #BFCEAF
Text Example
Text Example
White with #BFCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEAF; }
p { color: rgb(191,206,175); }
H1.HeaderClassName
{
color: #BFCEAF;
}
.AnyTagClassName
{
color: #BFCEAF;
}
</style>
background-color css
<style>
a { background-color: #BFCEAF; }
a { background-color: rgb(191,206,175); }
div.DivClassName
{
background-color: #BFCEAF;
}
.BgClassName
{
background-color: #BFCEAF;
}
</style>
border-color css
<style>
span { border-color: #BFCEAF; }
span { border-color: rgb(191,206,175); }
td.TdClassName
{
border-color: #BFCEAF;
}
.TagClassName
{
border-color: #BFCEAF;
}
</style>