Shades of Pixie Green #BED69D
Tints of Pixie Green #BED69D
RGB
CMYK
RGB Variations
Color information
#BED69D (or 0xBED69D) is known color: Pixie Green. HEX triplet: BE, D6 and 9D. RGB value is (190,214,157). Sum of RGB (Red+Green+Blue) = 190+214+157=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #BED69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED69D is #412962. Grayscale: #C8C8C8. Windows color (decimal): -4270435 or 10344126. OLE color: 10344126.
HSL color Cylindrical-coordinate representation of color #BED69D: hue angle of 85.26º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED69D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 157 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.16 |
| HSL | 85.26º | 0.41% | 0.73% | - |
| HSV(B) | 85.26º | 0.27% | 0.84% | - |
| XYZ | 51.37 | 61.47 | 41.06 | - |
| YUV | 200.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 157 | 0.11 | 0 | 0.27 | 0.16 | 85.26 | 0.41 | 0.73 |
| Hex | BE | D6 | 9D | B | 0 | 1B | 10 | 55 | 29 | 49 |
| Octal | 276 | 326 | 235 | 13 | 0 | 33 | 20 | 125 | 51 | 111 |
| Binary | 10111110 | 11010110 | 10011101 | 1011 | 0 | 11011 | 10000 | 1010101 | 101001 | 1001001 |
Color Harmonies of #BED69D
Complementary color
Monochromatic Colors of #BED69D
Black with #BED69D
Text Example
Text Example
White with #BED69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED69D; }
p { color: rgb(190,214,157); }
H1.HeaderClassName
{
color: #BED69D;
}
.AnyTagClassName
{
color: #BED69D;
}
</style>
background-color css
<style>
a { background-color: #BED69D; }
a { background-color: rgb(190,214,157); }
div.DivClassName
{
background-color: #BED69D;
}
.BgClassName
{
background-color: #BED69D;
}
</style>
border-color css
<style>
span { border-color: #BED69D; }
span { border-color: rgb(190,214,157); }
td.TdClassName
{
border-color: #BED69D;
}
.TagClassName
{
border-color: #BED69D;
}
</style>