Shades of Pixie Green #BED2AD
Tints of Pixie Green #BED2AD
RGB
CMYK
RGB Variations
Color information
#BED2AD (or 0xBED2AD) is known color: Pixie Green. HEX triplet: BE, D2 and AD. RGB value is (190,210,173). Sum of RGB (Red+Green+Blue) = 190+210+173=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AD is #412D52. Grayscale: #C7C7C7. Windows color (decimal): -4271443 or 11391678. OLE color: 11391678.
HSL color Cylindrical-coordinate representation of color #BED2AD: hue angle of 92.43º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED2AD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 173 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.18 |
| HSL | 92.43º | 0.29% | 0.75% | - |
| HSV(B) | 92.43º | 0.18% | 0.82% | - |
| XYZ | 51.82 | 60.06 | 48.4 | - |
| YUV | 199.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 173 | 0.10 | 0 | 0.18 | 0.18 | 92.43 | 0.29 | 0.75 |
| Hex | BE | D2 | AD | A | 0 | 12 | 12 | 5C | 1D | 4B |
| Octal | 276 | 322 | 255 | 12 | 0 | 22 | 22 | 134 | 35 | 113 |
| Binary | 10111110 | 11010010 | 10101101 | 1010 | 0 | 10010 | 10010 | 1011100 | 11101 | 1001011 |
Color Harmonies of #BED2AD
Complementary color
Monochromatic Colors of #BED2AD
Black with #BED2AD
Text Example
Text Example
White with #BED2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2AD; }
p { color: rgb(190,210,173); }
H1.HeaderClassName
{
color: #BED2AD;
}
.AnyTagClassName
{
color: #BED2AD;
}
</style>
background-color css
<style>
a { background-color: #BED2AD; }
a { background-color: rgb(190,210,173); }
div.DivClassName
{
background-color: #BED2AD;
}
.BgClassName
{
background-color: #BED2AD;
}
</style>
border-color css
<style>
span { border-color: #BED2AD; }
span { border-color: rgb(190,210,173); }
td.TdClassName
{
border-color: #BED2AD;
}
.TagClassName
{
border-color: #BED2AD;
}
</style>