Shades of Pixie Green #BFDD9E
Tints of Pixie Green #BFDD9E
RGB
CMYK
RGB Variations
Color information
#BFDD9E (or 0xBFDD9E) is known color: Pixie Green. HEX triplet: BF, DD and 9E. RGB value is (191,221,158). Sum of RGB (Red+Green+Blue) = 191+221+158=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD9E is #402261. Grayscale: #CDCDCD. Windows color (decimal): -4203106 or 10411455. OLE color: 10411455.
HSL color Cylindrical-coordinate representation of color #BFDD9E: hue angle of 88.57º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFDD9E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 158 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 88.57º | 0.48% | 0.74% | - |
| HSV(B) | 88.57º | 0.29% | 0.87% | - |
| XYZ | 53.51 | 65.26 | 42.12 | - |
| YUV | 204.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 158 | 0.14 | 0 | 0.29 | 0.13 | 88.57 | 0.48 | 0.74 |
| Hex | BF | DD | 9E | E | 0 | 1D | D | 59 | 30 | 4A |
| Octal | 277 | 335 | 236 | 16 | 0 | 35 | 15 | 131 | 60 | 112 |
| Binary | 10111111 | 11011101 | 10011110 | 1110 | 0 | 11101 | 1101 | 1011001 | 110000 | 1001010 |
Color Harmonies of #BFDD9E
Complementary color
Monochromatic Colors of #BFDD9E
Black with #BFDD9E
Text Example
Text Example
White with #BFDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD9E; }
p { color: rgb(191,221,158); }
H1.HeaderClassName
{
color: #BFDD9E;
}
.AnyTagClassName
{
color: #BFDD9E;
}
</style>
background-color css
<style>
a { background-color: #BFDD9E; }
a { background-color: rgb(191,221,158); }
div.DivClassName
{
background-color: #BFDD9E;
}
.BgClassName
{
background-color: #BFDD9E;
}
</style>
border-color css
<style>
span { border-color: #BFDD9E; }
span { border-color: rgb(191,221,158); }
td.TdClassName
{
border-color: #BFDD9E;
}
.TagClassName
{
border-color: #BFDD9E;
}
</style>