Shades of Pixie Green #BED8AB
Tints of Pixie Green #BED8AB
RGB
CMYK
RGB Variations
Color information
#BED8AB (or 0xBED8AB) is known color: Pixie Green. HEX triplet: BE, D8 and AB. RGB value is (190,216,171). Sum of RGB (Red+Green+Blue) = 190+216+171=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED8AB is #412754. Grayscale: #CBCBCB. Windows color (decimal): -4269909 or 11262142. OLE color: 11262142.
HSL color Cylindrical-coordinate representation of color #BED8AB: hue angle of 94.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED8AB is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 171 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.15 |
| HSL | 94.67º | 0.37% | 0.76% | - |
| HSV(B) | 94.67º | 0.21% | 0.85% | - |
| XYZ | 53.14 | 63 | 47.89 | - |
| YUV | 203.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 171 | 0.12 | 0 | 0.21 | 0.15 | 94.67 | 0.37 | 0.76 |
| Hex | BE | D8 | AB | C | 0 | 15 | F | 5F | 25 | 4C |
| Octal | 276 | 330 | 253 | 14 | 0 | 25 | 17 | 137 | 45 | 114 |
| Binary | 10111110 | 11011000 | 10101011 | 1100 | 0 | 10101 | 1111 | 1011111 | 100101 | 1001100 |
Color Harmonies of #BED8AB
Complementary color
Monochromatic Colors of #BED8AB
Black with #BED8AB
Text Example
Text Example
White with #BED8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8AB; }
p { color: rgb(190,216,171); }
H1.HeaderClassName
{
color: #BED8AB;
}
.AnyTagClassName
{
color: #BED8AB;
}
</style>
background-color css
<style>
a { background-color: #BED8AB; }
a { background-color: rgb(190,216,171); }
div.DivClassName
{
background-color: #BED8AB;
}
.BgClassName
{
background-color: #BED8AB;
}
</style>
border-color css
<style>
span { border-color: #BED8AB; }
span { border-color: rgb(190,216,171); }
td.TdClassName
{
border-color: #BED8AB;
}
.TagClassName
{
border-color: #BED8AB;
}
</style>