Shades of Pixie Green #BFD2A7
Tints of Pixie Green #BFD2A7
RGB
CMYK
RGB Variations
Color information
#BFD2A7 (or 0xBFD2A7) is known color: Pixie Green. HEX triplet: BF, D2 and A7. RGB value is (191,210,167). Sum of RGB (Red+Green+Blue) = 191+210+167=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD2A7 is #402D58. Grayscale: #C7C7C7. Windows color (decimal): -4205913 or 10998463. OLE color: 10998463.
HSL color Cylindrical-coordinate representation of color #BFD2A7: hue angle of 86.51º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD2A7 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 167 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.18 |
| HSL | 86.51º | 0.32% | 0.74% | - |
| HSV(B) | 86.51º | 0.2% | 0.82% | - |
| XYZ | 51.51 | 59.96 | 45.42 | - |
| YUV | 199.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 167 | 0.09 | 0 | 0.20 | 0.18 | 86.51 | 0.32 | 0.74 |
| Hex | BF | D2 | A7 | 9 | 0 | 14 | 12 | 57 | 20 | 4A |
| Octal | 277 | 322 | 247 | 11 | 0 | 24 | 22 | 127 | 40 | 112 |
| Binary | 10111111 | 11010010 | 10100111 | 1001 | 0 | 10100 | 10010 | 1010111 | 100000 | 1001010 |
Color Harmonies of #BFD2A7
Complementary color
Monochromatic Colors of #BFD2A7
Black with #BFD2A7
Text Example
Text Example
White with #BFD2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2A7; }
p { color: rgb(191,210,167); }
H1.HeaderClassName
{
color: #BFD2A7;
}
.AnyTagClassName
{
color: #BFD2A7;
}
</style>
background-color css
<style>
a { background-color: #BFD2A7; }
a { background-color: rgb(191,210,167); }
div.DivClassName
{
background-color: #BFD2A7;
}
.BgClassName
{
background-color: #BFD2A7;
}
</style>
border-color css
<style>
span { border-color: #BFD2A7; }
span { border-color: rgb(191,210,167); }
td.TdClassName
{
border-color: #BFD2A7;
}
.TagClassName
{
border-color: #BFD2A7;
}
</style>