Shades of Lavender Grey #BEC1D2
Tints of Lavender Grey #BEC1D2
RGB
CMYK
RGB Variations
Color information
#BEC1D2 (or 0xBEC1D2) is known color: Lavender Grey. HEX triplet: BE, C1 and D2. RGB value is (190,193,210). Sum of RGB (Red+Green+Blue) = 190+193+210=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D2 is #413E2D. Grayscale: #C1C1C1. Windows color (decimal): -4275758 or 13812158. OLE color: 13812158.
HSL color Cylindrical-coordinate representation of color #BEC1D2: hue angle of 231º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC1D2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 193 | 210 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.18 |
| HSL | 231º | 0.18% | 0.78% | - |
| HSV(B) | 231º | 0.1% | 0.82% | - |
| XYZ | 51.94 | 53.74 | 68.61 | - |
| YUV | 194.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 210 | 0.10 | 0.08 | 0 | 0.18 | 231 | 0.18 | 0.78 |
| Hex | BE | C1 | D2 | A | 8 | 0 | 12 | E7 | 12 | 4E |
| Octal | 276 | 301 | 322 | 12 | 10 | 0 | 22 | 347 | 22 | 116 |
| Binary | 10111110 | 11000001 | 11010010 | 1010 | 1000 | 0 | 10010 | 11100111 | 10010 | 1001110 |
Color Harmonies of #BEC1D2
Complementary color
Monochromatic Colors of #BEC1D2
Black with #BEC1D2
Text Example
Text Example
White with #BEC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1D2; }
p { color: rgb(190,193,210); }
H1.HeaderClassName
{
color: #BEC1D2;
}
.AnyTagClassName
{
color: #BEC1D2;
}
</style>
background-color css
<style>
a { background-color: #BEC1D2; }
a { background-color: rgb(190,193,210); }
div.DivClassName
{
background-color: #BEC1D2;
}
.BgClassName
{
background-color: #BEC1D2;
}
</style>
border-color css
<style>
span { border-color: #BEC1D2; }
span { border-color: rgb(190,193,210); }
td.TdClassName
{
border-color: #BEC1D2;
}
.TagClassName
{
border-color: #BEC1D2;
}
</style>