Shades of Pixie Green #BFD8A3
Tints of Pixie Green #BFD8A3
RGB
CMYK
RGB Variations
Color information
#BFD8A3 (or 0xBFD8A3) is known color: Pixie Green. HEX triplet: BF, D8 and A3. RGB value is (191,216,163). Sum of RGB (Red+Green+Blue) = 191+216+163=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD8A3 is #40275C. Grayscale: #CACACA. Windows color (decimal): -4204381 or 10737855. OLE color: 10737855.
HSL color Cylindrical-coordinate representation of color #BFD8A3: hue angle of 88.3º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD8A3 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 163 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.15 |
| HSL | 88.3º | 0.4% | 0.74% | - |
| HSV(B) | 88.3º | 0.25% | 0.85% | - |
| XYZ | 52.65 | 62.83 | 44 | - |
| YUV | 202.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 163 | 0.12 | 0 | 0.25 | 0.15 | 88.3 | 0.4 | 0.74 |
| Hex | BF | D8 | A3 | C | 0 | 19 | F | 58 | 28 | 4A |
| Octal | 277 | 330 | 243 | 14 | 0 | 31 | 17 | 130 | 50 | 112 |
| Binary | 10111111 | 11011000 | 10100011 | 1100 | 0 | 11001 | 1111 | 1011000 | 101000 | 1001010 |
Color Harmonies of #BFD8A3
Complementary color
Monochromatic Colors of #BFD8A3
Black with #BFD8A3
Text Example
Text Example
White with #BFD8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8A3; }
p { color: rgb(191,216,163); }
H1.HeaderClassName
{
color: #BFD8A3;
}
.AnyTagClassName
{
color: #BFD8A3;
}
</style>
background-color css
<style>
a { background-color: #BFD8A3; }
a { background-color: rgb(191,216,163); }
div.DivClassName
{
background-color: #BFD8A3;
}
.BgClassName
{
background-color: #BFD8A3;
}
</style>
border-color css
<style>
span { border-color: #BFD8A3; }
span { border-color: rgb(191,216,163); }
td.TdClassName
{
border-color: #BFD8A3;
}
.TagClassName
{
border-color: #BFD8A3;
}
</style>