Shades of Pixie Green #BCDBA3
Tints of Pixie Green #BCDBA3
RGB
CMYK
RGB Variations
Color information
#BCDBA3 (or 0xBCDBA3) is known color: Pixie Green. HEX triplet: BC, DB and A3. RGB value is (188,219,163). Sum of RGB (Red+Green+Blue) = 188+219+163=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA3 is #43245C. Grayscale: #CBCBCB. Windows color (decimal): -4400221 or 10738620. OLE color: 10738620.
HSL color Cylindrical-coordinate representation of color #BCDBA3: hue angle of 93.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDBA3 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 163 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.14 |
| HSL | 93.21º | 0.44% | 0.75% | - |
| HSV(B) | 93.21º | 0.26% | 0.86% | - |
| XYZ | 52.68 | 64 | 44.23 | - |
| YUV | 203.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 163 | 0.14 | 0 | 0.26 | 0.14 | 93.21 | 0.44 | 0.75 |
| Hex | BC | DB | A3 | E | 0 | 1A | E | 5D | 2C | 4B |
| Octal | 274 | 333 | 243 | 16 | 0 | 32 | 16 | 135 | 54 | 113 |
| Binary | 10111100 | 11011011 | 10100011 | 1110 | 0 | 11010 | 1110 | 1011101 | 101100 | 1001011 |
Color Harmonies of #BCDBA3
Complementary color
Monochromatic Colors of #BCDBA3
Black with #BCDBA3
Text Example
Text Example
White with #BCDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBA3; }
p { color: rgb(188,219,163); }
H1.HeaderClassName
{
color: #BCDBA3;
}
.AnyTagClassName
{
color: #BCDBA3;
}
</style>
background-color css
<style>
a { background-color: #BCDBA3; }
a { background-color: rgb(188,219,163); }
div.DivClassName
{
background-color: #BCDBA3;
}
.BgClassName
{
background-color: #BCDBA3;
}
</style>
border-color css
<style>
span { border-color: #BCDBA3; }
span { border-color: rgb(188,219,163); }
td.TdClassName
{
border-color: #BCDBA3;
}
.TagClassName
{
border-color: #BCDBA3;
}
</style>