Shades of Pixie Green #BCDC9D
Tints of Pixie Green #BCDC9D
RGB
CMYK
RGB Variations
Color information
#BCDC9D (or 0xBCDC9D) is known color: Pixie Green. HEX triplet: BC, DC and 9D. RGB value is (188,220,157). Sum of RGB (Red+Green+Blue) = 188+220+157=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC9D is #432362. Grayscale: #CBCBCB. Windows color (decimal): -4399971 or 10345660. OLE color: 10345660.
HSL color Cylindrical-coordinate representation of color #BCDC9D: hue angle of 90.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCDC9D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 157 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.14 |
| HSL | 90.48º | 0.47% | 0.74% | - |
| HSV(B) | 90.48º | 0.29% | 0.86% | - |
| XYZ | 52.42 | 64.31 | 41.55 | - |
| YUV | 203.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 157 | 0.15 | 0 | 0.29 | 0.14 | 90.48 | 0.47 | 0.74 |
| Hex | BC | DC | 9D | F | 0 | 1D | E | 5A | 2F | 4A |
| Octal | 274 | 334 | 235 | 17 | 0 | 35 | 16 | 132 | 57 | 112 |
| Binary | 10111100 | 11011100 | 10011101 | 1111 | 0 | 11101 | 1110 | 1011010 | 101111 | 1001010 |
Color Harmonies of #BCDC9D
Complementary color
Monochromatic Colors of #BCDC9D
Black with #BCDC9D
Text Example
Text Example
White with #BCDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC9D; }
p { color: rgb(188,220,157); }
H1.HeaderClassName
{
color: #BCDC9D;
}
.AnyTagClassName
{
color: #BCDC9D;
}
</style>
background-color css
<style>
a { background-color: #BCDC9D; }
a { background-color: rgb(188,220,157); }
div.DivClassName
{
background-color: #BCDC9D;
}
.BgClassName
{
background-color: #BCDC9D;
}
</style>
border-color css
<style>
span { border-color: #BCDC9D; }
span { border-color: rgb(188,220,157); }
td.TdClassName
{
border-color: #BCDC9D;
}
.TagClassName
{
border-color: #BCDC9D;
}
</style>