Shades of Pixie Green #BFCFB0
Tints of Pixie Green #BFCFB0
RGB
CMYK
RGB Variations
Color information
#BFCFB0 (or 0xBFCFB0) is known color: Pixie Green. HEX triplet: BF, CF and B0. RGB value is (191,207,176). Sum of RGB (Red+Green+Blue) = 191+207+176=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFB0 is #40304F. Grayscale: #C6C6C6. Windows color (decimal): -4206672 or 11587519. OLE color: 11587519.
HSL color Cylindrical-coordinate representation of color #BFCFB0: hue angle of 90.97º 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 #BFCFB0 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 176 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.19 |
| HSL | 90.97º | 0.24% | 0.75% | - |
| HSV(B) | 90.97º | 0.15% | 0.81% | - |
| XYZ | 51.64 | 58.84 | 49.71 | - |
| YUV | 198.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 176 | 0.08 | 0 | 0.15 | 0.19 | 90.97 | 0.24 | 0.75 |
| Hex | BF | CF | B0 | 8 | 0 | F | 13 | 5B | 18 | 4B |
| Octal | 277 | 317 | 260 | 10 | 0 | 17 | 23 | 133 | 30 | 113 |
| Binary | 10111111 | 11001111 | 10110000 | 1000 | 0 | 1111 | 10011 | 1011011 | 11000 | 1001011 |
Color Harmonies of #BFCFB0
Complementary color
Monochromatic Colors of #BFCFB0
Black with #BFCFB0
Text Example
Text Example
White with #BFCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFB0; }
p { color: rgb(191,207,176); }
H1.HeaderClassName
{
color: #BFCFB0;
}
.AnyTagClassName
{
color: #BFCFB0;
}
</style>
background-color css
<style>
a { background-color: #BFCFB0; }
a { background-color: rgb(191,207,176); }
div.DivClassName
{
background-color: #BFCFB0;
}
.BgClassName
{
background-color: #BFCFB0;
}
</style>
border-color css
<style>
span { border-color: #BFCFB0; }
span { border-color: rgb(191,207,176); }
td.TdClassName
{
border-color: #BFCFB0;
}
.TagClassName
{
border-color: #BFCFB0;
}
</style>