Shades of Pixie Green #BED3A8
Tints of Pixie Green #BED3A8
RGB
CMYK
RGB Variations
Color information
#BED3A8 (or 0xBED3A8) is known color: Pixie Green. HEX triplet: BE, D3 and A8. RGB value is (190,211,168). Sum of RGB (Red+Green+Blue) = 190+211+168=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3A8 is #412C57. Grayscale: #C7C7C7. Windows color (decimal): -4271192 or 11064254. OLE color: 11064254.
HSL color Cylindrical-coordinate representation of color #BED3A8: hue angle of 89.3º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED3A8 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 211 | 168 | - |
CMYK | 0.10 | 0 | 0.20 | 0.17 |
HSL | 89.3º | 0.33% | 0.74% | - |
HSV(B) | 89.3º | 0.2% | 0.83% | - |
XYZ | 51.6 | 60.36 | 45.98 | - |
YUV | 199.82 | 110.04 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 211 | 168 | 0.10 | 0 | 0.20 | 0.17 | 89.3 | 0.33 | 0.74 |
Hex | BE | D3 | A8 | A | 0 | 14 | 11 | 59 | 21 | 4A |
Octal | 276 | 323 | 250 | 12 | 0 | 24 | 21 | 131 | 41 | 112 |
Binary | 10111110 | 11010011 | 10101000 | 1010 | 0 | 10100 | 10001 | 1011001 | 100001 | 1001010 |
Color Harmonies of #BED3A8
Complementary color
Monochromatic Colors of #BED3A8
Black with #BED3A8
Text Example
Text Example
White with #BED3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3A8; }
p { color: rgb(190,211,168); }
H1.HeaderClassName
{
color: #BED3A8;
}
.AnyTagClassName
{
color: #BED3A8;
}
</style>
background-color css
<style>
a { background-color: #BED3A8; }
a { background-color: rgb(190,211,168); }
div.DivClassName
{
background-color: #BED3A8;
}
.BgClassName
{
background-color: #BED3A8;
}
</style>
border-color css
<style>
span { border-color: #BED3A8; }
span { border-color: rgb(190,211,168); }
td.TdClassName
{
border-color: #BED3A8;
}
.TagClassName
{
border-color: #BED3A8;
}
</style>