Shades of Pixie Green #BCE09B
Tints of Pixie Green #BCE09B
RGB
CMYK
RGB Variations
Color information
#BCE09B (or 0xBCE09B) is known color: Pixie Green. HEX triplet: BC, E0 and 9B. RGB value is (188,224,155). Sum of RGB (Red+Green+Blue) = 188+224+155=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE09B is #431F64. Grayscale: #CDCDCD. Windows color (decimal): -4398949 or 10215612. OLE color: 10215612.
HSL color Cylindrical-coordinate representation of color #BCE09B: hue angle of 91.3º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCE09B is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 155 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.12 |
| HSL | 91.3º | 0.53% | 0.74% | - |
| HSV(B) | 91.3º | 0.31% | 0.88% | - |
| XYZ | 53.31 | 66.37 | 41.01 | - |
| YUV | 205.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 155 | 0.16 | 0 | 0.31 | 0.12 | 91.3 | 0.53 | 0.74 |
| Hex | BC | E0 | 9B | 10 | 0 | 1F | C | 5B | 35 | 4A |
| Octal | 274 | 340 | 233 | 20 | 0 | 37 | 14 | 133 | 65 | 112 |
| Binary | 10111100 | 11100000 | 10011011 | 10000 | 0 | 11111 | 1100 | 1011011 | 110101 | 1001010 |
Color Harmonies of #BCE09B
Complementary color
Monochromatic Colors of #BCE09B
Black with #BCE09B
Text Example
Text Example
White with #BCE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE09B; }
p { color: rgb(188,224,155); }
H1.HeaderClassName
{
color: #BCE09B;
}
.AnyTagClassName
{
color: #BCE09B;
}
</style>
background-color css
<style>
a { background-color: #BCE09B; }
a { background-color: rgb(188,224,155); }
div.DivClassName
{
background-color: #BCE09B;
}
.BgClassName
{
background-color: #BCE09B;
}
</style>
border-color css
<style>
span { border-color: #BCE09B; }
span { border-color: rgb(188,224,155); }
td.TdClassName
{
border-color: #BCE09B;
}
.TagClassName
{
border-color: #BCE09B;
}
</style>