Shades of Lavender Grey #BEBFDB
Tints of Lavender Grey #BEBFDB
RGB
CMYK
RGB Variations
Color information
#BEBFDB (or 0xBEBFDB) is known color: Lavender Grey. HEX triplet: BE, BF and DB. RGB value is (190,191,219). Sum of RGB (Red+Green+Blue) = 190+191+219=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDB is #414024. Grayscale: #C1C1C1. Windows color (decimal): -4276261 or 14401470. OLE color: 14401470.
HSL color Cylindrical-coordinate representation of color #BEBFDB: hue angle of 237.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBFDB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 191 | 219 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.14 |
| HSL | 237.93º | 0.29% | 0.8% | - |
| HSV(B) | 237.93º | 0.13% | 0.86% | - |
| XYZ | 52.65 | 53.32 | 74.54 | - |
| YUV | 193.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 219 | 0.13 | 0.13 | 0 | 0.14 | 237.93 | 0.29 | 0.8 |
| Hex | BE | BF | DB | D | D | 0 | E | EE | 1D | 50 |
| Octal | 276 | 277 | 333 | 15 | 15 | 0 | 16 | 356 | 35 | 120 |
| Binary | 10111110 | 10111111 | 11011011 | 1101 | 1101 | 0 | 1110 | 11101110 | 11101 | 1010000 |
Color Harmonies of #BEBFDB
Complementary color
Monochromatic Colors of #BEBFDB
Black with #BEBFDB
Text Example
Text Example
White with #BEBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFDB; }
p { color: rgb(190,191,219); }
H1.HeaderClassName
{
color: #BEBFDB;
}
.AnyTagClassName
{
color: #BEBFDB;
}
</style>
background-color css
<style>
a { background-color: #BEBFDB; }
a { background-color: rgb(190,191,219); }
div.DivClassName
{
background-color: #BEBFDB;
}
.BgClassName
{
background-color: #BEBFDB;
}
</style>
border-color css
<style>
span { border-color: #BEBFDB; }
span { border-color: rgb(190,191,219); }
td.TdClassName
{
border-color: #BEBFDB;
}
.TagClassName
{
border-color: #BEBFDB;
}
</style>