Shades of Pixie Green #BCE099
Tints of Pixie Green #BCE099
RGB
CMYK
RGB Variations
Color information
#BCE099 (or 0xBCE099) is known color: Pixie Green. HEX triplet: BC, E0 and 99. RGB value is (188,224,153). Sum of RGB (Red+Green+Blue) = 188+224+153=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE099 is #431F66. Grayscale: #CDCDCD. Windows color (decimal): -4398951 or 10084540. OLE color: 10084540.
HSL color Cylindrical-coordinate representation of color #BCE099: hue angle of 90.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCE099 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 153 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.12 |
| HSL | 90.42º | 0.53% | 0.74% | - |
| HSV(B) | 90.42º | 0.32% | 0.88% | - |
| XYZ | 53.14 | 66.3 | 40.13 | - |
| YUV | 205.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 153 | 0.16 | 0 | 0.32 | 0.12 | 90.42 | 0.53 | 0.74 |
| Hex | BC | E0 | 99 | 10 | 0 | 20 | C | 5A | 35 | 4A |
| Octal | 274 | 340 | 231 | 20 | 0 | 40 | 14 | 132 | 65 | 112 |
| Binary | 10111100 | 11100000 | 10011001 | 10000 | 0 | 100000 | 1100 | 1011010 | 110101 | 1001010 |
Color Harmonies of #BCE099
Complementary color
Monochromatic Colors of #BCE099
Black with #BCE099
Text Example
Text Example
White with #BCE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE099; }
p { color: rgb(188,224,153); }
H1.HeaderClassName
{
color: #BCE099;
}
.AnyTagClassName
{
color: #BCE099;
}
</style>
background-color css
<style>
a { background-color: #BCE099; }
a { background-color: rgb(188,224,153); }
div.DivClassName
{
background-color: #BCE099;
}
.BgClassName
{
background-color: #BCE099;
}
</style>
border-color css
<style>
span { border-color: #BCE099; }
span { border-color: rgb(188,224,153); }
td.TdClassName
{
border-color: #BCE099;
}
.TagClassName
{
border-color: #BCE099;
}
</style>