Shades of Pixie Green #BCD3AD
Tints of Pixie Green #BCD3AD
RGB
CMYK
RGB Variations
Color information
#BCD3AD (or 0xBCD3AD) is known color: Pixie Green. HEX triplet: BC, D3 and AD. RGB value is (188,211,173). Sum of RGB (Red+Green+Blue) = 188+211+173=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD3AD is #432C52. Grayscale: #C7C7C7. Windows color (decimal): -4402259 or 11391932. OLE color: 11391932.
HSL color Cylindrical-coordinate representation of color #BCD3AD: hue angle of 96.32º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD3AD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 173 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.17 |
| HSL | 96.32º | 0.3% | 0.75% | - |
| HSV(B) | 96.32º | 0.18% | 0.83% | - |
| XYZ | 51.58 | 60.3 | 48.46 | - |
| YUV | 199.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 173 | 0.11 | 0 | 0.18 | 0.17 | 96.32 | 0.3 | 0.75 |
| Hex | BC | D3 | AD | B | 0 | 12 | 11 | 60 | 1E | 4B |
| Octal | 274 | 323 | 255 | 13 | 0 | 22 | 21 | 140 | 36 | 113 |
| Binary | 10111100 | 11010011 | 10101101 | 1011 | 0 | 10010 | 10001 | 1100000 | 11110 | 1001011 |
Color Harmonies of #BCD3AD
Complementary color
Monochromatic Colors of #BCD3AD
Black with #BCD3AD
Text Example
Text Example
White with #BCD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3AD; }
p { color: rgb(188,211,173); }
H1.HeaderClassName
{
color: #BCD3AD;
}
.AnyTagClassName
{
color: #BCD3AD;
}
</style>
background-color css
<style>
a { background-color: #BCD3AD; }
a { background-color: rgb(188,211,173); }
div.DivClassName
{
background-color: #BCD3AD;
}
.BgClassName
{
background-color: #BCD3AD;
}
</style>
border-color css
<style>
span { border-color: #BCD3AD; }
span { border-color: rgb(188,211,173); }
td.TdClassName
{
border-color: #BCD3AD;
}
.TagClassName
{
border-color: #BCD3AD;
}
</style>