Shades of Lavender Grey #BEBBDE
Tints of Lavender Grey #BEBBDE
RGB
CMYK
RGB Variations
Color information
#BEBBDE (or 0xBEBBDE) is known color: Lavender Grey. HEX triplet: BE, BB and DE. RGB value is (190,187,222). Sum of RGB (Red+Green+Blue) = 190+187+222=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBDE is #414421. Grayscale: #BFBFBF. Windows color (decimal): -4277282 or 14597054. OLE color: 14597054.
HSL color Cylindrical-coordinate representation of color #BEBBDE: hue angle of 245.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBBDE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 187 | 222 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 245.14º | 0.35% | 0.8% | - |
| HSV(B) | 245.14º | 0.16% | 0.87% | - |
| XYZ | 52.19 | 51.76 | 76.35 | - |
| YUV | 191.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 222 | 0.14 | 0.16 | 0 | 0.13 | 245.14 | 0.35 | 0.8 |
| Hex | BE | BB | DE | E | 10 | 0 | D | F5 | 23 | 50 |
| Octal | 276 | 273 | 336 | 16 | 20 | 0 | 15 | 365 | 43 | 120 |
| Binary | 10111110 | 10111011 | 11011110 | 1110 | 10000 | 0 | 1101 | 11110101 | 100011 | 1010000 |
Color Harmonies of #BEBBDE
Complementary color
Monochromatic Colors of #BEBBDE
Black with #BEBBDE
Text Example
Text Example
White with #BEBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBDE; }
p { color: rgb(190,187,222); }
H1.HeaderClassName
{
color: #BEBBDE;
}
.AnyTagClassName
{
color: #BEBBDE;
}
</style>
background-color css
<style>
a { background-color: #BEBBDE; }
a { background-color: rgb(190,187,222); }
div.DivClassName
{
background-color: #BEBBDE;
}
.BgClassName
{
background-color: #BEBBDE;
}
</style>
border-color css
<style>
span { border-color: #BEBBDE; }
span { border-color: rgb(190,187,222); }
td.TdClassName
{
border-color: #BEBBDE;
}
.TagClassName
{
border-color: #BEBBDE;
}
</style>