Shades of Pixie Green #BCE197
Tints of Pixie Green #BCE197
RGB
CMYK
RGB Variations
Color information
#BCE197 (or 0xBCE197) is known color: Pixie Green. HEX triplet: BC, E1 and 97. RGB value is (188,225,151). Sum of RGB (Red+Green+Blue) = 188+225+151=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE197 is #431E68. Grayscale: #CDCDCD. Windows color (decimal): -4398697 or 9953724. OLE color: 9953724.
HSL color Cylindrical-coordinate representation of color #BCE197: hue angle of 90º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCE197 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 151 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.12 |
| HSL | 90º | 0.55% | 0.74% | - |
| HSV(B) | 90º | 0.33% | 0.88% | - |
| XYZ | 53.25 | 66.78 | 39.36 | - |
| YUV | 205.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 151 | 0.16 | 0 | 0.33 | 0.12 | 90 | 0.55 | 0.74 |
| Hex | BC | E1 | 97 | 10 | 0 | 21 | C | 5A | 37 | 4A |
| Octal | 274 | 341 | 227 | 20 | 0 | 41 | 14 | 132 | 67 | 112 |
| Binary | 10111100 | 11100001 | 10010111 | 10000 | 0 | 100001 | 1100 | 1011010 | 110111 | 1001010 |
Color Harmonies of #BCE197
Complementary color
Monochromatic Colors of #BCE197
Black with #BCE197
Text Example
Text Example
White with #BCE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE197; }
p { color: rgb(188,225,151); }
H1.HeaderClassName
{
color: #BCE197;
}
.AnyTagClassName
{
color: #BCE197;
}
</style>
background-color css
<style>
a { background-color: #BCE197; }
a { background-color: rgb(188,225,151); }
div.DivClassName
{
background-color: #BCE197;
}
.BgClassName
{
background-color: #BCE197;
}
</style>
border-color css
<style>
span { border-color: #BCE197; }
span { border-color: rgb(188,225,151); }
td.TdClassName
{
border-color: #BCE197;
}
.TagClassName
{
border-color: #BCE197;
}
</style>