Shades of Pixie Green #BCD99D
Tints of Pixie Green #BCD99D
RGB
CMYK
RGB Variations
Color information
#BCD99D (or 0xBCD99D) is known color: Pixie Green. HEX triplet: BC, D9 and 9D. RGB value is (188,217,157). Sum of RGB (Red+Green+Blue) = 188+217+157=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD99D is #432662. Grayscale: #C9C9C9. Windows color (decimal): -4400739 or 10344892. OLE color: 10344892.
HSL color Cylindrical-coordinate representation of color #BCD99D: hue angle of 89º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD99D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 157 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.15 |
| HSL | 89º | 0.44% | 0.73% | - |
| HSV(B) | 89º | 0.28% | 0.85% | - |
| XYZ | 51.64 | 62.75 | 41.29 | - |
| YUV | 201.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 157 | 0.13 | 0 | 0.28 | 0.15 | 89 | 0.44 | 0.73 |
| Hex | BC | D9 | 9D | D | 0 | 1C | F | 59 | 2C | 49 |
| Octal | 274 | 331 | 235 | 15 | 0 | 34 | 17 | 131 | 54 | 111 |
| Binary | 10111100 | 11011001 | 10011101 | 1101 | 0 | 11100 | 1111 | 1011001 | 101100 | 1001001 |
Color Harmonies of #BCD99D
Complementary color
Monochromatic Colors of #BCD99D
Black with #BCD99D
Text Example
Text Example
White with #BCD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD99D; }
p { color: rgb(188,217,157); }
H1.HeaderClassName
{
color: #BCD99D;
}
.AnyTagClassName
{
color: #BCD99D;
}
</style>
background-color css
<style>
a { background-color: #BCD99D; }
a { background-color: rgb(188,217,157); }
div.DivClassName
{
background-color: #BCD99D;
}
.BgClassName
{
background-color: #BCD99D;
}
</style>
border-color css
<style>
span { border-color: #BCD99D; }
span { border-color: rgb(188,217,157); }
td.TdClassName
{
border-color: #BCD99D;
}
.TagClassName
{
border-color: #BCD99D;
}
</style>