Shades of Pixie Green #BFD1A3
Tints of Pixie Green #BFD1A3
RGB
CMYK
RGB Variations
Color information
#BFD1A3 (or 0xBFD1A3) is known color: Pixie Green. HEX triplet: BF, D1 and A3. RGB value is (191,209,163). Sum of RGB (Red+Green+Blue) = 191+209+163=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD1A3 is #402E5C. Grayscale: #C6C6C6. Windows color (decimal): -4206173 or 10736063. OLE color: 10736063.
HSL color Cylindrical-coordinate representation of color #BFD1A3: hue angle of 83.48º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD1A3 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 163 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.18 |
| HSL | 83.48º | 0.33% | 0.73% | - |
| HSV(B) | 83.48º | 0.22% | 0.82% | - |
| XYZ | 50.9 | 59.32 | 43.42 | - |
| YUV | 198.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 163 | 0.09 | 0 | 0.22 | 0.18 | 83.48 | 0.33 | 0.73 |
| Hex | BF | D1 | A3 | 9 | 0 | 16 | 12 | 53 | 21 | 49 |
| Octal | 277 | 321 | 243 | 11 | 0 | 26 | 22 | 123 | 41 | 111 |
| Binary | 10111111 | 11010001 | 10100011 | 1001 | 0 | 10110 | 10010 | 1010011 | 100001 | 1001001 |
Color Harmonies of #BFD1A3
Complementary color
Monochromatic Colors of #BFD1A3
Black with #BFD1A3
Text Example
Text Example
White with #BFD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1A3; }
p { color: rgb(191,209,163); }
H1.HeaderClassName
{
color: #BFD1A3;
}
.AnyTagClassName
{
color: #BFD1A3;
}
</style>
background-color css
<style>
a { background-color: #BFD1A3; }
a { background-color: rgb(191,209,163); }
div.DivClassName
{
background-color: #BFD1A3;
}
.BgClassName
{
background-color: #BFD1A3;
}
</style>
border-color css
<style>
span { border-color: #BFD1A3; }
span { border-color: rgb(191,209,163); }
td.TdClassName
{
border-color: #BFD1A3;
}
.TagClassName
{
border-color: #BFD1A3;
}
</style>