Shades of Pixie Green #BCDB9D
Tints of Pixie Green #BCDB9D
RGB
CMYK
RGB Variations
Color information
#BCDB9D (or 0xBCDB9D) is known color: Pixie Green. HEX triplet: BC, DB and 9D. RGB value is (188,219,157). Sum of RGB (Red+Green+Blue) = 188+219+157=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB9D is #432462. Grayscale: #CACACA. Windows color (decimal): -4400227 or 10345404. OLE color: 10345404.
HSL color Cylindrical-coordinate representation of color #BCDB9D: hue angle of 90º 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 #BCDB9D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 157 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.14 |
| HSL | 90º | 0.46% | 0.74% | - |
| HSV(B) | 90º | 0.28% | 0.86% | - |
| XYZ | 52.16 | 63.79 | 41.46 | - |
| YUV | 202.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 157 | 0.14 | 0 | 0.28 | 0.14 | 90 | 0.46 | 0.74 |
| Hex | BC | DB | 9D | E | 0 | 1C | E | 5A | 2E | 4A |
| Octal | 274 | 333 | 235 | 16 | 0 | 34 | 16 | 132 | 56 | 112 |
| Binary | 10111100 | 11011011 | 10011101 | 1110 | 0 | 11100 | 1110 | 1011010 | 101110 | 1001010 |
Color Harmonies of #BCDB9D
Complementary color
Monochromatic Colors of #BCDB9D
Black with #BCDB9D
Text Example
Text Example
White with #BCDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB9D; }
p { color: rgb(188,219,157); }
H1.HeaderClassName
{
color: #BCDB9D;
}
.AnyTagClassName
{
color: #BCDB9D;
}
</style>
background-color css
<style>
a { background-color: #BCDB9D; }
a { background-color: rgb(188,219,157); }
div.DivClassName
{
background-color: #BCDB9D;
}
.BgClassName
{
background-color: #BCDB9D;
}
</style>
border-color css
<style>
span { border-color: #BCDB9D; }
span { border-color: rgb(188,219,157); }
td.TdClassName
{
border-color: #BCDB9D;
}
.TagClassName
{
border-color: #BCDB9D;
}
</style>