Shades of Lavender Grey #BEBCD5
Tints of Lavender Grey #BEBCD5
RGB
CMYK
RGB Variations
Color information
#BEBCD5 (or 0xBEBCD5) is known color: Lavender Grey. HEX triplet: BE, BC and D5. RGB value is (190,188,213). Sum of RGB (Red+Green+Blue) = 190+188+213=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD5 is #41432A. Grayscale: #BFBFBF. Windows color (decimal): -4277035 or 14007486. OLE color: 14007486.
HSL color Cylindrical-coordinate representation of color #BEBCD5: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBCD5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 188 | 213 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.16 |
| HSL | 244.8º | 0.23% | 0.79% | - |
| HSV(B) | 244.8º | 0.12% | 0.84% | - |
| XYZ | 51.23 | 51.72 | 70.23 | - |
| YUV | 191.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 213 | 0.11 | 0.12 | 0 | 0.16 | 244.8 | 0.23 | 0.79 |
| Hex | BE | BC | D5 | B | C | 0 | 10 | F5 | 17 | 4F |
| Octal | 276 | 274 | 325 | 13 | 14 | 0 | 20 | 365 | 27 | 117 |
| Binary | 10111110 | 10111100 | 11010101 | 1011 | 1100 | 0 | 10000 | 11110101 | 10111 | 1001111 |
Color Harmonies of #BEBCD5
Complementary color
Monochromatic Colors of #BEBCD5
Black with #BEBCD5
Text Example
Text Example
White with #BEBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCD5; }
p { color: rgb(190,188,213); }
H1.HeaderClassName
{
color: #BEBCD5;
}
.AnyTagClassName
{
color: #BEBCD5;
}
</style>
background-color css
<style>
a { background-color: #BEBCD5; }
a { background-color: rgb(190,188,213); }
div.DivClassName
{
background-color: #BEBCD5;
}
.BgClassName
{
background-color: #BEBCD5;
}
</style>
border-color css
<style>
span { border-color: #BEBCD5; }
span { border-color: rgb(190,188,213); }
td.TdClassName
{
border-color: #BEBCD5;
}
.TagClassName
{
border-color: #BEBCD5;
}
</style>