Shades of Lavender Grey #BEBBDB
Tints of Lavender Grey #BEBBDB
RGB
CMYK
RGB Variations
Color information
#BEBBDB (or 0xBEBBDB) is known color: Lavender Grey. HEX triplet: BE, BB and DB. RGB value is (190,187,219). Sum of RGB (Red+Green+Blue) = 190+187+219=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBDB is #414424. Grayscale: #BFBFBF. Windows color (decimal): -4277285 or 14400446. OLE color: 14400446.
HSL color Cylindrical-coordinate representation of color #BEBBDB: hue angle of 245.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBBDB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 187 | 219 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.14 |
| HSL | 245.63º | 0.31% | 0.8% | - |
| HSV(B) | 245.63º | 0.15% | 0.86% | - |
| XYZ | 51.79 | 51.6 | 74.25 | - |
| YUV | 191.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 219 | 0.13 | 0.15 | 0 | 0.14 | 245.63 | 0.31 | 0.8 |
| Hex | BE | BB | DB | D | F | 0 | E | F6 | 1F | 50 |
| Octal | 276 | 273 | 333 | 15 | 17 | 0 | 16 | 366 | 37 | 120 |
| Binary | 10111110 | 10111011 | 11011011 | 1101 | 1111 | 0 | 1110 | 11110110 | 11111 | 1010000 |
Color Harmonies of #BEBBDB
Complementary color
Monochromatic Colors of #BEBBDB
Black with #BEBBDB
Text Example
Text Example
White with #BEBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBDB; }
p { color: rgb(190,187,219); }
H1.HeaderClassName
{
color: #BEBBDB;
}
.AnyTagClassName
{
color: #BEBBDB;
}
</style>
background-color css
<style>
a { background-color: #BEBBDB; }
a { background-color: rgb(190,187,219); }
div.DivClassName
{
background-color: #BEBBDB;
}
.BgClassName
{
background-color: #BEBBDB;
}
</style>
border-color css
<style>
span { border-color: #BEBBDB; }
span { border-color: rgb(190,187,219); }
td.TdClassName
{
border-color: #BEBBDB;
}
.TagClassName
{
border-color: #BEBBDB;
}
</style>