Shades of Lavender Grey #BEC0EC
Tints of Lavender Grey #BEC0EC
RGB
CMYK
RGB Variations
Color information
#BEC0EC (or 0xBEC0EC) is known color: Lavender Grey. HEX triplet: BE, C0 and EC. RGB value is (190,192,236). Sum of RGB (Red+Green+Blue) = 190+192+236=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EC is #413F13. Grayscale: #C4C4C4. Windows color (decimal): -4275988 or 15515838. OLE color: 15515838.
HSL color Cylindrical-coordinate representation of color #BEC0EC: hue angle of 237.39º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC0EC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 192 | 236 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.07 |
| HSL | 237.39º | 0.55% | 0.84% | - |
| HSV(B) | 237.39º | 0.19% | 0.93% | - |
| XYZ | 55.23 | 54.7 | 87 | - |
| YUV | 196.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 236 | 0.19 | 0.19 | 0 | 0.07 | 237.39 | 0.55 | 0.84 |
| Hex | BE | C0 | EC | 13 | 13 | 0 | 7 | ED | 37 | 54 |
| Octal | 276 | 300 | 354 | 23 | 23 | 0 | 7 | 355 | 67 | 124 |
| Binary | 10111110 | 11000000 | 11101100 | 10011 | 10011 | 0 | 111 | 11101101 | 110111 | 1010100 |
Color Harmonies of #BEC0EC
Complementary color
Monochromatic Colors of #BEC0EC
Black with #BEC0EC
Text Example
Text Example
White with #BEC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0EC; }
p { color: rgb(190,192,236); }
H1.HeaderClassName
{
color: #BEC0EC;
}
.AnyTagClassName
{
color: #BEC0EC;
}
</style>
background-color css
<style>
a { background-color: #BEC0EC; }
a { background-color: rgb(190,192,236); }
div.DivClassName
{
background-color: #BEC0EC;
}
.BgClassName
{
background-color: #BEC0EC;
}
</style>
border-color css
<style>
span { border-color: #BEC0EC; }
span { border-color: rgb(190,192,236); }
td.TdClassName
{
border-color: #BEC0EC;
}
.TagClassName
{
border-color: #BEC0EC;
}
</style>