Shades of Lavender Grey #BEC1D7
Tints of Lavender Grey #BEC1D7
RGB
CMYK
RGB Variations
Color information
#BEC1D7 (or 0xBEC1D7) is known color: Lavender Grey. HEX triplet: BE, C1 and D7. RGB value is (190,193,215). Sum of RGB (Red+Green+Blue) = 190+193+215=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D7 is #413E28. Grayscale: #C2C2C2. Windows color (decimal): -4275753 or 14139838. OLE color: 14139838.
HSL color Cylindrical-coordinate representation of color #BEC1D7: hue angle of 232.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC1D7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 193 | 215 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.16 |
| HSL | 232.8º | 0.24% | 0.79% | - |
| HSV(B) | 232.8º | 0.12% | 0.84% | - |
| XYZ | 52.57 | 53.99 | 71.94 | - |
| YUV | 194.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 215 | 0.12 | 0.10 | 0 | 0.16 | 232.8 | 0.24 | 0.79 |
| Hex | BE | C1 | D7 | C | A | 0 | 10 | E9 | 18 | 4F |
| Octal | 276 | 301 | 327 | 14 | 12 | 0 | 20 | 351 | 30 | 117 |
| Binary | 10111110 | 11000001 | 11010111 | 1100 | 1010 | 0 | 10000 | 11101001 | 11000 | 1001111 |
Color Harmonies of #BEC1D7
Complementary color
Monochromatic Colors of #BEC1D7
Black with #BEC1D7
Text Example
Text Example
White with #BEC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1D7; }
p { color: rgb(190,193,215); }
H1.HeaderClassName
{
color: #BEC1D7;
}
.AnyTagClassName
{
color: #BEC1D7;
}
</style>
background-color css
<style>
a { background-color: #BEC1D7; }
a { background-color: rgb(190,193,215); }
div.DivClassName
{
background-color: #BEC1D7;
}
.BgClassName
{
background-color: #BEC1D7;
}
</style>
border-color css
<style>
span { border-color: #BEC1D7; }
span { border-color: rgb(190,193,215); }
td.TdClassName
{
border-color: #BEC1D7;
}
.TagClassName
{
border-color: #BEC1D7;
}
</style>