Shades of Lavender Grey #BEC0DB
Tints of Lavender Grey #BEC0DB
RGB
CMYK
RGB Variations
Color information
#BEC0DB (or 0xBEC0DB) is known color: Lavender Grey. HEX triplet: BE, C0 and DB. RGB value is (190,192,219). Sum of RGB (Red+Green+Blue) = 190+192+219=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DB is #413F24. Grayscale: #C2C2C2. Windows color (decimal): -4276005 or 14401726. OLE color: 14401726.
HSL color Cylindrical-coordinate representation of color #BEC0DB: hue angle of 235.86º 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 #BEC0DB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 192 | 219 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.14 |
| HSL | 235.86º | 0.29% | 0.8% | - |
| HSV(B) | 235.86º | 0.13% | 0.86% | - |
| XYZ | 52.87 | 53.76 | 74.61 | - |
| YUV | 194.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 219 | 0.13 | 0.12 | 0 | 0.14 | 235.86 | 0.29 | 0.8 |
| Hex | BE | C0 | DB | D | C | 0 | E | EC | 1D | 50 |
| Octal | 276 | 300 | 333 | 15 | 14 | 0 | 16 | 354 | 35 | 120 |
| Binary | 10111110 | 11000000 | 11011011 | 1101 | 1100 | 0 | 1110 | 11101100 | 11101 | 1010000 |
Color Harmonies of #BEC0DB
Complementary color
Monochromatic Colors of #BEC0DB
Black with #BEC0DB
Text Example
Text Example
White with #BEC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0DB; }
p { color: rgb(190,192,219); }
H1.HeaderClassName
{
color: #BEC0DB;
}
.AnyTagClassName
{
color: #BEC0DB;
}
</style>
background-color css
<style>
a { background-color: #BEC0DB; }
a { background-color: rgb(190,192,219); }
div.DivClassName
{
background-color: #BEC0DB;
}
.BgClassName
{
background-color: #BEC0DB;
}
</style>
border-color css
<style>
span { border-color: #BEC0DB; }
span { border-color: rgb(190,192,219); }
td.TdClassName
{
border-color: #BEC0DB;
}
.TagClassName
{
border-color: #BEC0DB;
}
</style>