Shades of Lavender Grey #BEBADD
Tints of Lavender Grey #BEBADD
RGB
CMYK
RGB Variations
Color information
#BEBADD (or 0xBEBADD) is known color: Lavender Grey. HEX triplet: BE, BA and DD. RGB value is (190,186,221). Sum of RGB (Red+Green+Blue) = 190+186+221=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADD is #414522. Grayscale: #BFBFBF. Windows color (decimal): -4277539 or 14531262. OLE color: 14531262.
HSL color Cylindrical-coordinate representation of color #BEBADD: hue angle of 246.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBADD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 186 | 221 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 246.86º | 0.34% | 0.8% | - |
| HSV(B) | 246.86º | 0.16% | 0.87% | - |
| XYZ | 51.85 | 51.29 | 75.57 | - |
| YUV | 191.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 221 | 0.14 | 0.16 | 0 | 0.13 | 246.86 | 0.34 | 0.8 |
| Hex | BE | BA | DD | E | 10 | 0 | D | F7 | 22 | 50 |
| Octal | 276 | 272 | 335 | 16 | 20 | 0 | 15 | 367 | 42 | 120 |
| Binary | 10111110 | 10111010 | 11011101 | 1110 | 10000 | 0 | 1101 | 11110111 | 100010 | 1010000 |
Color Harmonies of #BEBADD
Complementary color
Monochromatic Colors of #BEBADD
Black with #BEBADD
Text Example
Text Example
White with #BEBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBADD; }
p { color: rgb(190,186,221); }
H1.HeaderClassName
{
color: #BEBADD;
}
.AnyTagClassName
{
color: #BEBADD;
}
</style>
background-color css
<style>
a { background-color: #BEBADD; }
a { background-color: rgb(190,186,221); }
div.DivClassName
{
background-color: #BEBADD;
}
.BgClassName
{
background-color: #BEBADD;
}
</style>
border-color css
<style>
span { border-color: #BEBADD; }
span { border-color: rgb(190,186,221); }
td.TdClassName
{
border-color: #BEBADD;
}
.TagClassName
{
border-color: #BEBADD;
}
</style>