Shades of Pixie Green #BCD7A6
Tints of Pixie Green #BCD7A6
RGB
CMYK
RGB Variations
Color information
#BCD7A6 (or 0xBCD7A6) is known color: Pixie Green. HEX triplet: BC, D7 and A6. RGB value is (188,215,166). Sum of RGB (Red+Green+Blue) = 188+215+166=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7A6 is #432859. Grayscale: #C9C9C9. Windows color (decimal): -4401242 or 10934204. OLE color: 10934204.
HSL color Cylindrical-coordinate representation of color #BCD7A6: hue angle of 93.06º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD7A6 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 166 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.16 |
| HSL | 93.06º | 0.38% | 0.75% | - |
| HSV(B) | 93.06º | 0.23% | 0.84% | - |
| XYZ | 51.92 | 62.05 | 45.32 | - |
| YUV | 201.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 166 | 0.13 | 0 | 0.23 | 0.16 | 93.06 | 0.38 | 0.75 |
| Hex | BC | D7 | A6 | D | 0 | 17 | 10 | 5D | 26 | 4B |
| Octal | 274 | 327 | 246 | 15 | 0 | 27 | 20 | 135 | 46 | 113 |
| Binary | 10111100 | 11010111 | 10100110 | 1101 | 0 | 10111 | 10000 | 1011101 | 100110 | 1001011 |
Color Harmonies of #BCD7A6
Complementary color
Monochromatic Colors of #BCD7A6
Black with #BCD7A6
Text Example
Text Example
White with #BCD7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7A6; }
p { color: rgb(188,215,166); }
H1.HeaderClassName
{
color: #BCD7A6;
}
.AnyTagClassName
{
color: #BCD7A6;
}
</style>
background-color css
<style>
a { background-color: #BCD7A6; }
a { background-color: rgb(188,215,166); }
div.DivClassName
{
background-color: #BCD7A6;
}
.BgClassName
{
background-color: #BCD7A6;
}
</style>
border-color css
<style>
span { border-color: #BCD7A6; }
span { border-color: rgb(188,215,166); }
td.TdClassName
{
border-color: #BCD7A6;
}
.TagClassName
{
border-color: #BCD7A6;
}
</style>