Shades of Pixie Green #BCD99F
Tints of Pixie Green #BCD99F
RGB
CMYK
RGB Variations
Color information
#BCD99F (or 0xBCD99F) is known color: Pixie Green. HEX triplet: BC, D9 and 9F. RGB value is (188,217,159). Sum of RGB (Red+Green+Blue) = 188+217+159=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD99F is #432660. Grayscale: #C9C9C9. Windows color (decimal): -4400737 or 10475964. OLE color: 10475964.
HSL color Cylindrical-coordinate representation of color #BCD99F: hue angle of 90º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD99F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 159 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.15 |
| HSL | 90º | 0.43% | 0.74% | - |
| HSV(B) | 90º | 0.27% | 0.85% | - |
| XYZ | 51.81 | 62.82 | 42.2 | - |
| YUV | 201.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 159 | 0.13 | 0 | 0.27 | 0.15 | 90 | 0.43 | 0.74 |
| Hex | BC | D9 | 9F | D | 0 | 1B | F | 5A | 2B | 4A |
| Octal | 274 | 331 | 237 | 15 | 0 | 33 | 17 | 132 | 53 | 112 |
| Binary | 10111100 | 11011001 | 10011111 | 1101 | 0 | 11011 | 1111 | 1011010 | 101011 | 1001010 |
Color Harmonies of #BCD99F
Complementary color
Monochromatic Colors of #BCD99F
Black with #BCD99F
Text Example
Text Example
White with #BCD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD99F; }
p { color: rgb(188,217,159); }
H1.HeaderClassName
{
color: #BCD99F;
}
.AnyTagClassName
{
color: #BCD99F;
}
</style>
background-color css
<style>
a { background-color: #BCD99F; }
a { background-color: rgb(188,217,159); }
div.DivClassName
{
background-color: #BCD99F;
}
.BgClassName
{
background-color: #BCD99F;
}
</style>
border-color css
<style>
span { border-color: #BCD99F; }
span { border-color: rgb(188,217,159); }
td.TdClassName
{
border-color: #BCD99F;
}
.TagClassName
{
border-color: #BCD99F;
}
</style>