Shades of Pixie Green #BFCFAF
Tints of Pixie Green #BFCFAF
RGB
CMYK
RGB Variations
Color information
#BFCFAF (or 0xBFCFAF) is known color: Pixie Green. HEX triplet: BF, CF and AF. RGB value is (191,207,175). Sum of RGB (Red+Green+Blue) = 191+207+175=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFAF is #403050. Grayscale: #C6C6C6. Windows color (decimal): -4206673 or 11521983. OLE color: 11521983.
HSL color Cylindrical-coordinate representation of color #BFCFAF: hue angle of 90º degrees, saturation: 0.25, 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 #BFCFAF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 175 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.19 |
| HSL | 90º | 0.25% | 0.75% | - |
| HSV(B) | 90º | 0.15% | 0.81% | - |
| XYZ | 51.54 | 58.8 | 49.19 | - |
| YUV | 198.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 175 | 0.08 | 0 | 0.15 | 0.19 | 90 | 0.25 | 0.75 |
| Hex | BF | CF | AF | 8 | 0 | F | 13 | 5A | 19 | 4B |
| Octal | 277 | 317 | 257 | 10 | 0 | 17 | 23 | 132 | 31 | 113 |
| Binary | 10111111 | 11001111 | 10101111 | 1000 | 0 | 1111 | 10011 | 1011010 | 11001 | 1001011 |
Color Harmonies of #BFCFAF
Complementary color
Monochromatic Colors of #BFCFAF
Black with #BFCFAF
Text Example
Text Example
White with #BFCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFAF; }
p { color: rgb(191,207,175); }
H1.HeaderClassName
{
color: #BFCFAF;
}
.AnyTagClassName
{
color: #BFCFAF;
}
</style>
background-color css
<style>
a { background-color: #BFCFAF; }
a { background-color: rgb(191,207,175); }
div.DivClassName
{
background-color: #BFCFAF;
}
.BgClassName
{
background-color: #BFCFAF;
}
</style>
border-color css
<style>
span { border-color: #BFCFAF; }
span { border-color: rgb(191,207,175); }
td.TdClassName
{
border-color: #BFCFAF;
}
.TagClassName
{
border-color: #BFCFAF;
}
</style>