Shades of Pixie Green #BCE396
Tints of Pixie Green #BCE396
RGB
CMYK
RGB Variations
Color information
#BCE396 (or 0xBCE396) is known color: Pixie Green. HEX triplet: BC, E3 and 96. RGB value is (188,227,150). Sum of RGB (Red+Green+Blue) = 188+227+150=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE396 is #431C69. Grayscale: #CECECE. Windows color (decimal): -4398186 or 9888700. OLE color: 9888700.
HSL color Cylindrical-coordinate representation of color #BCE396: hue angle of 90.39º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCE396 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 150 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.11 |
| HSL | 90.39º | 0.58% | 0.74% | - |
| HSV(B) | 90.39º | 0.34% | 0.89% | - |
| XYZ | 53.71 | 67.83 | 39.12 | - |
| YUV | 206.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 150 | 0.17 | 0 | 0.34 | 0.11 | 90.39 | 0.58 | 0.74 |
| Hex | BC | E3 | 96 | 11 | 0 | 22 | B | 5A | 3A | 4A |
| Octal | 274 | 343 | 226 | 21 | 0 | 42 | 13 | 132 | 72 | 112 |
| Binary | 10111100 | 11100011 | 10010110 | 10001 | 0 | 100010 | 1011 | 1011010 | 111010 | 1001010 |
Color Harmonies of #BCE396
Complementary color
Monochromatic Colors of #BCE396
Black with #BCE396
Text Example
Text Example
White with #BCE396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE396; }
p { color: rgb(188,227,150); }
H1.HeaderClassName
{
color: #BCE396;
}
.AnyTagClassName
{
color: #BCE396;
}
</style>
background-color css
<style>
a { background-color: #BCE396; }
a { background-color: rgb(188,227,150); }
div.DivClassName
{
background-color: #BCE396;
}
.BgClassName
{
background-color: #BCE396;
}
</style>
border-color css
<style>
span { border-color: #BCE396; }
span { border-color: rgb(188,227,150); }
td.TdClassName
{
border-color: #BCE396;
}
.TagClassName
{
border-color: #BCE396;
}
</style>