Shades of Pixie Green #BED3AD
Tints of Pixie Green #BED3AD
RGB
CMYK
RGB Variations
Color information
#BED3AD (or 0xBED3AD) is known color: Pixie Green. HEX triplet: BE, D3 and AD. RGB value is (190,211,173). Sum of RGB (Red+Green+Blue) = 190+211+173=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3AD is #412C52. Grayscale: #C8C8C8. Windows color (decimal): -4271187 or 11391934. OLE color: 11391934.
HSL color Cylindrical-coordinate representation of color #BED3AD: hue angle of 93.16º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED3AD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 173 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.17 |
| HSL | 93.16º | 0.3% | 0.75% | - |
| HSV(B) | 93.16º | 0.18% | 0.83% | - |
| XYZ | 52.07 | 60.55 | 48.48 | - |
| YUV | 200.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 173 | 0.10 | 0 | 0.18 | 0.17 | 93.16 | 0.3 | 0.75 |
| Hex | BE | D3 | AD | A | 0 | 12 | 11 | 5D | 1E | 4B |
| Octal | 276 | 323 | 255 | 12 | 0 | 22 | 21 | 135 | 36 | 113 |
| Binary | 10111110 | 11010011 | 10101101 | 1010 | 0 | 10010 | 10001 | 1011101 | 11110 | 1001011 |
Color Harmonies of #BED3AD
Complementary color
Monochromatic Colors of #BED3AD
Black with #BED3AD
Text Example
Text Example
White with #BED3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3AD; }
p { color: rgb(190,211,173); }
H1.HeaderClassName
{
color: #BED3AD;
}
.AnyTagClassName
{
color: #BED3AD;
}
</style>
background-color css
<style>
a { background-color: #BED3AD; }
a { background-color: rgb(190,211,173); }
div.DivClassName
{
background-color: #BED3AD;
}
.BgClassName
{
background-color: #BED3AD;
}
</style>
border-color css
<style>
span { border-color: #BED3AD; }
span { border-color: rgb(190,211,173); }
td.TdClassName
{
border-color: #BED3AD;
}
.TagClassName
{
border-color: #BED3AD;
}
</style>