Shades of Pixie Green #BED69C
Tints of Pixie Green #BED69C
RGB
CMYK
RGB Variations
Color information
#BED69C (or 0xBED69C) is known color: Pixie Green. HEX triplet: BE, D6 and 9C. RGB value is (190,214,156). Sum of RGB (Red+Green+Blue) = 190+214+156=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #BED69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED69C is #412963. Grayscale: #C8C8C8. Windows color (decimal): -4270436 or 10278590. OLE color: 10278590.
HSL color Cylindrical-coordinate representation of color #BED69C: hue angle of 84.83º 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 #BED69C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 156 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.16 |
| HSL | 84.83º | 0.41% | 0.73% | - |
| HSV(B) | 84.83º | 0.27% | 0.84% | - |
| XYZ | 51.28 | 61.44 | 40.61 | - |
| YUV | 200.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 156 | 0.11 | 0 | 0.27 | 0.16 | 84.83 | 0.41 | 0.73 |
| Hex | BE | D6 | 9C | B | 0 | 1B | 10 | 55 | 29 | 49 |
| Octal | 276 | 326 | 234 | 13 | 0 | 33 | 20 | 125 | 51 | 111 |
| Binary | 10111110 | 11010110 | 10011100 | 1011 | 0 | 11011 | 10000 | 1010101 | 101001 | 1001001 |
Color Harmonies of #BED69C
Complementary color
Monochromatic Colors of #BED69C
Black with #BED69C
Text Example
Text Example
White with #BED69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED69C; }
p { color: rgb(190,214,156); }
H1.HeaderClassName
{
color: #BED69C;
}
.AnyTagClassName
{
color: #BED69C;
}
</style>
background-color css
<style>
a { background-color: #BED69C; }
a { background-color: rgb(190,214,156); }
div.DivClassName
{
background-color: #BED69C;
}
.BgClassName
{
background-color: #BED69C;
}
</style>
border-color css
<style>
span { border-color: #BED69C; }
span { border-color: rgb(190,214,156); }
td.TdClassName
{
border-color: #BED69C;
}
.TagClassName
{
border-color: #BED69C;
}
</style>