Shades of Lavender Grey #BEC1DC
Tints of Lavender Grey #BEC1DC
RGB
CMYK
RGB Variations
Color information
#BEC1DC (or 0xBEC1DC) is known color: Lavender Grey. HEX triplet: BE, C1 and DC. RGB value is (190,193,220). Sum of RGB (Red+Green+Blue) = 190+193+220=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1DC is #413E23. Grayscale: #C3C3C3. Windows color (decimal): -4275748 or 14467518. OLE color: 14467518.
HSL color Cylindrical-coordinate representation of color #BEC1DC: hue angle of 234º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC1DC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 193 | 220 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.14 |
| HSL | 234º | 0.3% | 0.8% | - |
| HSV(B) | 234º | 0.14% | 0.86% | - |
| XYZ | 53.22 | 54.25 | 75.38 | - |
| YUV | 195.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 220 | 0.14 | 0.12 | 0 | 0.14 | 234 | 0.3 | 0.8 |
| Hex | BE | C1 | DC | E | C | 0 | E | EA | 1E | 50 |
| Octal | 276 | 301 | 334 | 16 | 14 | 0 | 16 | 352 | 36 | 120 |
| Binary | 10111110 | 11000001 | 11011100 | 1110 | 1100 | 0 | 1110 | 11101010 | 11110 | 1010000 |
Color Harmonies of #BEC1DC
Complementary color
Monochromatic Colors of #BEC1DC
Black with #BEC1DC
Text Example
Text Example
White with #BEC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1DC; }
p { color: rgb(190,193,220); }
H1.HeaderClassName
{
color: #BEC1DC;
}
.AnyTagClassName
{
color: #BEC1DC;
}
</style>
background-color css
<style>
a { background-color: #BEC1DC; }
a { background-color: rgb(190,193,220); }
div.DivClassName
{
background-color: #BEC1DC;
}
.BgClassName
{
background-color: #BEC1DC;
}
</style>
border-color css
<style>
span { border-color: #BEC1DC; }
span { border-color: rgb(190,193,220); }
td.TdClassName
{
border-color: #BEC1DC;
}
.TagClassName
{
border-color: #BEC1DC;
}
</style>