Shades of Pixie Green #BED99D
Tints of Pixie Green #BED99D
RGB
CMYK
RGB Variations
Color information
#BED99D (or 0xBED99D) is known color: Pixie Green. HEX triplet: BE, D9 and 9D. RGB value is (190,217,157). Sum of RGB (Red+Green+Blue) = 190+217+157=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BED99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED99D is #412662. Grayscale: #CACACA. Windows color (decimal): -4269667 or 10344894. OLE color: 10344894.
HSL color Cylindrical-coordinate representation of color #BED99D: hue angle of 87º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED99D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 157 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.15 |
| HSL | 87º | 0.44% | 0.73% | - |
| HSV(B) | 87º | 0.28% | 0.85% | - |
| XYZ | 52.13 | 63.01 | 41.31 | - |
| YUV | 202.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 157 | 0.12 | 0 | 0.28 | 0.15 | 87 | 0.44 | 0.73 |
| Hex | BE | D9 | 9D | C | 0 | 1C | F | 57 | 2C | 49 |
| Octal | 276 | 331 | 235 | 14 | 0 | 34 | 17 | 127 | 54 | 111 |
| Binary | 10111110 | 11011001 | 10011101 | 1100 | 0 | 11100 | 1111 | 1010111 | 101100 | 1001001 |
Color Harmonies of #BED99D
Complementary color
Monochromatic Colors of #BED99D
Black with #BED99D
Text Example
Text Example
White with #BED99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED99D; }
p { color: rgb(190,217,157); }
H1.HeaderClassName
{
color: #BED99D;
}
.AnyTagClassName
{
color: #BED99D;
}
</style>
background-color css
<style>
a { background-color: #BED99D; }
a { background-color: rgb(190,217,157); }
div.DivClassName
{
background-color: #BED99D;
}
.BgClassName
{
background-color: #BED99D;
}
</style>
border-color css
<style>
span { border-color: #BED99D; }
span { border-color: rgb(190,217,157); }
td.TdClassName
{
border-color: #BED99D;
}
.TagClassName
{
border-color: #BED99D;
}
</style>