Shades of Pixie Green #BFDD9C
Tints of Pixie Green #BFDD9C
RGB
CMYK
RGB Variations
Color information
#BFDD9C (or 0xBFDD9C) is known color: Pixie Green. HEX triplet: BF, DD and 9C. RGB value is (191,221,156). Sum of RGB (Red+Green+Blue) = 191+221+156=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD9C is #402263. Grayscale: #CCCCCC. Windows color (decimal): -4203108 or 10280383. OLE color: 10280383.
HSL color Cylindrical-coordinate representation of color #BFDD9C: hue angle of 87.69º degrees, saturation: 0.49, 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 #BFDD9C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 156 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 87.69º | 0.49% | 0.74% | - |
| HSV(B) | 87.69º | 0.29% | 0.87% | - |
| XYZ | 53.34 | 65.19 | 41.22 | - |
| YUV | 204.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 156 | 0.14 | 0 | 0.29 | 0.13 | 87.69 | 0.49 | 0.74 |
| Hex | BF | DD | 9C | E | 0 | 1D | D | 58 | 31 | 4A |
| Octal | 277 | 335 | 234 | 16 | 0 | 35 | 15 | 130 | 61 | 112 |
| Binary | 10111111 | 11011101 | 10011100 | 1110 | 0 | 11101 | 1101 | 1011000 | 110001 | 1001010 |
Color Harmonies of #BFDD9C
Complementary color
Monochromatic Colors of #BFDD9C
Black with #BFDD9C
Text Example
Text Example
White with #BFDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD9C; }
p { color: rgb(191,221,156); }
H1.HeaderClassName
{
color: #BFDD9C;
}
.AnyTagClassName
{
color: #BFDD9C;
}
</style>
background-color css
<style>
a { background-color: #BFDD9C; }
a { background-color: rgb(191,221,156); }
div.DivClassName
{
background-color: #BFDD9C;
}
.BgClassName
{
background-color: #BFDD9C;
}
</style>
border-color css
<style>
span { border-color: #BFDD9C; }
span { border-color: rgb(191,221,156); }
td.TdClassName
{
border-color: #BFDD9C;
}
.TagClassName
{
border-color: #BFDD9C;
}
</style>