Shades of Pixie Green #BCDD9E
Tints of Pixie Green #BCDD9E
RGB
CMYK
RGB Variations
Color information
#BCDD9E (or 0xBCDD9E) is known color: Pixie Green. HEX triplet: BC, DD and 9E. RGB value is (188,221,158). Sum of RGB (Red+Green+Blue) = 188+221+158=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD9E is #432261. Grayscale: #CCCCCC. Windows color (decimal): -4399714 or 10411452. OLE color: 10411452.
HSL color Cylindrical-coordinate representation of color #BCDD9E: hue angle of 91.43º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCDD9E is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 158 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.13 |
| HSL | 91.43º | 0.48% | 0.74% | - |
| HSV(B) | 91.43º | 0.29% | 0.87% | - |
| XYZ | 52.77 | 64.87 | 42.09 | - |
| YUV | 203.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 158 | 0.15 | 0 | 0.29 | 0.13 | 91.43 | 0.48 | 0.74 |
| Hex | BC | DD | 9E | F | 0 | 1D | D | 5B | 30 | 4A |
| Octal | 274 | 335 | 236 | 17 | 0 | 35 | 15 | 133 | 60 | 112 |
| Binary | 10111100 | 11011101 | 10011110 | 1111 | 0 | 11101 | 1101 | 1011011 | 110000 | 1001010 |
Color Harmonies of #BCDD9E
Complementary color
Monochromatic Colors of #BCDD9E
Black with #BCDD9E
Text Example
Text Example
White with #BCDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD9E; }
p { color: rgb(188,221,158); }
H1.HeaderClassName
{
color: #BCDD9E;
}
.AnyTagClassName
{
color: #BCDD9E;
}
</style>
background-color css
<style>
a { background-color: #BCDD9E; }
a { background-color: rgb(188,221,158); }
div.DivClassName
{
background-color: #BCDD9E;
}
.BgClassName
{
background-color: #BCDD9E;
}
</style>
border-color css
<style>
span { border-color: #BCDD9E; }
span { border-color: rgb(188,221,158); }
td.TdClassName
{
border-color: #BCDD9E;
}
.TagClassName
{
border-color: #BCDD9E;
}
</style>