Shades of Lavender Grey #BEBDD5
Tints of Lavender Grey #BEBDD5
RGB
CMYK
RGB Variations
Color information
#BEBDD5 (or 0xBEBDD5) is known color: Lavender Grey. HEX triplet: BE, BD and D5. RGB value is (190,189,213). Sum of RGB (Red+Green+Blue) = 190+189+213=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD5 is #41422A. Grayscale: #BFBFBF. Windows color (decimal): -4276779 or 14007742. OLE color: 14007742.
HSL color Cylindrical-coordinate representation of color #BEBDD5: hue angle of 242.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBDD5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 189 | 213 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.16 |
| HSL | 242.5º | 0.22% | 0.79% | - |
| HSV(B) | 242.5º | 0.11% | 0.84% | - |
| XYZ | 51.44 | 52.15 | 70.3 | - |
| YUV | 192.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 213 | 0.11 | 0.11 | 0 | 0.16 | 242.5 | 0.22 | 0.79 |
| Hex | BE | BD | D5 | B | B | 0 | 10 | F2 | 16 | 4F |
| Octal | 276 | 275 | 325 | 13 | 13 | 0 | 20 | 362 | 26 | 117 |
| Binary | 10111110 | 10111101 | 11010101 | 1011 | 1011 | 0 | 10000 | 11110010 | 10110 | 1001111 |
Color Harmonies of #BEBDD5
Complementary color
Monochromatic Colors of #BEBDD5
Black with #BEBDD5
Text Example
Text Example
White with #BEBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDD5; }
p { color: rgb(190,189,213); }
H1.HeaderClassName
{
color: #BEBDD5;
}
.AnyTagClassName
{
color: #BEBDD5;
}
</style>
background-color css
<style>
a { background-color: #BEBDD5; }
a { background-color: rgb(190,189,213); }
div.DivClassName
{
background-color: #BEBDD5;
}
.BgClassName
{
background-color: #BEBDD5;
}
</style>
border-color css
<style>
span { border-color: #BEBDD5; }
span { border-color: rgb(190,189,213); }
td.TdClassName
{
border-color: #BEBDD5;
}
.TagClassName
{
border-color: #BEBDD5;
}
</style>