Shades of Lavender Grey #BEC1DE
Tints of Lavender Grey #BEC1DE
RGB
CMYK
RGB Variations
Color information
#BEC1DE (or 0xBEC1DE) is known color: Lavender Grey. HEX triplet: BE, C1 and DE. RGB value is (190,193,222). Sum of RGB (Red+Green+Blue) = 190+193+222=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1DE is #413E21. Grayscale: #C3C3C3. Windows color (decimal): -4275746 or 14598590. OLE color: 14598590.
HSL color Cylindrical-coordinate representation of color #BEC1DE: hue angle of 234.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC1DE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 193 | 222 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.13 |
| HSL | 234.38º | 0.33% | 0.81% | - |
| HSV(B) | 234.38º | 0.14% | 0.87% | - |
| XYZ | 53.49 | 54.36 | 76.78 | - |
| YUV | 195.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 222 | 0.14 | 0.13 | 0 | 0.13 | 234.38 | 0.33 | 0.81 |
| Hex | BE | C1 | DE | E | D | 0 | D | EA | 21 | 51 |
| Octal | 276 | 301 | 336 | 16 | 15 | 0 | 15 | 352 | 41 | 121 |
| Binary | 10111110 | 11000001 | 11011110 | 1110 | 1101 | 0 | 1101 | 11101010 | 100001 | 1010001 |
Color Harmonies of #BEC1DE
Complementary color
Monochromatic Colors of #BEC1DE
Black with #BEC1DE
Text Example
Text Example
White with #BEC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1DE; }
p { color: rgb(190,193,222); }
H1.HeaderClassName
{
color: #BEC1DE;
}
.AnyTagClassName
{
color: #BEC1DE;
}
</style>
background-color css
<style>
a { background-color: #BEC1DE; }
a { background-color: rgb(190,193,222); }
div.DivClassName
{
background-color: #BEC1DE;
}
.BgClassName
{
background-color: #BEC1DE;
}
</style>
border-color css
<style>
span { border-color: #BEC1DE; }
span { border-color: rgb(190,193,222); }
td.TdClassName
{
border-color: #BEC1DE;
}
.TagClassName
{
border-color: #BEC1DE;
}
</style>