Shades of Lavender Grey #BEB9DE
Tints of Lavender Grey #BEB9DE
RGB
CMYK
RGB Variations
Color information
#BEB9DE (or 0xBEB9DE) is known color: Lavender Grey. HEX triplet: BE, B9 and DE. RGB value is (190,185,222). Sum of RGB (Red+Green+Blue) = 190+185+222=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9DE is #414621. Grayscale: #BEBEBE. Windows color (decimal): -4277794 or 14596542. OLE color: 14596542.
HSL color Cylindrical-coordinate representation of color #BEB9DE: hue angle of 248.11º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB9DE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 185 | 222 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.13 |
| HSL | 248.11º | 0.36% | 0.8% | - |
| HSV(B) | 248.11º | 0.17% | 0.87% | - |
| XYZ | 51.77 | 50.92 | 76.21 | - |
| YUV | 190.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 222 | 0.14 | 0.17 | 0 | 0.13 | 248.11 | 0.36 | 0.8 |
| Hex | BE | B9 | DE | E | 11 | 0 | D | F8 | 24 | 50 |
| Octal | 276 | 271 | 336 | 16 | 21 | 0 | 15 | 370 | 44 | 120 |
| Binary | 10111110 | 10111001 | 11011110 | 1110 | 10001 | 0 | 1101 | 11111000 | 100100 | 1010000 |
Color Harmonies of #BEB9DE
Complementary color
Monochromatic Colors of #BEB9DE
Black with #BEB9DE
Text Example
Text Example
White with #BEB9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9DE; }
p { color: rgb(190,185,222); }
H1.HeaderClassName
{
color: #BEB9DE;
}
.AnyTagClassName
{
color: #BEB9DE;
}
</style>
background-color css
<style>
a { background-color: #BEB9DE; }
a { background-color: rgb(190,185,222); }
div.DivClassName
{
background-color: #BEB9DE;
}
.BgClassName
{
background-color: #BEB9DE;
}
</style>
border-color css
<style>
span { border-color: #BEB9DE; }
span { border-color: rgb(190,185,222); }
td.TdClassName
{
border-color: #BEB9DE;
}
.TagClassName
{
border-color: #BEB9DE;
}
</style>