Shades of Pixie Green #BEDE9C
Tints of Pixie Green #BEDE9C
RGB
CMYK
RGB Variations
Color information
#BEDE9C (or 0xBEDE9C) is known color: Pixie Green. HEX triplet: BE, DE and 9C. RGB value is (190,222,156). Sum of RGB (Red+Green+Blue) = 190+222+156=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE9C is #412163. Grayscale: #CDCDCD. Windows color (decimal): -4268388 or 10280638. OLE color: 10280638.
HSL color Cylindrical-coordinate representation of color #BEDE9C: hue angle of 89.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEDE9C is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 156 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.13 |
| HSL | 89.09º | 0.5% | 0.74% | - |
| HSV(B) | 89.09º | 0.3% | 0.87% | - |
| XYZ | 53.36 | 65.59 | 41.3 | - |
| YUV | 204.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 156 | 0.14 | 0 | 0.30 | 0.13 | 89.09 | 0.5 | 0.74 |
| Hex | BE | DE | 9C | E | 0 | 1E | D | 59 | 32 | 4A |
| Octal | 276 | 336 | 234 | 16 | 0 | 36 | 15 | 131 | 62 | 112 |
| Binary | 10111110 | 11011110 | 10011100 | 1110 | 0 | 11110 | 1101 | 1011001 | 110010 | 1001010 |
Color Harmonies of #BEDE9C
Complementary color
Monochromatic Colors of #BEDE9C
Black with #BEDE9C
Text Example
Text Example
White with #BEDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE9C; }
p { color: rgb(190,222,156); }
H1.HeaderClassName
{
color: #BEDE9C;
}
.AnyTagClassName
{
color: #BEDE9C;
}
</style>
background-color css
<style>
a { background-color: #BEDE9C; }
a { background-color: rgb(190,222,156); }
div.DivClassName
{
background-color: #BEDE9C;
}
.BgClassName
{
background-color: #BEDE9C;
}
</style>
border-color css
<style>
span { border-color: #BEDE9C; }
span { border-color: rgb(190,222,156); }
td.TdClassName
{
border-color: #BEDE9C;
}
.TagClassName
{
border-color: #BEDE9C;
}
</style>