Shades of Lavender Grey #BEB8DB
Tints of Lavender Grey #BEB8DB
RGB
CMYK
RGB Variations
Color information
#BEB8DB (or 0xBEB8DB) is known color: Lavender Grey. HEX triplet: BE, B8 and DB. RGB value is (190,184,219). Sum of RGB (Red+Green+Blue) = 190+184+219=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8DB is #414724. Grayscale: #BDBDBD. Windows color (decimal): -4278053 or 14399678. OLE color: 14399678.
HSL color Cylindrical-coordinate representation of color #BEB8DB: hue angle of 250.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB8DB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 184 | 219 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.14 |
| HSL | 250.29º | 0.33% | 0.79% | - |
| HSV(B) | 250.29º | 0.16% | 0.86% | - |
| XYZ | 51.16 | 50.34 | 74.04 | - |
| YUV | 189.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 219 | 0.13 | 0.16 | 0 | 0.14 | 250.29 | 0.33 | 0.79 |
| Hex | BE | B8 | DB | D | 10 | 0 | E | FA | 21 | 4F |
| Octal | 276 | 270 | 333 | 15 | 20 | 0 | 16 | 372 | 41 | 117 |
| Binary | 10111110 | 10111000 | 11011011 | 1101 | 10000 | 0 | 1110 | 11111010 | 100001 | 1001111 |
Color Harmonies of #BEB8DB
Complementary color
Monochromatic Colors of #BEB8DB
Black with #BEB8DB
Text Example
Text Example
White with #BEB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8DB; }
p { color: rgb(190,184,219); }
H1.HeaderClassName
{
color: #BEB8DB;
}
.AnyTagClassName
{
color: #BEB8DB;
}
</style>
background-color css
<style>
a { background-color: #BEB8DB; }
a { background-color: rgb(190,184,219); }
div.DivClassName
{
background-color: #BEB8DB;
}
.BgClassName
{
background-color: #BEB8DB;
}
</style>
border-color css
<style>
span { border-color: #BEB8DB; }
span { border-color: rgb(190,184,219); }
td.TdClassName
{
border-color: #BEB8DB;
}
.TagClassName
{
border-color: #BEB8DB;
}
</style>