Shades of Pixie Green #BCD5AD
Tints of Pixie Green #BCD5AD
RGB
CMYK
RGB Variations
Color information
#BCD5AD (or 0xBCD5AD) is known color: Pixie Green. HEX triplet: BC, D5 and AD. RGB value is (188,213,173). Sum of RGB (Red+Green+Blue) = 188+213+173=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5AD is #432A52. Grayscale: #C9C9C9. Windows color (decimal): -4401747 or 11392444. OLE color: 11392444.
HSL color Cylindrical-coordinate representation of color #BCD5AD: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD5AD is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 173 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.16 |
| HSL | 97.5º | 0.32% | 0.76% | - |
| HSV(B) | 97.5º | 0.19% | 0.84% | - |
| XYZ | 52.08 | 61.3 | 48.62 | - |
| YUV | 200.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 173 | 0.12 | 0 | 0.19 | 0.16 | 97.5 | 0.32 | 0.76 |
| Hex | BC | D5 | AD | C | 0 | 13 | 10 | 62 | 20 | 4C |
| Octal | 274 | 325 | 255 | 14 | 0 | 23 | 20 | 142 | 40 | 114 |
| Binary | 10111100 | 11010101 | 10101101 | 1100 | 0 | 10011 | 10000 | 1100010 | 100000 | 1001100 |
Color Harmonies of #BCD5AD
Complementary color
Monochromatic Colors of #BCD5AD
Black with #BCD5AD
Text Example
Text Example
White with #BCD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5AD; }
p { color: rgb(188,213,173); }
H1.HeaderClassName
{
color: #BCD5AD;
}
.AnyTagClassName
{
color: #BCD5AD;
}
</style>
background-color css
<style>
a { background-color: #BCD5AD; }
a { background-color: rgb(188,213,173); }
div.DivClassName
{
background-color: #BCD5AD;
}
.BgClassName
{
background-color: #BCD5AD;
}
</style>
border-color css
<style>
span { border-color: #BCD5AD; }
span { border-color: rgb(188,213,173); }
td.TdClassName
{
border-color: #BCD5AD;
}
.TagClassName
{
border-color: #BCD5AD;
}
</style>