Shades of Pixie Green #BEDDA0
Tints of Pixie Green #BEDDA0
RGB
CMYK
RGB Variations
Color information
#BEDDA0 (or 0xBEDDA0) is known color: Pixie Green. HEX triplet: BE, DD and A0. RGB value is (190,221,160). Sum of RGB (Red+Green+Blue) = 190+221+160=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDA0 is #41225F. Grayscale: #CCCCCC. Windows color (decimal): -4268640 or 10542526. OLE color: 10542526.
HSL color Cylindrical-coordinate representation of color #BEDDA0: hue angle of 90.49º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEDDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 221 | 160 | - |
CMYK | 0.14 | 0 | 0.28 | 0.13 |
HSL | 90.49º | 0.47% | 0.75% | - |
HSV(B) | 90.49º | 0.28% | 0.87% | - |
XYZ | 53.44 | 65.2 | 43.03 | - |
YUV | 204.78 | 102.73 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 221 | 160 | 0.14 | 0 | 0.28 | 0.13 | 90.49 | 0.47 | 0.75 |
Hex | BE | DD | A0 | E | 0 | 1C | D | 5A | 2F | 4B |
Octal | 276 | 335 | 240 | 16 | 0 | 34 | 15 | 132 | 57 | 113 |
Binary | 10111110 | 11011101 | 10100000 | 1110 | 0 | 11100 | 1101 | 1011010 | 101111 | 1001011 |
Color Harmonies of #BEDDA0
Complementary color
Monochromatic Colors of #BEDDA0
Black with #BEDDA0
Text Example
Text Example
White with #BEDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDDA0; }
p { color: rgb(190,221,160); }
H1.HeaderClassName
{
color: #BEDDA0;
}
.AnyTagClassName
{
color: #BEDDA0;
}
</style>
background-color css
<style>
a { background-color: #BEDDA0; }
a { background-color: rgb(190,221,160); }
div.DivClassName
{
background-color: #BEDDA0;
}
.BgClassName
{
background-color: #BEDDA0;
}
</style>
border-color css
<style>
span { border-color: #BEDDA0; }
span { border-color: rgb(190,221,160); }
td.TdClassName
{
border-color: #BEDDA0;
}
.TagClassName
{
border-color: #BEDDA0;
}
</style>