Shades of Pixie Green #BCDBA5
Tints of Pixie Green #BCDBA5
RGB
CMYK
RGB Variations
Color information
#BCDBA5 (or 0xBCDBA5) is known color: Pixie Green. HEX triplet: BC, DB and A5. RGB value is (188,219,165). Sum of RGB (Red+Green+Blue) = 188+219+165=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA5 is #43245A. Grayscale: #CBCBCB. Windows color (decimal): -4400219 or 10869692. OLE color: 10869692.
HSL color Cylindrical-coordinate representation of color #BCDBA5: hue angle of 94.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDBA5 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 165 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.14 |
| HSL | 94.44º | 0.43% | 0.75% | - |
| HSV(B) | 94.44º | 0.25% | 0.86% | - |
| XYZ | 52.86 | 64.07 | 45.18 | - |
| YUV | 203.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 165 | 0.14 | 0 | 0.25 | 0.14 | 94.44 | 0.43 | 0.75 |
| Hex | BC | DB | A5 | E | 0 | 19 | E | 5E | 2B | 4B |
| Octal | 274 | 333 | 245 | 16 | 0 | 31 | 16 | 136 | 53 | 113 |
| Binary | 10111100 | 11011011 | 10100101 | 1110 | 0 | 11001 | 1110 | 1011110 | 101011 | 1001011 |
Color Harmonies of #BCDBA5
Complementary color
Monochromatic Colors of #BCDBA5
Black with #BCDBA5
Text Example
Text Example
White with #BCDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBA5; }
p { color: rgb(188,219,165); }
H1.HeaderClassName
{
color: #BCDBA5;
}
.AnyTagClassName
{
color: #BCDBA5;
}
</style>
background-color css
<style>
a { background-color: #BCDBA5; }
a { background-color: rgb(188,219,165); }
div.DivClassName
{
background-color: #BCDBA5;
}
.BgClassName
{
background-color: #BCDBA5;
}
</style>
border-color css
<style>
span { border-color: #BCDBA5; }
span { border-color: rgb(188,219,165); }
td.TdClassName
{
border-color: #BCDBA5;
}
.TagClassName
{
border-color: #BCDBA5;
}
</style>