Shades of Pixie Green #BCD1A1
Tints of Pixie Green #BCD1A1
RGB
CMYK
RGB Variations
Color information
#BCD1A1 (or 0xBCD1A1) is known color: Pixie Green. HEX triplet: BC, D1 and A1. RGB value is (188,209,161). Sum of RGB (Red+Green+Blue) = 188+209+161=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD1A1 is #432E5E. Grayscale: #C5C5C5. Windows color (decimal): -4402783 or 10604988. OLE color: 10604988.
HSL color Cylindrical-coordinate representation of color #BCD1A1: hue angle of 86.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD1A1 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 161 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.18 |
| HSL | 86.25º | 0.34% | 0.73% | - |
| HSV(B) | 86.25º | 0.23% | 0.82% | - |
| XYZ | 49.97 | 58.87 | 42.45 | - |
| YUV | 197.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 161 | 0.10 | 0 | 0.23 | 0.18 | 86.25 | 0.34 | 0.73 |
| Hex | BC | D1 | A1 | A | 0 | 17 | 12 | 56 | 22 | 49 |
| Octal | 274 | 321 | 241 | 12 | 0 | 27 | 22 | 126 | 42 | 111 |
| Binary | 10111100 | 11010001 | 10100001 | 1010 | 0 | 10111 | 10010 | 1010110 | 100010 | 1001001 |
Color Harmonies of #BCD1A1
Complementary color
Monochromatic Colors of #BCD1A1
Black with #BCD1A1
Text Example
Text Example
White with #BCD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1A1; }
p { color: rgb(188,209,161); }
H1.HeaderClassName
{
color: #BCD1A1;
}
.AnyTagClassName
{
color: #BCD1A1;
}
</style>
background-color css
<style>
a { background-color: #BCD1A1; }
a { background-color: rgb(188,209,161); }
div.DivClassName
{
background-color: #BCD1A1;
}
.BgClassName
{
background-color: #BCD1A1;
}
</style>
border-color css
<style>
span { border-color: #BCD1A1; }
span { border-color: rgb(188,209,161); }
td.TdClassName
{
border-color: #BCD1A1;
}
.TagClassName
{
border-color: #BCD1A1;
}
</style>