Shades of Lavender Grey #BEB9EC
Tints of Lavender Grey #BEB9EC
RGB
CMYK
RGB Variations
Color information
#BEB9EC (or 0xBEB9EC) is known color: Lavender Grey. HEX triplet: BE, B9 and EC. RGB value is (190,185,236). Sum of RGB (Red+Green+Blue) = 190+185+236=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9EC is #414613. Grayscale: #C0C0C0. Windows color (decimal): -4277780 or 15514046. OLE color: 15514046.
HSL color Cylindrical-coordinate representation of color #BEB9EC: hue angle of 245.88º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB9EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 185 | 236 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 245.88º | 0.57% | 0.83% | - |
| HSV(B) | 245.88º | 0.22% | 0.93% | - |
| XYZ | 53.72 | 51.7 | 86.5 | - |
| YUV | 192.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 236 | 0.19 | 0.22 | 0 | 0.07 | 245.88 | 0.57 | 0.83 |
| Hex | BE | B9 | EC | 13 | 16 | 0 | 7 | F6 | 39 | 53 |
| Octal | 276 | 271 | 354 | 23 | 26 | 0 | 7 | 366 | 71 | 123 |
| Binary | 10111110 | 10111001 | 11101100 | 10011 | 10110 | 0 | 111 | 11110110 | 111001 | 1010011 |
Color Harmonies of #BEB9EC
Complementary color
Monochromatic Colors of #BEB9EC
Black with #BEB9EC
Text Example
Text Example
White with #BEB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9EC; }
p { color: rgb(190,185,236); }
H1.HeaderClassName
{
color: #BEB9EC;
}
.AnyTagClassName
{
color: #BEB9EC;
}
</style>
background-color css
<style>
a { background-color: #BEB9EC; }
a { background-color: rgb(190,185,236); }
div.DivClassName
{
background-color: #BEB9EC;
}
.BgClassName
{
background-color: #BEB9EC;
}
</style>
border-color css
<style>
span { border-color: #BEB9EC; }
span { border-color: rgb(190,185,236); }
td.TdClassName
{
border-color: #BEB9EC;
}
.TagClassName
{
border-color: #BEB9EC;
}
</style>