Shades of Pixie Green #BCDA9F
Tints of Pixie Green #BCDA9F
RGB
CMYK
RGB Variations
Color information
#BCDA9F (or 0xBCDA9F) is known color: Pixie Green. HEX triplet: BC, DA and 9F. RGB value is (188,218,159). Sum of RGB (Red+Green+Blue) = 188+218+159=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA9F is #432560. Grayscale: #CACACA. Windows color (decimal): -4400481 or 10476220. OLE color: 10476220.
HSL color Cylindrical-coordinate representation of color #BCDA9F: hue angle of 90.51º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCDA9F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 159 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.15 |
| HSL | 90.51º | 0.44% | 0.74% | - |
| HSV(B) | 90.51º | 0.27% | 0.85% | - |
| XYZ | 52.07 | 63.34 | 42.28 | - |
| YUV | 202.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 159 | 0.14 | 0 | 0.27 | 0.15 | 90.51 | 0.44 | 0.74 |
| Hex | BC | DA | 9F | E | 0 | 1B | F | 5B | 2C | 4A |
| Octal | 274 | 332 | 237 | 16 | 0 | 33 | 17 | 133 | 54 | 112 |
| Binary | 10111100 | 11011010 | 10011111 | 1110 | 0 | 11011 | 1111 | 1011011 | 101100 | 1001010 |
Color Harmonies of #BCDA9F
Complementary color
Monochromatic Colors of #BCDA9F
Black with #BCDA9F
Text Example
Text Example
White with #BCDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA9F; }
p { color: rgb(188,218,159); }
H1.HeaderClassName
{
color: #BCDA9F;
}
.AnyTagClassName
{
color: #BCDA9F;
}
</style>
background-color css
<style>
a { background-color: #BCDA9F; }
a { background-color: rgb(188,218,159); }
div.DivClassName
{
background-color: #BCDA9F;
}
.BgClassName
{
background-color: #BCDA9F;
}
</style>
border-color css
<style>
span { border-color: #BCDA9F; }
span { border-color: rgb(188,218,159); }
td.TdClassName
{
border-color: #BCDA9F;
}
.TagClassName
{
border-color: #BCDA9F;
}
</style>