Shades of Pixie Green #BED3AF
Tints of Pixie Green #BED3AF
RGB
CMYK
RGB Variations
Color information
#BED3AF (or 0xBED3AF) is known color: Pixie Green. HEX triplet: BE, D3 and AF. RGB value is (190,211,175). Sum of RGB (Red+Green+Blue) = 190+211+175=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3AF is #412C50. Grayscale: #C8C8C8. Windows color (decimal): -4271185 or 11523006. OLE color: 11523006.
HSL color Cylindrical-coordinate representation of color #BED3AF: hue angle of 95º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED3AF is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 175 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.17 |
| HSL | 95º | 0.29% | 0.76% | - |
| HSV(B) | 95º | 0.17% | 0.83% | - |
| XYZ | 52.27 | 60.63 | 49.51 | - |
| YUV | 200.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 175 | 0.10 | 0 | 0.17 | 0.17 | 95 | 0.29 | 0.76 |
| Hex | BE | D3 | AF | A | 0 | 11 | 11 | 5F | 1D | 4C |
| Octal | 276 | 323 | 257 | 12 | 0 | 21 | 21 | 137 | 35 | 114 |
| Binary | 10111110 | 11010011 | 10101111 | 1010 | 0 | 10001 | 10001 | 1011111 | 11101 | 1001100 |
Color Harmonies of #BED3AF
Complementary color
Monochromatic Colors of #BED3AF
Black with #BED3AF
Text Example
Text Example
White with #BED3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3AF; }
p { color: rgb(190,211,175); }
H1.HeaderClassName
{
color: #BED3AF;
}
.AnyTagClassName
{
color: #BED3AF;
}
</style>
background-color css
<style>
a { background-color: #BED3AF; }
a { background-color: rgb(190,211,175); }
div.DivClassName
{
background-color: #BED3AF;
}
.BgClassName
{
background-color: #BED3AF;
}
</style>
border-color css
<style>
span { border-color: #BED3AF; }
span { border-color: rgb(190,211,175); }
td.TdClassName
{
border-color: #BED3AF;
}
.TagClassName
{
border-color: #BED3AF;
}
</style>