Shades of Pixie Green #BCD5AC
Tints of Pixie Green #BCD5AC
RGB
CMYK
RGB Variations
Color information
#BCD5AC (or 0xBCD5AC) is known color: Pixie Green. HEX triplet: BC, D5 and AC. RGB value is (188,213,172). Sum of RGB (Red+Green+Blue) = 188+213+172=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5AC is #432A53. Grayscale: #C8C8C8. Windows color (decimal): -4401748 or 11326908. OLE color: 11326908.
HSL color Cylindrical-coordinate representation of color #BCD5AC: hue angle of 96.59º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD5AC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 172 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.16 |
| HSL | 96.59º | 0.33% | 0.75% | - |
| HSV(B) | 96.59º | 0.19% | 0.84% | - |
| XYZ | 51.98 | 61.26 | 48.11 | - |
| YUV | 200.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 172 | 0.12 | 0 | 0.19 | 0.16 | 96.59 | 0.33 | 0.75 |
| Hex | BC | D5 | AC | C | 0 | 13 | 10 | 61 | 21 | 4B |
| Octal | 274 | 325 | 254 | 14 | 0 | 23 | 20 | 141 | 41 | 113 |
| Binary | 10111100 | 11010101 | 10101100 | 1100 | 0 | 10011 | 10000 | 1100001 | 100001 | 1001011 |
Color Harmonies of #BCD5AC
Complementary color
Monochromatic Colors of #BCD5AC
Black with #BCD5AC
Text Example
Text Example
White with #BCD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5AC; }
p { color: rgb(188,213,172); }
H1.HeaderClassName
{
color: #BCD5AC;
}
.AnyTagClassName
{
color: #BCD5AC;
}
</style>
background-color css
<style>
a { background-color: #BCD5AC; }
a { background-color: rgb(188,213,172); }
div.DivClassName
{
background-color: #BCD5AC;
}
.BgClassName
{
background-color: #BCD5AC;
}
</style>
border-color css
<style>
span { border-color: #BCD5AC; }
span { border-color: rgb(188,213,172); }
td.TdClassName
{
border-color: #BCD5AC;
}
.TagClassName
{
border-color: #BCD5AC;
}
</style>