Shades of Pixie Green #BED5AD
Tints of Pixie Green #BED5AD
RGB
CMYK
RGB Variations
Color information
#BED5AD (or 0xBED5AD) is known color: Pixie Green. HEX triplet: BE, D5 and AD. RGB value is (190,213,173). Sum of RGB (Red+Green+Blue) = 190+213+173=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5AD is #412A52. Grayscale: #C9C9C9. Windows color (decimal): -4270675 or 11392446. OLE color: 11392446.
HSL color Cylindrical-coordinate representation of color #BED5AD: hue angle of 94.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED5AD is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 173 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.16 |
| HSL | 94.5º | 0.32% | 0.76% | - |
| HSV(B) | 94.5º | 0.19% | 0.84% | - |
| XYZ | 52.57 | 61.55 | 48.65 | - |
| YUV | 201.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 173 | 0.11 | 0 | 0.19 | 0.16 | 94.5 | 0.32 | 0.76 |
| Hex | BE | D5 | AD | B | 0 | 13 | 10 | 5E | 20 | 4C |
| Octal | 276 | 325 | 255 | 13 | 0 | 23 | 20 | 136 | 40 | 114 |
| Binary | 10111110 | 11010101 | 10101101 | 1011 | 0 | 10011 | 10000 | 1011110 | 100000 | 1001100 |
Color Harmonies of #BED5AD
Complementary color
Monochromatic Colors of #BED5AD
Black with #BED5AD
Text Example
Text Example
White with #BED5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5AD; }
p { color: rgb(190,213,173); }
H1.HeaderClassName
{
color: #BED5AD;
}
.AnyTagClassName
{
color: #BED5AD;
}
</style>
background-color css
<style>
a { background-color: #BED5AD; }
a { background-color: rgb(190,213,173); }
div.DivClassName
{
background-color: #BED5AD;
}
.BgClassName
{
background-color: #BED5AD;
}
</style>
border-color css
<style>
span { border-color: #BED5AD; }
span { border-color: rgb(190,213,173); }
td.TdClassName
{
border-color: #BED5AD;
}
.TagClassName
{
border-color: #BED5AD;
}
</style>