Shades of Lavender Grey #BEC0DF
Tints of Lavender Grey #BEC0DF
RGB
CMYK
RGB Variations
Color information
#BEC0DF (or 0xBEC0DF) is known color: Lavender Grey. HEX triplet: BE, C0 and DF. RGB value is (190,192,223). Sum of RGB (Red+Green+Blue) = 190+192+223=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DF is #413F20. Grayscale: #C2C2C2. Windows color (decimal): -4276001 or 14663870. OLE color: 14663870.
HSL color Cylindrical-coordinate representation of color #BEC0DF: hue angle of 236.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC0DF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 192 | 223 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 236.36º | 0.34% | 0.81% | - |
| HSV(B) | 236.36º | 0.15% | 0.87% | - |
| XYZ | 53.4 | 53.97 | 77.42 | - |
| YUV | 194.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 223 | 0.15 | 0.14 | 0 | 0.13 | 236.36 | 0.34 | 0.81 |
| Hex | BE | C0 | DF | F | E | 0 | D | EC | 22 | 51 |
| Octal | 276 | 300 | 337 | 17 | 16 | 0 | 15 | 354 | 42 | 121 |
| Binary | 10111110 | 11000000 | 11011111 | 1111 | 1110 | 0 | 1101 | 11101100 | 100010 | 1010001 |
Color Harmonies of #BEC0DF
Complementary color
Monochromatic Colors of #BEC0DF
Black with #BEC0DF
Text Example
Text Example
White with #BEC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0DF; }
p { color: rgb(190,192,223); }
H1.HeaderClassName
{
color: #BEC0DF;
}
.AnyTagClassName
{
color: #BEC0DF;
}
</style>
background-color css
<style>
a { background-color: #BEC0DF; }
a { background-color: rgb(190,192,223); }
div.DivClassName
{
background-color: #BEC0DF;
}
.BgClassName
{
background-color: #BEC0DF;
}
</style>
border-color css
<style>
span { border-color: #BEC0DF; }
span { border-color: rgb(190,192,223); }
td.TdClassName
{
border-color: #BEC0DF;
}
.TagClassName
{
border-color: #BEC0DF;
}
</style>