Shades of Pixie Green #BFD49E
Tints of Pixie Green #BFD49E
RGB
CMYK
RGB Variations
Color information
#BFD49E (or 0xBFD49E) is known color: Pixie Green. HEX triplet: BF, D4 and 9E. RGB value is (191,212,158). Sum of RGB (Red+Green+Blue) = 191+212+158=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD49E is #402B61. Grayscale: #C7C7C7. Windows color (decimal): -4205410 or 10409151. OLE color: 10409151.
HSL color Cylindrical-coordinate representation of color #BFD49E: hue angle of 83.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD49E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 158 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.17 |
| HSL | 83.33º | 0.39% | 0.73% | - |
| HSV(B) | 83.33º | 0.25% | 0.83% | - |
| XYZ | 51.2 | 60.63 | 41.35 | - |
| YUV | 199.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 158 | 0.10 | 0 | 0.25 | 0.17 | 83.33 | 0.39 | 0.73 |
| Hex | BF | D4 | 9E | A | 0 | 19 | 11 | 53 | 27 | 49 |
| Octal | 277 | 324 | 236 | 12 | 0 | 31 | 21 | 123 | 47 | 111 |
| Binary | 10111111 | 11010100 | 10011110 | 1010 | 0 | 11001 | 10001 | 1010011 | 100111 | 1001001 |
Color Harmonies of #BFD49E
Complementary color
Monochromatic Colors of #BFD49E
Black with #BFD49E
Text Example
Text Example
White with #BFD49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD49E; }
p { color: rgb(191,212,158); }
H1.HeaderClassName
{
color: #BFD49E;
}
.AnyTagClassName
{
color: #BFD49E;
}
</style>
background-color css
<style>
a { background-color: #BFD49E; }
a { background-color: rgb(191,212,158); }
div.DivClassName
{
background-color: #BFD49E;
}
.BgClassName
{
background-color: #BFD49E;
}
</style>
border-color css
<style>
span { border-color: #BFD49E; }
span { border-color: rgb(191,212,158); }
td.TdClassName
{
border-color: #BFD49E;
}
.TagClassName
{
border-color: #BFD49E;
}
</style>