Shades of Pixie Green #BCDB9B
Tints of Pixie Green #BCDB9B
RGB
CMYK
RGB Variations
Color information
#BCDB9B (or 0xBCDB9B) is known color: Pixie Green. HEX triplet: BC, DB and 9B. RGB value is (188,219,155). Sum of RGB (Red+Green+Blue) = 188+219+155=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB9B is #432464. Grayscale: #CACACA. Windows color (decimal): -4400229 or 10214332. OLE color: 10214332.
HSL color Cylindrical-coordinate representation of color #BCDB9B: hue angle of 89.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCDB9B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 155 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.14 |
| HSL | 89.06º | 0.47% | 0.73% | - |
| HSV(B) | 89.06º | 0.29% | 0.86% | - |
| XYZ | 51.99 | 63.72 | 40.57 | - |
| YUV | 202.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 155 | 0.14 | 0 | 0.29 | 0.14 | 89.06 | 0.47 | 0.73 |
| Hex | BC | DB | 9B | E | 0 | 1D | E | 59 | 2F | 49 |
| Octal | 274 | 333 | 233 | 16 | 0 | 35 | 16 | 131 | 57 | 111 |
| Binary | 10111100 | 11011011 | 10011011 | 1110 | 0 | 11101 | 1110 | 1011001 | 101111 | 1001001 |
Color Harmonies of #BCDB9B
Complementary color
Monochromatic Colors of #BCDB9B
Black with #BCDB9B
Text Example
Text Example
White with #BCDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB9B; }
p { color: rgb(188,219,155); }
H1.HeaderClassName
{
color: #BCDB9B;
}
.AnyTagClassName
{
color: #BCDB9B;
}
</style>
background-color css
<style>
a { background-color: #BCDB9B; }
a { background-color: rgb(188,219,155); }
div.DivClassName
{
background-color: #BCDB9B;
}
.BgClassName
{
background-color: #BCDB9B;
}
</style>
border-color css
<style>
span { border-color: #BCDB9B; }
span { border-color: rgb(188,219,155); }
td.TdClassName
{
border-color: #BCDB9B;
}
.TagClassName
{
border-color: #BCDB9B;
}
</style>