Shades of Pixie Green #BFD4A3
Tints of Pixie Green #BFD4A3
RGB
CMYK
RGB Variations
Color information
#BFD4A3 (or 0xBFD4A3) is known color: Pixie Green. HEX triplet: BF, D4 and A3. RGB value is (191,212,163). Sum of RGB (Red+Green+Blue) = 191+212+163=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD4A3 is #402B5C. Grayscale: #C8C8C8. Windows color (decimal): -4205405 or 10736831. OLE color: 10736831.
HSL color Cylindrical-coordinate representation of color #BFD4A3: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD4A3 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 163 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.17 |
| HSL | 85.71º | 0.36% | 0.74% | - |
| HSV(B) | 85.71º | 0.23% | 0.83% | - |
| XYZ | 51.64 | 60.81 | 43.67 | - |
| YUV | 200.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 163 | 0.10 | 0 | 0.23 | 0.17 | 85.71 | 0.36 | 0.74 |
| Hex | BF | D4 | A3 | A | 0 | 17 | 11 | 56 | 24 | 4A |
| Octal | 277 | 324 | 243 | 12 | 0 | 27 | 21 | 126 | 44 | 112 |
| Binary | 10111111 | 11010100 | 10100011 | 1010 | 0 | 10111 | 10001 | 1010110 | 100100 | 1001010 |
Color Harmonies of #BFD4A3
Complementary color
Monochromatic Colors of #BFD4A3
Black with #BFD4A3
Text Example
Text Example
White with #BFD4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4A3; }
p { color: rgb(191,212,163); }
H1.HeaderClassName
{
color: #BFD4A3;
}
.AnyTagClassName
{
color: #BFD4A3;
}
</style>
background-color css
<style>
a { background-color: #BFD4A3; }
a { background-color: rgb(191,212,163); }
div.DivClassName
{
background-color: #BFD4A3;
}
.BgClassName
{
background-color: #BFD4A3;
}
</style>
border-color css
<style>
span { border-color: #BFD4A3; }
span { border-color: rgb(191,212,163); }
td.TdClassName
{
border-color: #BFD4A3;
}
.TagClassName
{
border-color: #BFD4A3;
}
</style>