Shades of Lavender Grey #BEBDE5
Tints of Lavender Grey #BEBDE5
RGB
CMYK
RGB Variations
Color information
#BEBDE5 (or 0xBEBDE5) is known color: Lavender Grey. HEX triplet: BE, BD and E5. RGB value is (190,189,229). Sum of RGB (Red+Green+Blue) = 190+189+229=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDE5 is #41421A. Grayscale: #C1C1C1. Windows color (decimal): -4276763 or 15056318. OLE color: 15056318.
HSL color Cylindrical-coordinate representation of color #BEBDE5: hue angle of 241.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBDE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 189 | 229 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 241.5º | 0.43% | 0.82% | - |
| HSV(B) | 241.5º | 0.17% | 0.9% | - |
| XYZ | 53.58 | 53 | 81.53 | - |
| YUV | 193.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 229 | 0.17 | 0.17 | 0 | 0.10 | 241.5 | 0.43 | 0.82 |
| Hex | BE | BD | E5 | 11 | 11 | 0 | A | F2 | 2B | 52 |
| Octal | 276 | 275 | 345 | 21 | 21 | 0 | 12 | 362 | 53 | 122 |
| Binary | 10111110 | 10111101 | 11100101 | 10001 | 10001 | 0 | 1010 | 11110010 | 101011 | 1010010 |
Color Harmonies of #BEBDE5
Complementary color
Monochromatic Colors of #BEBDE5
Black with #BEBDE5
Text Example
Text Example
White with #BEBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDE5; }
p { color: rgb(190,189,229); }
H1.HeaderClassName
{
color: #BEBDE5;
}
.AnyTagClassName
{
color: #BEBDE5;
}
</style>
background-color css
<style>
a { background-color: #BEBDE5; }
a { background-color: rgb(190,189,229); }
div.DivClassName
{
background-color: #BEBDE5;
}
.BgClassName
{
background-color: #BEBDE5;
}
</style>
border-color css
<style>
span { border-color: #BEBDE5; }
span { border-color: rgb(190,189,229); }
td.TdClassName
{
border-color: #BEBDE5;
}
.TagClassName
{
border-color: #BEBDE5;
}
</style>