Shades of Pixie Green #BFDD9B
Tints of Pixie Green #BFDD9B
RGB
CMYK
RGB Variations
Color information
#BFDD9B (or 0xBFDD9B) is known color: Pixie Green. HEX triplet: BF, DD and 9B. RGB value is (191,221,155). Sum of RGB (Red+Green+Blue) = 191+221+155=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD9B is #402264. Grayscale: #CCCCCC. Windows color (decimal): -4203109 or 10214847. OLE color: 10214847.
HSL color Cylindrical-coordinate representation of color #BFDD9B: hue angle of 87.27º degrees, saturation: 0.49, 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 #BFDD9B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 155 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.13 |
| HSL | 87.27º | 0.49% | 0.74% | - |
| HSV(B) | 87.27º | 0.3% | 0.87% | - |
| XYZ | 53.26 | 65.16 | 40.78 | - |
| YUV | 204.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 155 | 0.14 | 0 | 0.30 | 0.13 | 87.27 | 0.49 | 0.74 |
| Hex | BF | DD | 9B | E | 0 | 1E | D | 57 | 31 | 4A |
| Octal | 277 | 335 | 233 | 16 | 0 | 36 | 15 | 127 | 61 | 112 |
| Binary | 10111111 | 11011101 | 10011011 | 1110 | 0 | 11110 | 1101 | 1010111 | 110001 | 1001010 |
Color Harmonies of #BFDD9B
Complementary color
Monochromatic Colors of #BFDD9B
Black with #BFDD9B
Text Example
Text Example
White with #BFDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD9B; }
p { color: rgb(191,221,155); }
H1.HeaderClassName
{
color: #BFDD9B;
}
.AnyTagClassName
{
color: #BFDD9B;
}
</style>
background-color css
<style>
a { background-color: #BFDD9B; }
a { background-color: rgb(191,221,155); }
div.DivClassName
{
background-color: #BFDD9B;
}
.BgClassName
{
background-color: #BFDD9B;
}
</style>
border-color css
<style>
span { border-color: #BFDD9B; }
span { border-color: rgb(191,221,155); }
td.TdClassName
{
border-color: #BFDD9B;
}
.TagClassName
{
border-color: #BFDD9B;
}
</style>