Shades of Lavender Grey #BEBCDB
Tints of Lavender Grey #BEBCDB
RGB
CMYK
RGB Variations
Color information
#BEBCDB (or 0xBEBCDB) is known color: Lavender Grey. HEX triplet: BE, BC and DB. RGB value is (190,188,219). Sum of RGB (Red+Green+Blue) = 190+188+219=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCDB is #414324. Grayscale: #C0C0C0. Windows color (decimal): -4277029 or 14400702. OLE color: 14400702.
HSL color Cylindrical-coordinate representation of color #BEBCDB: hue angle of 243.87º degrees, saturation: 0.3, 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 #BEBCDB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 188 | 219 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.14 |
| HSL | 243.87º | 0.3% | 0.8% | - |
| HSV(B) | 243.87º | 0.14% | 0.86% | - |
| XYZ | 52 | 52.03 | 74.32 | - |
| YUV | 192.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 219 | 0.13 | 0.14 | 0 | 0.14 | 243.87 | 0.3 | 0.8 |
| Hex | BE | BC | DB | D | E | 0 | E | F4 | 1E | 50 |
| Octal | 276 | 274 | 333 | 15 | 16 | 0 | 16 | 364 | 36 | 120 |
| Binary | 10111110 | 10111100 | 11011011 | 1101 | 1110 | 0 | 1110 | 11110100 | 11110 | 1010000 |
Color Harmonies of #BEBCDB
Complementary color
Monochromatic Colors of #BEBCDB
Black with #BEBCDB
Text Example
Text Example
White with #BEBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCDB; }
p { color: rgb(190,188,219); }
H1.HeaderClassName
{
color: #BEBCDB;
}
.AnyTagClassName
{
color: #BEBCDB;
}
</style>
background-color css
<style>
a { background-color: #BEBCDB; }
a { background-color: rgb(190,188,219); }
div.DivClassName
{
background-color: #BEBCDB;
}
.BgClassName
{
background-color: #BEBCDB;
}
</style>
border-color css
<style>
span { border-color: #BEBCDB; }
span { border-color: rgb(190,188,219); }
td.TdClassName
{
border-color: #BEBCDB;
}
.TagClassName
{
border-color: #BEBCDB;
}
</style>