Shades of Pixie Green #BED89B
Tints of Pixie Green #BED89B
RGB
CMYK
RGB Variations
Color information
#BED89B (or 0xBED89B) is known color: Pixie Green. HEX triplet: BE, D8 and 9B. RGB value is (190,216,155). Sum of RGB (Red+Green+Blue) = 190+216+155=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #BED89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED89B is #412764. Grayscale: #C9C9C9. Windows color (decimal): -4269925 or 10213566. OLE color: 10213566.
HSL color Cylindrical-coordinate representation of color #BED89B: hue angle of 85.57º 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 #BED89B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 155 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.15 |
| HSL | 85.57º | 0.44% | 0.73% | - |
| HSV(B) | 85.57º | 0.28% | 0.85% | - |
| XYZ | 51.71 | 62.43 | 40.33 | - |
| YUV | 201.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 155 | 0.12 | 0 | 0.28 | 0.15 | 85.57 | 0.44 | 0.73 |
| Hex | BE | D8 | 9B | C | 0 | 1C | F | 56 | 2C | 49 |
| Octal | 276 | 330 | 233 | 14 | 0 | 34 | 17 | 126 | 54 | 111 |
| Binary | 10111110 | 11011000 | 10011011 | 1100 | 0 | 11100 | 1111 | 1010110 | 101100 | 1001001 |
Color Harmonies of #BED89B
Complementary color
Monochromatic Colors of #BED89B
Black with #BED89B
Text Example
Text Example
White with #BED89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED89B; }
p { color: rgb(190,216,155); }
H1.HeaderClassName
{
color: #BED89B;
}
.AnyTagClassName
{
color: #BED89B;
}
</style>
background-color css
<style>
a { background-color: #BED89B; }
a { background-color: rgb(190,216,155); }
div.DivClassName
{
background-color: #BED89B;
}
.BgClassName
{
background-color: #BED89B;
}
</style>
border-color css
<style>
span { border-color: #BED89B; }
span { border-color: rgb(190,216,155); }
td.TdClassName
{
border-color: #BED89B;
}
.TagClassName
{
border-color: #BED89B;
}
</style>