Shades of Lavender Grey #BEBDE8
Tints of Lavender Grey #BEBDE8
RGB
CMYK
RGB Variations
Color information
#BEBDE8 (or 0xBEBDE8) is known color: Lavender Grey. HEX triplet: BE, BD and E8. RGB value is (190,189,232). Sum of RGB (Red+Green+Blue) = 190+189+232=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDE8 is #414217. Grayscale: #C2C2C2. Windows color (decimal): -4276760 or 15252926. OLE color: 15252926.
HSL color Cylindrical-coordinate representation of color #BEBDE8: hue angle of 241.4º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBDE8 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 189 | 232 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.09 |
| HSL | 241.4º | 0.48% | 0.83% | - |
| HSV(B) | 241.4º | 0.19% | 0.91% | - |
| XYZ | 54 | 53.17 | 83.76 | - |
| YUV | 194.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 232 | 0.18 | 0.19 | 0 | 0.09 | 241.4 | 0.48 | 0.83 |
| Hex | BE | BD | E8 | 12 | 13 | 0 | 9 | F1 | 30 | 53 |
| Octal | 276 | 275 | 350 | 22 | 23 | 0 | 11 | 361 | 60 | 123 |
| Binary | 10111110 | 10111101 | 11101000 | 10010 | 10011 | 0 | 1001 | 11110001 | 110000 | 1010011 |
Color Harmonies of #BEBDE8
Complementary color
Monochromatic Colors of #BEBDE8
Black with #BEBDE8
Text Example
Text Example
White with #BEBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDE8; }
p { color: rgb(190,189,232); }
H1.HeaderClassName
{
color: #BEBDE8;
}
.AnyTagClassName
{
color: #BEBDE8;
}
</style>
background-color css
<style>
a { background-color: #BEBDE8; }
a { background-color: rgb(190,189,232); }
div.DivClassName
{
background-color: #BEBDE8;
}
.BgClassName
{
background-color: #BEBDE8;
}
</style>
border-color css
<style>
span { border-color: #BEBDE8; }
span { border-color: rgb(190,189,232); }
td.TdClassName
{
border-color: #BEBDE8;
}
.TagClassName
{
border-color: #BEBDE8;
}
</style>