Shades of Pixie Green #BED5AC
Tints of Pixie Green #BED5AC
RGB
CMYK
RGB Variations
Color information
#BED5AC (or 0xBED5AC) is known color: Pixie Green. HEX triplet: BE, D5 and AC. RGB value is (190,213,172). Sum of RGB (Red+Green+Blue) = 190+213+172=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5AC is #412A53. Grayscale: #C9C9C9. Windows color (decimal): -4270676 or 11326910. OLE color: 11326910.
HSL color Cylindrical-coordinate representation of color #BED5AC: hue angle of 93.66º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED5AC is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 172 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.16 |
| HSL | 93.66º | 0.33% | 0.75% | - |
| HSV(B) | 93.66º | 0.19% | 0.84% | - |
| XYZ | 52.48 | 61.51 | 48.14 | - |
| YUV | 201.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 172 | 0.11 | 0 | 0.19 | 0.16 | 93.66 | 0.33 | 0.75 |
| Hex | BE | D5 | AC | B | 0 | 13 | 10 | 5E | 21 | 4B |
| Octal | 276 | 325 | 254 | 13 | 0 | 23 | 20 | 136 | 41 | 113 |
| Binary | 10111110 | 11010101 | 10101100 | 1011 | 0 | 10011 | 10000 | 1011110 | 100001 | 1001011 |
Color Harmonies of #BED5AC
Complementary color
Monochromatic Colors of #BED5AC
Black with #BED5AC
Text Example
Text Example
White with #BED5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5AC; }
p { color: rgb(190,213,172); }
H1.HeaderClassName
{
color: #BED5AC;
}
.AnyTagClassName
{
color: #BED5AC;
}
</style>
background-color css
<style>
a { background-color: #BED5AC; }
a { background-color: rgb(190,213,172); }
div.DivClassName
{
background-color: #BED5AC;
}
.BgClassName
{
background-color: #BED5AC;
}
</style>
border-color css
<style>
span { border-color: #BED5AC; }
span { border-color: rgb(190,213,172); }
td.TdClassName
{
border-color: #BED5AC;
}
.TagClassName
{
border-color: #BED5AC;
}
</style>