Shades of Pixie Green #BCDB9C
Tints of Pixie Green #BCDB9C
RGB
CMYK
RGB Variations
Color information
#BCDB9C (or 0xBCDB9C) is known color: Pixie Green. HEX triplet: BC, DB and 9C. RGB value is (188,219,156). Sum of RGB (Red+Green+Blue) = 188+219+156=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB9C is #432463. Grayscale: #CACACA. Windows color (decimal): -4400228 or 10279868. OLE color: 10279868.
HSL color Cylindrical-coordinate representation of color #BCDB9C: hue angle of 89.52º 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 #BCDB9C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 156 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.14 |
| HSL | 89.52º | 0.47% | 0.74% | - |
| HSV(B) | 89.52º | 0.29% | 0.86% | - |
| XYZ | 52.07 | 63.75 | 41.01 | - |
| YUV | 202.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 156 | 0.14 | 0 | 0.29 | 0.14 | 89.52 | 0.47 | 0.74 |
| Hex | BC | DB | 9C | E | 0 | 1D | E | 5A | 2F | 4A |
| Octal | 274 | 333 | 234 | 16 | 0 | 35 | 16 | 132 | 57 | 112 |
| Binary | 10111100 | 11011011 | 10011100 | 1110 | 0 | 11101 | 1110 | 1011010 | 101111 | 1001010 |
Color Harmonies of #BCDB9C
Complementary color
Monochromatic Colors of #BCDB9C
Black with #BCDB9C
Text Example
Text Example
White with #BCDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB9C; }
p { color: rgb(188,219,156); }
H1.HeaderClassName
{
color: #BCDB9C;
}
.AnyTagClassName
{
color: #BCDB9C;
}
</style>
background-color css
<style>
a { background-color: #BCDB9C; }
a { background-color: rgb(188,219,156); }
div.DivClassName
{
background-color: #BCDB9C;
}
.BgClassName
{
background-color: #BCDB9C;
}
</style>
border-color css
<style>
span { border-color: #BCDB9C; }
span { border-color: rgb(188,219,156); }
td.TdClassName
{
border-color: #BCDB9C;
}
.TagClassName
{
border-color: #BCDB9C;
}
</style>