Shades of Pixie Green #BFDC9D
Tints of Pixie Green #BFDC9D
RGB
CMYK
RGB Variations
Color information
#BFDC9D (or 0xBFDC9D) is known color: Pixie Green. HEX triplet: BF, DC and 9D. RGB value is (191,220,157). Sum of RGB (Red+Green+Blue) = 191+220+157=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC9D is #402362. Grayscale: #CCCCCC. Windows color (decimal): -4203363 or 10345663. OLE color: 10345663.
HSL color Cylindrical-coordinate representation of color #BFDC9D: hue angle of 87.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFDC9D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 157 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.14 |
| HSL | 87.62º | 0.47% | 0.74% | - |
| HSV(B) | 87.62º | 0.29% | 0.86% | - |
| XYZ | 53.16 | 64.7 | 41.58 | - |
| YUV | 204.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 157 | 0.13 | 0 | 0.29 | 0.14 | 87.62 | 0.47 | 0.74 |
| Hex | BF | DC | 9D | D | 0 | 1D | E | 58 | 2F | 4A |
| Octal | 277 | 334 | 235 | 15 | 0 | 35 | 16 | 130 | 57 | 112 |
| Binary | 10111111 | 11011100 | 10011101 | 1101 | 0 | 11101 | 1110 | 1011000 | 101111 | 1001010 |
Color Harmonies of #BFDC9D
Complementary color
Monochromatic Colors of #BFDC9D
Black with #BFDC9D
Text Example
Text Example
White with #BFDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC9D; }
p { color: rgb(191,220,157); }
H1.HeaderClassName
{
color: #BFDC9D;
}
.AnyTagClassName
{
color: #BFDC9D;
}
</style>
background-color css
<style>
a { background-color: #BFDC9D; }
a { background-color: rgb(191,220,157); }
div.DivClassName
{
background-color: #BFDC9D;
}
.BgClassName
{
background-color: #BFDC9D;
}
</style>
border-color css
<style>
span { border-color: #BFDC9D; }
span { border-color: rgb(191,220,157); }
td.TdClassName
{
border-color: #BFDC9D;
}
.TagClassName
{
border-color: #BFDC9D;
}
</style>