Shades of Lavender Grey #BEBDDD
Tints of Lavender Grey #BEBDDD
RGB
CMYK
RGB Variations
Color information
#BEBDDD (or 0xBEBDDD) is known color: Lavender Grey. HEX triplet: BE, BD and DD. RGB value is (190,189,221). Sum of RGB (Red+Green+Blue) = 190+189+221=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDD is #414222. Grayscale: #C0C0C0. Windows color (decimal): -4276771 or 14532030. OLE color: 14532030.
HSL color Cylindrical-coordinate representation of color #BEBDDD: hue angle of 241.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBDDD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 189 | 221 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 241.88º | 0.32% | 0.8% | - |
| HSV(B) | 241.88º | 0.14% | 0.87% | - |
| XYZ | 52.48 | 52.56 | 75.79 | - |
| YUV | 192.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 221 | 0.14 | 0.14 | 0 | 0.13 | 241.88 | 0.32 | 0.8 |
| Hex | BE | BD | DD | E | E | 0 | D | F2 | 20 | 50 |
| Octal | 276 | 275 | 335 | 16 | 16 | 0 | 15 | 362 | 40 | 120 |
| Binary | 10111110 | 10111101 | 11011101 | 1110 | 1110 | 0 | 1101 | 11110010 | 100000 | 1010000 |
Color Harmonies of #BEBDDD
Complementary color
Monochromatic Colors of #BEBDDD
Black with #BEBDDD
Text Example
Text Example
White with #BEBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDDD; }
p { color: rgb(190,189,221); }
H1.HeaderClassName
{
color: #BEBDDD;
}
.AnyTagClassName
{
color: #BEBDDD;
}
</style>
background-color css
<style>
a { background-color: #BEBDDD; }
a { background-color: rgb(190,189,221); }
div.DivClassName
{
background-color: #BEBDDD;
}
.BgClassName
{
background-color: #BEBDDD;
}
</style>
border-color css
<style>
span { border-color: #BEBDDD; }
span { border-color: rgb(190,189,221); }
td.TdClassName
{
border-color: #BEBDDD;
}
.TagClassName
{
border-color: #BEBDDD;
}
</style>