Shades of Pixie Green #BCD0AD
Tints of Pixie Green #BCD0AD
RGB
CMYK
RGB Variations
Color information
#BCD0AD (or 0xBCD0AD) is known color: Pixie Green. HEX triplet: BC, D0 and AD. RGB value is (188,208,173). Sum of RGB (Red+Green+Blue) = 188+208+173=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0AD is #432F52. Grayscale: #C6C6C6. Windows color (decimal): -4403027 or 11391164. OLE color: 11391164.
HSL color Cylindrical-coordinate representation of color #BCD0AD: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD0AD is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 173 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.18 |
| HSL | 94.29º | 0.27% | 0.75% | - |
| HSV(B) | 94.29º | 0.17% | 0.82% | - |
| XYZ | 50.84 | 58.82 | 48.21 | - |
| YUV | 198.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 173 | 0.10 | 0 | 0.17 | 0.18 | 94.29 | 0.27 | 0.75 |
| Hex | BC | D0 | AD | A | 0 | 11 | 12 | 5E | 1B | 4B |
| Octal | 274 | 320 | 255 | 12 | 0 | 21 | 22 | 136 | 33 | 113 |
| Binary | 10111100 | 11010000 | 10101101 | 1010 | 0 | 10001 | 10010 | 1011110 | 11011 | 1001011 |
Color Harmonies of #BCD0AD
Complementary color
Monochromatic Colors of #BCD0AD
Black with #BCD0AD
Text Example
Text Example
White with #BCD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0AD; }
p { color: rgb(188,208,173); }
H1.HeaderClassName
{
color: #BCD0AD;
}
.AnyTagClassName
{
color: #BCD0AD;
}
</style>
background-color css
<style>
a { background-color: #BCD0AD; }
a { background-color: rgb(188,208,173); }
div.DivClassName
{
background-color: #BCD0AD;
}
.BgClassName
{
background-color: #BCD0AD;
}
</style>
border-color css
<style>
span { border-color: #BCD0AD; }
span { border-color: rgb(188,208,173); }
td.TdClassName
{
border-color: #BCD0AD;
}
.TagClassName
{
border-color: #BCD0AD;
}
</style>