Shades of Lavender Grey #BEC0DA
Tints of Lavender Grey #BEC0DA
RGB
CMYK
RGB Variations
Color information
#BEC0DA (or 0xBEC0DA) is known color: Lavender Grey. HEX triplet: BE, C0 and DA. RGB value is (190,192,218). Sum of RGB (Red+Green+Blue) = 190+192+218=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DA is #413F25. Grayscale: #C2C2C2. Windows color (decimal): -4276006 or 14336190. OLE color: 14336190.
HSL color Cylindrical-coordinate representation of color #BEC0DA: hue angle of 235.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC0DA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 192 | 218 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.15 |
| HSL | 235.71º | 0.27% | 0.8% | - |
| HSV(B) | 235.71º | 0.13% | 0.85% | - |
| XYZ | 52.74 | 53.71 | 73.92 | - |
| YUV | 194.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 218 | 0.13 | 0.12 | 0 | 0.15 | 235.71 | 0.27 | 0.8 |
| Hex | BE | C0 | DA | D | C | 0 | F | EC | 1B | 50 |
| Octal | 276 | 300 | 332 | 15 | 14 | 0 | 17 | 354 | 33 | 120 |
| Binary | 10111110 | 11000000 | 11011010 | 1101 | 1100 | 0 | 1111 | 11101100 | 11011 | 1010000 |
Color Harmonies of #BEC0DA
Complementary color
Monochromatic Colors of #BEC0DA
Black with #BEC0DA
Text Example
Text Example
White with #BEC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0DA; }
p { color: rgb(190,192,218); }
H1.HeaderClassName
{
color: #BEC0DA;
}
.AnyTagClassName
{
color: #BEC0DA;
}
</style>
background-color css
<style>
a { background-color: #BEC0DA; }
a { background-color: rgb(190,192,218); }
div.DivClassName
{
background-color: #BEC0DA;
}
.BgClassName
{
background-color: #BEC0DA;
}
</style>
border-color css
<style>
span { border-color: #BEC0DA; }
span { border-color: rgb(190,192,218); }
td.TdClassName
{
border-color: #BEC0DA;
}
.TagClassName
{
border-color: #BEC0DA;
}
</style>