Shades of Lavender Grey #BEBDDB
Tints of Lavender Grey #BEBDDB
RGB
CMYK
RGB Variations
Color information
#BEBDDB (or 0xBEBDDB) is known color: Lavender Grey. HEX triplet: BE, BD and DB. RGB value is (190,189,219). Sum of RGB (Red+Green+Blue) = 190+189+219=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDB is #414224. Grayscale: #C0C0C0. Windows color (decimal): -4276773 or 14400958. OLE color: 14400958.
HSL color Cylindrical-coordinate representation of color #BEBDDB: hue angle of 242º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBDDB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 189 | 219 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.14 |
| HSL | 242º | 0.29% | 0.8% | - |
| HSV(B) | 242º | 0.14% | 0.86% | - |
| XYZ | 52.22 | 52.46 | 74.39 | - |
| YUV | 192.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 219 | 0.13 | 0.14 | 0 | 0.14 | 242 | 0.29 | 0.8 |
| Hex | BE | BD | DB | D | E | 0 | E | F2 | 1D | 50 |
| Octal | 276 | 275 | 333 | 15 | 16 | 0 | 16 | 362 | 35 | 120 |
| Binary | 10111110 | 10111101 | 11011011 | 1101 | 1110 | 0 | 1110 | 11110010 | 11101 | 1010000 |
Color Harmonies of #BEBDDB
Complementary color
Monochromatic Colors of #BEBDDB
Black with #BEBDDB
Text Example
Text Example
White with #BEBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDDB; }
p { color: rgb(190,189,219); }
H1.HeaderClassName
{
color: #BEBDDB;
}
.AnyTagClassName
{
color: #BEBDDB;
}
</style>
background-color css
<style>
a { background-color: #BEBDDB; }
a { background-color: rgb(190,189,219); }
div.DivClassName
{
background-color: #BEBDDB;
}
.BgClassName
{
background-color: #BEBDDB;
}
</style>
border-color css
<style>
span { border-color: #BEBDDB; }
span { border-color: rgb(190,189,219); }
td.TdClassName
{
border-color: #BEBDDB;
}
.TagClassName
{
border-color: #BEBDDB;
}
</style>