Shades of Pixie Green #BED2AB
Tints of Pixie Green #BED2AB
RGB
CMYK
RGB Variations
Color information
#BED2AB (or 0xBED2AB) is known color: Pixie Green. HEX triplet: BE, D2 and AB. RGB value is (190,210,171). Sum of RGB (Red+Green+Blue) = 190+210+171=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AB is #412D54. Grayscale: #C7C7C7. Windows color (decimal): -4271445 or 11260606. OLE color: 11260606.
HSL color Cylindrical-coordinate representation of color #BED2AB: hue angle of 90.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED2AB is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 171 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.18 |
| HSL | 90.77º | 0.3% | 0.75% | - |
| HSV(B) | 90.77º | 0.19% | 0.82% | - |
| XYZ | 51.63 | 59.98 | 47.38 | - |
| YUV | 199.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 171 | 0.10 | 0 | 0.19 | 0.18 | 90.77 | 0.3 | 0.75 |
| Hex | BE | D2 | AB | A | 0 | 13 | 12 | 5B | 1E | 4B |
| Octal | 276 | 322 | 253 | 12 | 0 | 23 | 22 | 133 | 36 | 113 |
| Binary | 10111110 | 11010010 | 10101011 | 1010 | 0 | 10011 | 10010 | 1011011 | 11110 | 1001011 |
Color Harmonies of #BED2AB
Complementary color
Monochromatic Colors of #BED2AB
Black with #BED2AB
Text Example
Text Example
White with #BED2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2AB; }
p { color: rgb(190,210,171); }
H1.HeaderClassName
{
color: #BED2AB;
}
.AnyTagClassName
{
color: #BED2AB;
}
</style>
background-color css
<style>
a { background-color: #BED2AB; }
a { background-color: rgb(190,210,171); }
div.DivClassName
{
background-color: #BED2AB;
}
.BgClassName
{
background-color: #BED2AB;
}
</style>
border-color css
<style>
span { border-color: #BED2AB; }
span { border-color: rgb(190,210,171); }
td.TdClassName
{
border-color: #BED2AB;
}
.TagClassName
{
border-color: #BED2AB;
}
</style>