Shades of Pixie Green #BED0A2
Tints of Pixie Green #BED0A2
RGB
CMYK
RGB Variations
Color information
#BED0A2 (or 0xBED0A2) is known color: Pixie Green. HEX triplet: BE, D0 and A2. RGB value is (190,208,162). Sum of RGB (Red+Green+Blue) = 190+208+162=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0A2 is #412F5D. Grayscale: #C5C5C5. Windows color (decimal): -4271966 or 10670270. OLE color: 10670270.
HSL color Cylindrical-coordinate representation of color #BED0A2: hue angle of 83.48º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED0A2 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 162 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.18 |
| HSL | 83.48º | 0.33% | 0.73% | - |
| HSV(B) | 83.48º | 0.22% | 0.82% | - |
| XYZ | 50.31 | 58.67 | 42.85 | - |
| YUV | 197.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 162 | 0.09 | 0 | 0.22 | 0.18 | 83.48 | 0.33 | 0.73 |
| Hex | BE | D0 | A2 | 9 | 0 | 16 | 12 | 53 | 21 | 49 |
| Octal | 276 | 320 | 242 | 11 | 0 | 26 | 22 | 123 | 41 | 111 |
| Binary | 10111110 | 11010000 | 10100010 | 1001 | 0 | 10110 | 10010 | 1010011 | 100001 | 1001001 |
Color Harmonies of #BED0A2
Complementary color
Monochromatic Colors of #BED0A2
Black with #BED0A2
Text Example
Text Example
White with #BED0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0A2; }
p { color: rgb(190,208,162); }
H1.HeaderClassName
{
color: #BED0A2;
}
.AnyTagClassName
{
color: #BED0A2;
}
</style>
background-color css
<style>
a { background-color: #BED0A2; }
a { background-color: rgb(190,208,162); }
div.DivClassName
{
background-color: #BED0A2;
}
.BgClassName
{
background-color: #BED0A2;
}
</style>
border-color css
<style>
span { border-color: #BED0A2; }
span { border-color: rgb(190,208,162); }
td.TdClassName
{
border-color: #BED0A2;
}
.TagClassName
{
border-color: #BED0A2;
}
</style>