Shades of Pixie Green #BCE198
Tints of Pixie Green #BCE198
RGB
CMYK
RGB Variations
Color information
#BCE198 (or 0xBCE198) is known color: Pixie Green. HEX triplet: BC, E1 and 98. RGB value is (188,225,152). Sum of RGB (Red+Green+Blue) = 188+225+152=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE198 is #431E67. Grayscale: #CDCDCD. Windows color (decimal): -4398696 or 10019260. OLE color: 10019260.
HSL color Cylindrical-coordinate representation of color #BCE198: hue angle of 90.41º degrees, saturation: 0.55, 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 #BCE198 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 152 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.12 |
| HSL | 90.41º | 0.55% | 0.74% | - |
| HSV(B) | 90.41º | 0.32% | 0.88% | - |
| XYZ | 53.33 | 66.81 | 39.79 | - |
| YUV | 205.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 152 | 0.16 | 0 | 0.32 | 0.12 | 90.41 | 0.55 | 0.74 |
| Hex | BC | E1 | 98 | 10 | 0 | 20 | C | 5A | 37 | 4A |
| Octal | 274 | 341 | 230 | 20 | 0 | 40 | 14 | 132 | 67 | 112 |
| Binary | 10111100 | 11100001 | 10011000 | 10000 | 0 | 100000 | 1100 | 1011010 | 110111 | 1001010 |
Color Harmonies of #BCE198
Complementary color
Monochromatic Colors of #BCE198
Black with #BCE198
Text Example
Text Example
White with #BCE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE198; }
p { color: rgb(188,225,152); }
H1.HeaderClassName
{
color: #BCE198;
}
.AnyTagClassName
{
color: #BCE198;
}
</style>
background-color css
<style>
a { background-color: #BCE198; }
a { background-color: rgb(188,225,152); }
div.DivClassName
{
background-color: #BCE198;
}
.BgClassName
{
background-color: #BCE198;
}
</style>
border-color css
<style>
span { border-color: #BCE198; }
span { border-color: rgb(188,225,152); }
td.TdClassName
{
border-color: #BCE198;
}
.TagClassName
{
border-color: #BCE198;
}
</style>