Shades of Pixie Green #BED5A8
Tints of Pixie Green #BED5A8
RGB
CMYK
RGB Variations
Color information
#BED5A8 (or 0xBED5A8) is known color: Pixie Green. HEX triplet: BE, D5 and A8. RGB value is (190,213,168). Sum of RGB (Red+Green+Blue) = 190+213+168=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5A8 is #412A57. Grayscale: #C9C9C9. Windows color (decimal): -4270680 or 11064766. OLE color: 11064766.
HSL color Cylindrical-coordinate representation of color #BED5A8: hue angle of 90.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED5A8 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
RGB | 190 | 213 | 168 | - |
CMYK | 0.11 | 0 | 0.21 | 0.16 |
HSL | 90.67º | 0.35% | 0.75% | - |
HSV(B) | 90.67º | 0.21% | 0.84% | - |
XYZ | 52.1 | 61.36 | 46.14 | - |
YUV | 200.99 | 109.38 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 213 | 168 | 0.11 | 0 | 0.21 | 0.16 | 90.67 | 0.35 | 0.75 |
Hex | BE | D5 | A8 | B | 0 | 15 | 10 | 5B | 23 | 4B |
Octal | 276 | 325 | 250 | 13 | 0 | 25 | 20 | 133 | 43 | 113 |
Binary | 10111110 | 11010101 | 10101000 | 1011 | 0 | 10101 | 10000 | 1011011 | 100011 | 1001011 |
Color Harmonies of #BED5A8
Complementary color
Monochromatic Colors of #BED5A8
Black with #BED5A8
Text Example
Text Example
White with #BED5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5A8; }
p { color: rgb(190,213,168); }
H1.HeaderClassName
{
color: #BED5A8;
}
.AnyTagClassName
{
color: #BED5A8;
}
</style>
background-color css
<style>
a { background-color: #BED5A8; }
a { background-color: rgb(190,213,168); }
div.DivClassName
{
background-color: #BED5A8;
}
.BgClassName
{
background-color: #BED5A8;
}
</style>
border-color css
<style>
span { border-color: #BED5A8; }
span { border-color: rgb(190,213,168); }
td.TdClassName
{
border-color: #BED5A8;
}
.TagClassName
{
border-color: #BED5A8;
}
</style>