Shades of Pixie Green #BED49E
Tints of Pixie Green #BED49E
RGB
CMYK
RGB Variations
Color information
#BED49E (or 0xBED49E) is known color: Pixie Green. HEX triplet: BE, D4 and 9E. RGB value is (190,212,158). Sum of RGB (Red+Green+Blue) = 190+212+158=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #BED49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED49E is #412B61. Grayscale: #C7C7C7. Windows color (decimal): -4270946 or 10409150. OLE color: 10409150.
HSL color Cylindrical-coordinate representation of color #BED49E: hue angle of 84.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED49E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 158 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.17 |
| HSL | 84.44º | 0.39% | 0.73% | - |
| HSV(B) | 84.44º | 0.25% | 0.83% | - |
| XYZ | 50.95 | 60.5 | 41.34 | - |
| YUV | 199.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 158 | 0.10 | 0 | 0.25 | 0.17 | 84.44 | 0.39 | 0.73 |
| Hex | BE | D4 | 9E | A | 0 | 19 | 11 | 54 | 27 | 49 |
| Octal | 276 | 324 | 236 | 12 | 0 | 31 | 21 | 124 | 47 | 111 |
| Binary | 10111110 | 11010100 | 10011110 | 1010 | 0 | 11001 | 10001 | 1010100 | 100111 | 1001001 |
Color Harmonies of #BED49E
Complementary color
Monochromatic Colors of #BED49E
Black with #BED49E
Text Example
Text Example
White with #BED49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED49E; }
p { color: rgb(190,212,158); }
H1.HeaderClassName
{
color: #BED49E;
}
.AnyTagClassName
{
color: #BED49E;
}
</style>
background-color css
<style>
a { background-color: #BED49E; }
a { background-color: rgb(190,212,158); }
div.DivClassName
{
background-color: #BED49E;
}
.BgClassName
{
background-color: #BED49E;
}
</style>
border-color css
<style>
span { border-color: #BED49E; }
span { border-color: rgb(190,212,158); }
td.TdClassName
{
border-color: #BED49E;
}
.TagClassName
{
border-color: #BED49E;
}
</style>