Shades of Pixie Green #BCD9A4
Tints of Pixie Green #BCD9A4
RGB
CMYK
RGB Variations
Color information
#BCD9A4 (or 0xBCD9A4) is known color: Pixie Green. HEX triplet: BC, D9 and A4. RGB value is (188,217,164). Sum of RGB (Red+Green+Blue) = 188+217+164=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9A4 is #43265B. Grayscale: #CACACA. Windows color (decimal): -4400732 or 10803644. OLE color: 10803644.
HSL color Cylindrical-coordinate representation of color #BCD9A4: hue angle of 92.83º degrees, saturation: 0.41, 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 #BCD9A4 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 164 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.15 |
| HSL | 92.83º | 0.41% | 0.75% | - |
| HSV(B) | 92.83º | 0.24% | 0.85% | - |
| XYZ | 52.25 | 63 | 44.53 | - |
| YUV | 202.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 164 | 0.13 | 0 | 0.24 | 0.15 | 92.83 | 0.41 | 0.75 |
| Hex | BC | D9 | A4 | D | 0 | 18 | F | 5D | 29 | 4B |
| Octal | 274 | 331 | 244 | 15 | 0 | 30 | 17 | 135 | 51 | 113 |
| Binary | 10111100 | 11011001 | 10100100 | 1101 | 0 | 11000 | 1111 | 1011101 | 101001 | 1001011 |
Color Harmonies of #BCD9A4
Complementary color
Monochromatic Colors of #BCD9A4
Black with #BCD9A4
Text Example
Text Example
White with #BCD9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9A4; }
p { color: rgb(188,217,164); }
H1.HeaderClassName
{
color: #BCD9A4;
}
.AnyTagClassName
{
color: #BCD9A4;
}
</style>
background-color css
<style>
a { background-color: #BCD9A4; }
a { background-color: rgb(188,217,164); }
div.DivClassName
{
background-color: #BCD9A4;
}
.BgClassName
{
background-color: #BCD9A4;
}
</style>
border-color css
<style>
span { border-color: #BCD9A4; }
span { border-color: rgb(188,217,164); }
td.TdClassName
{
border-color: #BCD9A4;
}
.TagClassName
{
border-color: #BCD9A4;
}
</style>