Shades of Pixie Green #BFCFAC
Tints of Pixie Green #BFCFAC
RGB
CMYK
RGB Variations
Color information
#BFCFAC (or 0xBFCFAC) is known color: Pixie Green. HEX triplet: BF, CF and AC. RGB value is (191,207,172). Sum of RGB (Red+Green+Blue) = 191+207+172=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFAC is #403053. Grayscale: #C6C6C6. Windows color (decimal): -4206676 or 11325375. OLE color: 11325375.
HSL color Cylindrical-coordinate representation of color #BFCFAC: hue angle of 87.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCFAC is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 172 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.19 |
| HSL | 87.43º | 0.27% | 0.74% | - |
| HSV(B) | 87.43º | 0.17% | 0.81% | - |
| XYZ | 51.25 | 58.68 | 47.66 | - |
| YUV | 198.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 172 | 0.08 | 0 | 0.17 | 0.19 | 87.43 | 0.27 | 0.74 |
| Hex | BF | CF | AC | 8 | 0 | 11 | 13 | 57 | 1B | 4A |
| Octal | 277 | 317 | 254 | 10 | 0 | 21 | 23 | 127 | 33 | 112 |
| Binary | 10111111 | 11001111 | 10101100 | 1000 | 0 | 10001 | 10011 | 1010111 | 11011 | 1001010 |
Color Harmonies of #BFCFAC
Complementary color
Monochromatic Colors of #BFCFAC
Black with #BFCFAC
Text Example
Text Example
White with #BFCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFAC; }
p { color: rgb(191,207,172); }
H1.HeaderClassName
{
color: #BFCFAC;
}
.AnyTagClassName
{
color: #BFCFAC;
}
</style>
background-color css
<style>
a { background-color: #BFCFAC; }
a { background-color: rgb(191,207,172); }
div.DivClassName
{
background-color: #BFCFAC;
}
.BgClassName
{
background-color: #BFCFAC;
}
</style>
border-color css
<style>
span { border-color: #BFCFAC; }
span { border-color: rgb(191,207,172); }
td.TdClassName
{
border-color: #BFCFAC;
}
.TagClassName
{
border-color: #BFCFAC;
}
</style>