Shades of Pixie Green #BCDB9E
Tints of Pixie Green #BCDB9E
RGB
CMYK
RGB Variations
Color information
#BCDB9E (or 0xBCDB9E) is known color: Pixie Green. HEX triplet: BC, DB and 9E. RGB value is (188,219,158). Sum of RGB (Red+Green+Blue) = 188+219+158=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB9E is #432461. Grayscale: #CACACA. Windows color (decimal): -4400226 or 10410940. OLE color: 10410940.
HSL color Cylindrical-coordinate representation of color #BCDB9E: hue angle of 90.49º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCDB9E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 158 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.14 |
| HSL | 90.49º | 0.46% | 0.74% | - |
| HSV(B) | 90.49º | 0.28% | 0.86% | - |
| XYZ | 52.24 | 63.82 | 41.91 | - |
| YUV | 202.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 158 | 0.14 | 0 | 0.28 | 0.14 | 90.49 | 0.46 | 0.74 |
| Hex | BC | DB | 9E | E | 0 | 1C | E | 5A | 2E | 4A |
| Octal | 274 | 333 | 236 | 16 | 0 | 34 | 16 | 132 | 56 | 112 |
| Binary | 10111100 | 11011011 | 10011110 | 1110 | 0 | 11100 | 1110 | 1011010 | 101110 | 1001010 |
Color Harmonies of #BCDB9E
Complementary color
Monochromatic Colors of #BCDB9E
Black with #BCDB9E
Text Example
Text Example
White with #BCDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB9E; }
p { color: rgb(188,219,158); }
H1.HeaderClassName
{
color: #BCDB9E;
}
.AnyTagClassName
{
color: #BCDB9E;
}
</style>
background-color css
<style>
a { background-color: #BCDB9E; }
a { background-color: rgb(188,219,158); }
div.DivClassName
{
background-color: #BCDB9E;
}
.BgClassName
{
background-color: #BCDB9E;
}
</style>
border-color css
<style>
span { border-color: #BCDB9E; }
span { border-color: rgb(188,219,158); }
td.TdClassName
{
border-color: #BCDB9E;
}
.TagClassName
{
border-color: #BCDB9E;
}
</style>