Shades of Lavender Grey #BEC0CD
Tints of Lavender Grey #BEC0CD
RGB
CMYK
RGB Variations
Color information
#BEC0CD (or 0xBEC0CD) is known color: Lavender Grey. HEX triplet: BE, C0 and CD. RGB value is (190,192,205). Sum of RGB (Red+Green+Blue) = 190+192+205=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CD is #413F32. Grayscale: #C0C0C0. Windows color (decimal): -4276019 or 13484222. OLE color: 13484222.
HSL color Cylindrical-coordinate representation of color #BEC0CD: hue angle of 232º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC0CD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 192 | 205 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.20 |
| HSL | 232º | 0.13% | 0.77% | - |
| HSV(B) | 232º | 0.07% | 0.8% | - |
| XYZ | 51.1 | 53.05 | 65.3 | - |
| YUV | 192.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 205 | 0.07 | 0.06 | 0 | 0.20 | 232 | 0.13 | 0.77 |
| Hex | BE | C0 | CD | 7 | 6 | 0 | 14 | E8 | D | 4D |
| Octal | 276 | 300 | 315 | 7 | 6 | 0 | 24 | 350 | 15 | 115 |
| Binary | 10111110 | 11000000 | 11001101 | 111 | 110 | 0 | 10100 | 11101000 | 1101 | 1001101 |
Color Harmonies of #BEC0CD
Complementary color
Monochromatic Colors of #BEC0CD
Black with #BEC0CD
Text Example
Text Example
White with #BEC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0CD; }
p { color: rgb(190,192,205); }
H1.HeaderClassName
{
color: #BEC0CD;
}
.AnyTagClassName
{
color: #BEC0CD;
}
</style>
background-color css
<style>
a { background-color: #BEC0CD; }
a { background-color: rgb(190,192,205); }
div.DivClassName
{
background-color: #BEC0CD;
}
.BgClassName
{
background-color: #BEC0CD;
}
</style>
border-color css
<style>
span { border-color: #BEC0CD; }
span { border-color: rgb(190,192,205); }
td.TdClassName
{
border-color: #BEC0CD;
}
.TagClassName
{
border-color: #BEC0CD;
}
</style>