Shades of Pixie Green #BFDF9B
Tints of Pixie Green #BFDF9B
RGB
CMYK
RGB Variations
Color information
#BFDF9B (or 0xBFDF9B) is known color: Pixie Green. HEX triplet: BF, DF and 9B. RGB value is (191,223,155). Sum of RGB (Red+Green+Blue) = 191+223+155=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF9B is #402064. Grayscale: #CDCDCD. Windows color (decimal): -4202597 or 10215359. OLE color: 10215359.
HSL color Cylindrical-coordinate representation of color #BFDF9B: hue angle of 88.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDF9B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 155 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.13 |
| HSL | 88.24º | 0.52% | 0.74% | - |
| HSV(B) | 88.24º | 0.3% | 0.87% | - |
| XYZ | 53.79 | 66.22 | 40.96 | - |
| YUV | 205.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 155 | 0.14 | 0 | 0.30 | 0.13 | 88.24 | 0.52 | 0.74 |
| Hex | BF | DF | 9B | E | 0 | 1E | D | 58 | 34 | 4A |
| Octal | 277 | 337 | 233 | 16 | 0 | 36 | 15 | 130 | 64 | 112 |
| Binary | 10111111 | 11011111 | 10011011 | 1110 | 0 | 11110 | 1101 | 1011000 | 110100 | 1001010 |
Color Harmonies of #BFDF9B
Complementary color
Monochromatic Colors of #BFDF9B
Black with #BFDF9B
Text Example
Text Example
White with #BFDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF9B; }
p { color: rgb(191,223,155); }
H1.HeaderClassName
{
color: #BFDF9B;
}
.AnyTagClassName
{
color: #BFDF9B;
}
</style>
background-color css
<style>
a { background-color: #BFDF9B; }
a { background-color: rgb(191,223,155); }
div.DivClassName
{
background-color: #BFDF9B;
}
.BgClassName
{
background-color: #BFDF9B;
}
</style>
border-color css
<style>
span { border-color: #BFDF9B; }
span { border-color: rgb(191,223,155); }
td.TdClassName
{
border-color: #BFDF9B;
}
.TagClassName
{
border-color: #BFDF9B;
}
</style>