Shades of Pixie Green #BED3AC
Tints of Pixie Green #BED3AC
RGB
CMYK
RGB Variations
Color information
#BED3AC (or 0xBED3AC) is known color: Pixie Green. HEX triplet: BE, D3 and AC. RGB value is (190,211,172). Sum of RGB (Red+Green+Blue) = 190+211+172=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3AC is #412C53. Grayscale: #C8C8C8. Windows color (decimal): -4271188 or 11326398. OLE color: 11326398.
HSL color Cylindrical-coordinate representation of color #BED3AC: hue angle of 92.31º degrees, saturation: 0.31, 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 #BED3AC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 172 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.17 |
| HSL | 92.31º | 0.31% | 0.75% | - |
| HSV(B) | 92.31º | 0.18% | 0.83% | - |
| XYZ | 51.98 | 60.51 | 47.97 | - |
| YUV | 200.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 172 | 0.10 | 0 | 0.18 | 0.17 | 92.31 | 0.31 | 0.75 |
| Hex | BE | D3 | AC | A | 0 | 12 | 11 | 5C | 1F | 4B |
| Octal | 276 | 323 | 254 | 12 | 0 | 22 | 21 | 134 | 37 | 113 |
| Binary | 10111110 | 11010011 | 10101100 | 1010 | 0 | 10010 | 10001 | 1011100 | 11111 | 1001011 |
Color Harmonies of #BED3AC
Complementary color
Monochromatic Colors of #BED3AC
Black with #BED3AC
Text Example
Text Example
White with #BED3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3AC; }
p { color: rgb(190,211,172); }
H1.HeaderClassName
{
color: #BED3AC;
}
.AnyTagClassName
{
color: #BED3AC;
}
</style>
background-color css
<style>
a { background-color: #BED3AC; }
a { background-color: rgb(190,211,172); }
div.DivClassName
{
background-color: #BED3AC;
}
.BgClassName
{
background-color: #BED3AC;
}
</style>
border-color css
<style>
span { border-color: #BED3AC; }
span { border-color: rgb(190,211,172); }
td.TdClassName
{
border-color: #BED3AC;
}
.TagClassName
{
border-color: #BED3AC;
}
</style>