Shades of Lavender Grey #BEC1D5
Tints of Lavender Grey #BEC1D5
RGB
CMYK
RGB Variations
Color information
#BEC1D5 (or 0xBEC1D5) is known color: Lavender Grey. HEX triplet: BE, C1 and D5. RGB value is (190,193,213). Sum of RGB (Red+Green+Blue) = 190+193+213=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D5 is #413E2A. Grayscale: #C2C2C2. Windows color (decimal): -4275755 or 14008766. OLE color: 14008766.
HSL color Cylindrical-coordinate representation of color #BEC1D5: hue angle of 232.17º 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 #BEC1D5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 193 | 213 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.16 |
| HSL | 232.17º | 0.21% | 0.79% | - |
| HSV(B) | 232.17º | 0.11% | 0.84% | - |
| XYZ | 52.32 | 53.89 | 70.6 | - |
| YUV | 194.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 213 | 0.11 | 0.09 | 0 | 0.16 | 232.17 | 0.21 | 0.79 |
| Hex | BE | C1 | D5 | B | 9 | 0 | 10 | E8 | 15 | 4F |
| Octal | 276 | 301 | 325 | 13 | 11 | 0 | 20 | 350 | 25 | 117 |
| Binary | 10111110 | 11000001 | 11010101 | 1011 | 1001 | 0 | 10000 | 11101000 | 10101 | 1001111 |
Color Harmonies of #BEC1D5
Complementary color
Monochromatic Colors of #BEC1D5
Black with #BEC1D5
Text Example
Text Example
White with #BEC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1D5; }
p { color: rgb(190,193,213); }
H1.HeaderClassName
{
color: #BEC1D5;
}
.AnyTagClassName
{
color: #BEC1D5;
}
</style>
background-color css
<style>
a { background-color: #BEC1D5; }
a { background-color: rgb(190,193,213); }
div.DivClassName
{
background-color: #BEC1D5;
}
.BgClassName
{
background-color: #BEC1D5;
}
</style>
border-color css
<style>
span { border-color: #BEC1D5; }
span { border-color: rgb(190,193,213); }
td.TdClassName
{
border-color: #BEC1D5;
}
.TagClassName
{
border-color: #BEC1D5;
}
</style>