Shades of Pixie Green #BED3A6
Tints of Pixie Green #BED3A6
RGB
CMYK
RGB Variations
Color information
#BED3A6 (or 0xBED3A6) is known color: Pixie Green. HEX triplet: BE, D3 and A6. RGB value is (190,211,166). Sum of RGB (Red+Green+Blue) = 190+211+166=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3A6 is #412C59. Grayscale: #C7C7C7. Windows color (decimal): -4271194 or 10933182. OLE color: 10933182.
HSL color Cylindrical-coordinate representation of color #BED3A6: hue angle of 88º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED3A6 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 166 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.17 |
| HSL | 88º | 0.34% | 0.74% | - |
| HSV(B) | 88º | 0.21% | 0.83% | - |
| XYZ | 51.41 | 60.29 | 45 | - |
| YUV | 199.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 166 | 0.10 | 0 | 0.21 | 0.17 | 88 | 0.34 | 0.74 |
| Hex | BE | D3 | A6 | A | 0 | 15 | 11 | 58 | 22 | 4A |
| Octal | 276 | 323 | 246 | 12 | 0 | 25 | 21 | 130 | 42 | 112 |
| Binary | 10111110 | 11010011 | 10100110 | 1010 | 0 | 10101 | 10001 | 1011000 | 100010 | 1001010 |
Color Harmonies of #BED3A6
Complementary color
Monochromatic Colors of #BED3A6
Black with #BED3A6
Text Example
Text Example
White with #BED3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3A6; }
p { color: rgb(190,211,166); }
H1.HeaderClassName
{
color: #BED3A6;
}
.AnyTagClassName
{
color: #BED3A6;
}
</style>
background-color css
<style>
a { background-color: #BED3A6; }
a { background-color: rgb(190,211,166); }
div.DivClassName
{
background-color: #BED3A6;
}
.BgClassName
{
background-color: #BED3A6;
}
</style>
border-color css
<style>
span { border-color: #BED3A6; }
span { border-color: rgb(190,211,166); }
td.TdClassName
{
border-color: #BED3A6;
}
.TagClassName
{
border-color: #BED3A6;
}
</style>