Shades of Pixie Green #BED99F
Tints of Pixie Green #BED99F
RGB
CMYK
RGB Variations
Color information
#BED99F (or 0xBED99F) is known color: Pixie Green. HEX triplet: BE, D9 and 9F. RGB value is (190,217,159). Sum of RGB (Red+Green+Blue) = 190+217+159=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #BED99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED99F is #412660. Grayscale: #CACACA. Windows color (decimal): -4269665 or 10475966. OLE color: 10475966.
HSL color Cylindrical-coordinate representation of color #BED99F: hue angle of 87.93º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED99F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 159 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.15 |
| HSL | 87.93º | 0.43% | 0.74% | - |
| HSV(B) | 87.93º | 0.27% | 0.85% | - |
| XYZ | 52.31 | 63.08 | 42.22 | - |
| YUV | 202.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 159 | 0.12 | 0 | 0.27 | 0.15 | 87.93 | 0.43 | 0.74 |
| Hex | BE | D9 | 9F | C | 0 | 1B | F | 58 | 2B | 4A |
| Octal | 276 | 331 | 237 | 14 | 0 | 33 | 17 | 130 | 53 | 112 |
| Binary | 10111110 | 11011001 | 10011111 | 1100 | 0 | 11011 | 1111 | 1011000 | 101011 | 1001010 |
Color Harmonies of #BED99F
Complementary color
Monochromatic Colors of #BED99F
Black with #BED99F
Text Example
Text Example
White with #BED99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED99F; }
p { color: rgb(190,217,159); }
H1.HeaderClassName
{
color: #BED99F;
}
.AnyTagClassName
{
color: #BED99F;
}
</style>
background-color css
<style>
a { background-color: #BED99F; }
a { background-color: rgb(190,217,159); }
div.DivClassName
{
background-color: #BED99F;
}
.BgClassName
{
background-color: #BED99F;
}
</style>
border-color css
<style>
span { border-color: #BED99F; }
span { border-color: rgb(190,217,159); }
td.TdClassName
{
border-color: #BED99F;
}
.TagClassName
{
border-color: #BED99F;
}
</style>