Shades of Pixie Green #BED3A3
Tints of Pixie Green #BED3A3
RGB
CMYK
RGB Variations
Color information
#BED3A3 (or 0xBED3A3) is known color: Pixie Green. HEX triplet: BE, D3 and A3. RGB value is (190,211,163). Sum of RGB (Red+Green+Blue) = 190+211+163=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3A3 is #412C5C. Grayscale: #C7C7C7. Windows color (decimal): -4271197 or 10736574. OLE color: 10736574.
HSL color Cylindrical-coordinate representation of color #BED3A3: hue angle of 86.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BED3A3 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 163 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.17 |
| HSL | 86.25º | 0.35% | 0.73% | - |
| HSV(B) | 86.25º | 0.23% | 0.83% | - |
| XYZ | 51.14 | 60.18 | 43.57 | - |
| YUV | 199.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 163 | 0.10 | 0 | 0.23 | 0.17 | 86.25 | 0.35 | 0.73 |
| Hex | BE | D3 | A3 | A | 0 | 17 | 11 | 56 | 23 | 49 |
| Octal | 276 | 323 | 243 | 12 | 0 | 27 | 21 | 126 | 43 | 111 |
| Binary | 10111110 | 11010011 | 10100011 | 1010 | 0 | 10111 | 10001 | 1010110 | 100011 | 1001001 |
Color Harmonies of #BED3A3
Complementary color
Monochromatic Colors of #BED3A3
Black with #BED3A3
Text Example
Text Example
White with #BED3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3A3; }
p { color: rgb(190,211,163); }
H1.HeaderClassName
{
color: #BED3A3;
}
.AnyTagClassName
{
color: #BED3A3;
}
</style>
background-color css
<style>
a { background-color: #BED3A3; }
a { background-color: rgb(190,211,163); }
div.DivClassName
{
background-color: #BED3A3;
}
.BgClassName
{
background-color: #BED3A3;
}
</style>
border-color css
<style>
span { border-color: #BED3A3; }
span { border-color: rgb(190,211,163); }
td.TdClassName
{
border-color: #BED3A3;
}
.TagClassName
{
border-color: #BED3A3;
}
</style>