Shades of Pixie Green #BFDD9D
Tints of Pixie Green #BFDD9D
RGB
CMYK
RGB Variations
Color information
#BFDD9D (or 0xBFDD9D) is known color: Pixie Green. HEX triplet: BF, DD and 9D. RGB value is (191,221,157). Sum of RGB (Red+Green+Blue) = 191+221+157=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD9D is #402262. Grayscale: #CCCCCC. Windows color (decimal): -4203107 or 10345919. OLE color: 10345919.
HSL color Cylindrical-coordinate representation of color #BFDD9D: hue angle of 88.12º 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 #BFDD9D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 157 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 88.13º | 0.48% | 0.74% | - |
| HSV(B) | 88.13º | 0.29% | 0.87% | - |
| XYZ | 53.43 | 65.22 | 41.67 | - |
| YUV | 204.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 157 | 0.14 | 0 | 0.29 | 0.13 | 88.13 | 0.48 | 0.74 |
| Hex | BF | DD | 9D | E | 0 | 1D | D | 58 | 30 | 4A |
| Octal | 277 | 335 | 235 | 16 | 0 | 35 | 15 | 130 | 60 | 112 |
| Binary | 10111111 | 11011101 | 10011101 | 1110 | 0 | 11101 | 1101 | 1011000 | 110000 | 1001010 |
Color Harmonies of #BFDD9D
Complementary color
Monochromatic Colors of #BFDD9D
Black with #BFDD9D
Text Example
Text Example
White with #BFDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD9D; }
p { color: rgb(191,221,157); }
H1.HeaderClassName
{
color: #BFDD9D;
}
.AnyTagClassName
{
color: #BFDD9D;
}
</style>
background-color css
<style>
a { background-color: #BFDD9D; }
a { background-color: rgb(191,221,157); }
div.DivClassName
{
background-color: #BFDD9D;
}
.BgClassName
{
background-color: #BFDD9D;
}
</style>
border-color css
<style>
span { border-color: #BFDD9D; }
span { border-color: rgb(191,221,157); }
td.TdClassName
{
border-color: #BFDD9D;
}
.TagClassName
{
border-color: #BFDD9D;
}
</style>