Shades of Pixie Green #BFD2A6
Tints of Pixie Green #BFD2A6
RGB
CMYK
RGB Variations
Color information
#BFD2A6 (or 0xBFD2A6) is known color: Pixie Green. HEX triplet: BF, D2 and A6. RGB value is (191,210,166). Sum of RGB (Red+Green+Blue) = 191+210+166=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD2A6 is #402D59. Grayscale: #C7C7C7. Windows color (decimal): -4205914 or 10932927. OLE color: 10932927.
HSL color Cylindrical-coordinate representation of color #BFD2A6: hue angle of 85.91º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD2A6 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 166 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.18 |
| HSL | 85.91º | 0.33% | 0.74% | - |
| HSV(B) | 85.91º | 0.21% | 0.82% | - |
| XYZ | 51.42 | 59.92 | 44.93 | - |
| YUV | 199.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 166 | 0.09 | 0 | 0.21 | 0.18 | 85.91 | 0.33 | 0.74 |
| Hex | BF | D2 | A6 | 9 | 0 | 15 | 12 | 56 | 21 | 4A |
| Octal | 277 | 322 | 246 | 11 | 0 | 25 | 22 | 126 | 41 | 112 |
| Binary | 10111111 | 11010010 | 10100110 | 1001 | 0 | 10101 | 10010 | 1010110 | 100001 | 1001010 |
Color Harmonies of #BFD2A6
Complementary color
Monochromatic Colors of #BFD2A6
Black with #BFD2A6
Text Example
Text Example
White with #BFD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2A6; }
p { color: rgb(191,210,166); }
H1.HeaderClassName
{
color: #BFD2A6;
}
.AnyTagClassName
{
color: #BFD2A6;
}
</style>
background-color css
<style>
a { background-color: #BFD2A6; }
a { background-color: rgb(191,210,166); }
div.DivClassName
{
background-color: #BFD2A6;
}
.BgClassName
{
background-color: #BFD2A6;
}
</style>
border-color css
<style>
span { border-color: #BFD2A6; }
span { border-color: rgb(191,210,166); }
td.TdClassName
{
border-color: #BFD2A6;
}
.TagClassName
{
border-color: #BFD2A6;
}
</style>