Shades of Pixie Green #BCD9A6
Tints of Pixie Green #BCD9A6
RGB
CMYK
RGB Variations
Color information
#BCD9A6 (or 0xBCD9A6) is known color: Pixie Green. HEX triplet: BC, D9 and A6. RGB value is (188,217,166). Sum of RGB (Red+Green+Blue) = 188+217+166=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9A6 is #432659. Grayscale: #CACACA. Windows color (decimal): -4400730 or 10934716. OLE color: 10934716.
HSL color Cylindrical-coordinate representation of color #BCD9A6: hue angle of 94.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD9A6 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 166 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.15 |
| HSL | 94.12º | 0.4% | 0.75% | - |
| HSV(B) | 94.12º | 0.24% | 0.85% | - |
| XYZ | 52.43 | 63.07 | 45.49 | - |
| YUV | 202.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 166 | 0.13 | 0 | 0.24 | 0.15 | 94.12 | 0.4 | 0.75 |
| Hex | BC | D9 | A6 | D | 0 | 18 | F | 5E | 28 | 4B |
| Octal | 274 | 331 | 246 | 15 | 0 | 30 | 17 | 136 | 50 | 113 |
| Binary | 10111100 | 11011001 | 10100110 | 1101 | 0 | 11000 | 1111 | 1011110 | 101000 | 1001011 |
Color Harmonies of #BCD9A6
Complementary color
Monochromatic Colors of #BCD9A6
Black with #BCD9A6
Text Example
Text Example
White with #BCD9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9A6; }
p { color: rgb(188,217,166); }
H1.HeaderClassName
{
color: #BCD9A6;
}
.AnyTagClassName
{
color: #BCD9A6;
}
</style>
background-color css
<style>
a { background-color: #BCD9A6; }
a { background-color: rgb(188,217,166); }
div.DivClassName
{
background-color: #BCD9A6;
}
.BgClassName
{
background-color: #BCD9A6;
}
</style>
border-color css
<style>
span { border-color: #BCD9A6; }
span { border-color: rgb(188,217,166); }
td.TdClassName
{
border-color: #BCD9A6;
}
.TagClassName
{
border-color: #BCD9A6;
}
</style>