Shades of Lavender Grey #BEC0DC
Tints of Lavender Grey #BEC0DC
RGB
CMYK
RGB Variations
Color information
#BEC0DC (or 0xBEC0DC) is known color: Lavender Grey. HEX triplet: BE, C0 and DC. RGB value is (190,192,220). Sum of RGB (Red+Green+Blue) = 190+192+220=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DC is #413F23. Grayscale: #C2C2C2. Windows color (decimal): -4276004 or 14467262. OLE color: 14467262.
HSL color Cylindrical-coordinate representation of color #BEC0DC: hue angle of 236º 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 #BEC0DC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 192 | 220 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.14 |
| HSL | 236º | 0.3% | 0.8% | - |
| HSV(B) | 236º | 0.14% | 0.86% | - |
| XYZ | 53 | 53.81 | 75.3 | - |
| YUV | 194.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 220 | 0.14 | 0.13 | 0 | 0.14 | 236 | 0.3 | 0.8 |
| Hex | BE | C0 | DC | E | D | 0 | E | EC | 1E | 50 |
| Octal | 276 | 300 | 334 | 16 | 15 | 0 | 16 | 354 | 36 | 120 |
| Binary | 10111110 | 11000000 | 11011100 | 1110 | 1101 | 0 | 1110 | 11101100 | 11110 | 1010000 |
Color Harmonies of #BEC0DC
Complementary color
Monochromatic Colors of #BEC0DC
Black with #BEC0DC
Text Example
Text Example
White with #BEC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0DC; }
p { color: rgb(190,192,220); }
H1.HeaderClassName
{
color: #BEC0DC;
}
.AnyTagClassName
{
color: #BEC0DC;
}
</style>
background-color css
<style>
a { background-color: #BEC0DC; }
a { background-color: rgb(190,192,220); }
div.DivClassName
{
background-color: #BEC0DC;
}
.BgClassName
{
background-color: #BEC0DC;
}
</style>
border-color css
<style>
span { border-color: #BEC0DC; }
span { border-color: rgb(190,192,220); }
td.TdClassName
{
border-color: #BEC0DC;
}
.TagClassName
{
border-color: #BEC0DC;
}
</style>