Shades of Lavender Grey #BEC1D3
Tints of Lavender Grey #BEC1D3
RGB
CMYK
RGB Variations
Color information
#BEC1D3 (or 0xBEC1D3) is known color: Lavender Grey. HEX triplet: BE, C1 and D3. RGB value is (190,193,211). Sum of RGB (Red+Green+Blue) = 190+193+211=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D3 is #413E2C. Grayscale: #C2C2C2. Windows color (decimal): -4275757 or 13877694. OLE color: 13877694.
HSL color Cylindrical-coordinate representation of color #BEC1D3: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC1D3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 193 | 211 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.17 |
| HSL | 231.43º | 0.19% | 0.79% | - |
| HSV(B) | 231.43º | 0.1% | 0.83% | - |
| XYZ | 52.06 | 53.79 | 69.27 | - |
| YUV | 194.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 211 | 0.10 | 0.09 | 0 | 0.17 | 231.43 | 0.19 | 0.79 |
| Hex | BE | C1 | D3 | A | 9 | 0 | 11 | E7 | 13 | 4F |
| Octal | 276 | 301 | 323 | 12 | 11 | 0 | 21 | 347 | 23 | 117 |
| Binary | 10111110 | 11000001 | 11010011 | 1010 | 1001 | 0 | 10001 | 11100111 | 10011 | 1001111 |
Color Harmonies of #BEC1D3
Complementary color
Monochromatic Colors of #BEC1D3
Black with #BEC1D3
Text Example
Text Example
White with #BEC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1D3; }
p { color: rgb(190,193,211); }
H1.HeaderClassName
{
color: #BEC1D3;
}
.AnyTagClassName
{
color: #BEC1D3;
}
</style>
background-color css
<style>
a { background-color: #BEC1D3; }
a { background-color: rgb(190,193,211); }
div.DivClassName
{
background-color: #BEC1D3;
}
.BgClassName
{
background-color: #BEC1D3;
}
</style>
border-color css
<style>
span { border-color: #BEC1D3; }
span { border-color: rgb(190,193,211); }
td.TdClassName
{
border-color: #BEC1D3;
}
.TagClassName
{
border-color: #BEC1D3;
}
</style>