Shades of Lavender Grey #BEC0D5
Tints of Lavender Grey #BEC0D5
RGB
CMYK
RGB Variations
Color information
#BEC0D5 (or 0xBEC0D5) is known color: Lavender Grey. HEX triplet: BE, C0 and D5. RGB value is (190,192,213). Sum of RGB (Red+Green+Blue) = 190+192+213=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0D5 is #413F2A. Grayscale: #C1C1C1. Windows color (decimal): -4276011 or 14008510. OLE color: 14008510.
HSL color Cylindrical-coordinate representation of color #BEC0D5: hue angle of 234.78º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC0D5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 192 | 213 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.16 |
| HSL | 234.78º | 0.21% | 0.79% | - |
| HSV(B) | 234.78º | 0.11% | 0.84% | - |
| XYZ | 52.1 | 53.45 | 70.52 | - |
| YUV | 193.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 213 | 0.11 | 0.10 | 0 | 0.16 | 234.78 | 0.21 | 0.79 |
| Hex | BE | C0 | D5 | B | A | 0 | 10 | EB | 15 | 4F |
| Octal | 276 | 300 | 325 | 13 | 12 | 0 | 20 | 353 | 25 | 117 |
| Binary | 10111110 | 11000000 | 11010101 | 1011 | 1010 | 0 | 10000 | 11101011 | 10101 | 1001111 |
Color Harmonies of #BEC0D5
Complementary color
Monochromatic Colors of #BEC0D5
Black with #BEC0D5
Text Example
Text Example
White with #BEC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0D5; }
p { color: rgb(190,192,213); }
H1.HeaderClassName
{
color: #BEC0D5;
}
.AnyTagClassName
{
color: #BEC0D5;
}
</style>
background-color css
<style>
a { background-color: #BEC0D5; }
a { background-color: rgb(190,192,213); }
div.DivClassName
{
background-color: #BEC0D5;
}
.BgClassName
{
background-color: #BEC0D5;
}
</style>
border-color css
<style>
span { border-color: #BEC0D5; }
span { border-color: rgb(190,192,213); }
td.TdClassName
{
border-color: #BEC0D5;
}
.TagClassName
{
border-color: #BEC0D5;
}
</style>