Shades of Lavender Grey #BEC0DD
Tints of Lavender Grey #BEC0DD
RGB
CMYK
RGB Variations
Color information
#BEC0DD (or 0xBEC0DD) is known color: Lavender Grey. HEX triplet: BE, C0 and DD. RGB value is (190,192,221). Sum of RGB (Red+Green+Blue) = 190+192+221=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DD is #413F22. Grayscale: #C2C2C2. Windows color (decimal): -4276003 or 14532798. OLE color: 14532798.
HSL color Cylindrical-coordinate representation of color #BEC0DD: hue angle of 236.13º degrees, saturation: 0.31, 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 #BEC0DD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 192 | 221 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.13 |
| HSL | 236.13º | 0.31% | 0.81% | - |
| HSV(B) | 236.13º | 0.14% | 0.87% | - |
| XYZ | 53.14 | 53.87 | 76 | - |
| YUV | 194.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 221 | 0.14 | 0.13 | 0 | 0.13 | 236.13 | 0.31 | 0.81 |
| Hex | BE | C0 | DD | E | D | 0 | D | EC | 1F | 51 |
| Octal | 276 | 300 | 335 | 16 | 15 | 0 | 15 | 354 | 37 | 121 |
| Binary | 10111110 | 11000000 | 11011101 | 1110 | 1101 | 0 | 1101 | 11101100 | 11111 | 1010001 |
Color Harmonies of #BEC0DD
Complementary color
Monochromatic Colors of #BEC0DD
Black with #BEC0DD
Text Example
Text Example
White with #BEC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0DD; }
p { color: rgb(190,192,221); }
H1.HeaderClassName
{
color: #BEC0DD;
}
.AnyTagClassName
{
color: #BEC0DD;
}
</style>
background-color css
<style>
a { background-color: #BEC0DD; }
a { background-color: rgb(190,192,221); }
div.DivClassName
{
background-color: #BEC0DD;
}
.BgClassName
{
background-color: #BEC0DD;
}
</style>
border-color css
<style>
span { border-color: #BEC0DD; }
span { border-color: rgb(190,192,221); }
td.TdClassName
{
border-color: #BEC0DD;
}
.TagClassName
{
border-color: #BEC0DD;
}
</style>