Shades of Lavender Grey #BEC0E5
Tints of Lavender Grey #BEC0E5
RGB
CMYK
RGB Variations
Color information
#BEC0E5 (or 0xBEC0E5) is known color: Lavender Grey. HEX triplet: BE, C0 and E5. RGB value is (190,192,229). Sum of RGB (Red+Green+Blue) = 190+192+229=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0E5 is #413F1A. Grayscale: #C3C3C3. Windows color (decimal): -4275995 or 15057086. OLE color: 15057086.
HSL color Cylindrical-coordinate representation of color #BEC0E5: hue angle of 236.92º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC0E5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 192 | 229 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.10 |
| HSL | 236.92º | 0.43% | 0.82% | - |
| HSV(B) | 236.92º | 0.17% | 0.9% | - |
| XYZ | 54.23 | 54.3 | 81.75 | - |
| YUV | 195.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 229 | 0.17 | 0.16 | 0 | 0.10 | 236.92 | 0.43 | 0.82 |
| Hex | BE | C0 | E5 | 11 | 10 | 0 | A | ED | 2B | 52 |
| Octal | 276 | 300 | 345 | 21 | 20 | 0 | 12 | 355 | 53 | 122 |
| Binary | 10111110 | 11000000 | 11100101 | 10001 | 10000 | 0 | 1010 | 11101101 | 101011 | 1010010 |
Color Harmonies of #BEC0E5
Complementary color
Monochromatic Colors of #BEC0E5
Black with #BEC0E5
Text Example
Text Example
White with #BEC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0E5; }
p { color: rgb(190,192,229); }
H1.HeaderClassName
{
color: #BEC0E5;
}
.AnyTagClassName
{
color: #BEC0E5;
}
</style>
background-color css
<style>
a { background-color: #BEC0E5; }
a { background-color: rgb(190,192,229); }
div.DivClassName
{
background-color: #BEC0E5;
}
.BgClassName
{
background-color: #BEC0E5;
}
</style>
border-color css
<style>
span { border-color: #BEC0E5; }
span { border-color: rgb(190,192,229); }
td.TdClassName
{
border-color: #BEC0E5;
}
.TagClassName
{
border-color: #BEC0E5;
}
</style>