Shades of Lavender Grey #BEBDE6
Tints of Lavender Grey #BEBDE6
RGB
CMYK
RGB Variations
Color information
#BEBDE6 (or 0xBEBDE6) is known color: Lavender Grey. HEX triplet: BE, BD and E6. RGB value is (190,189,230). Sum of RGB (Red+Green+Blue) = 190+189+230=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDE6 is #414219. Grayscale: #C1C1C1. Windows color (decimal): -4276762 or 15121854. OLE color: 15121854.
HSL color Cylindrical-coordinate representation of color #BEBDE6: hue angle of 241.46º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBDE6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 189 | 230 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.10 |
| HSL | 241.46º | 0.45% | 0.82% | - |
| HSV(B) | 241.46º | 0.18% | 0.9% | - |
| XYZ | 53.72 | 53.06 | 82.27 | - |
| YUV | 193.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 230 | 0.17 | 0.18 | 0 | 0.10 | 241.46 | 0.45 | 0.82 |
| Hex | BE | BD | E6 | 11 | 12 | 0 | A | F1 | 2D | 52 |
| Octal | 276 | 275 | 346 | 21 | 22 | 0 | 12 | 361 | 55 | 122 |
| Binary | 10111110 | 10111101 | 11100110 | 10001 | 10010 | 0 | 1010 | 11110001 | 101101 | 1010010 |
Color Harmonies of #BEBDE6
Complementary color
Monochromatic Colors of #BEBDE6
Black with #BEBDE6
Text Example
Text Example
White with #BEBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDE6; }
p { color: rgb(190,189,230); }
H1.HeaderClassName
{
color: #BEBDE6;
}
.AnyTagClassName
{
color: #BEBDE6;
}
</style>
background-color css
<style>
a { background-color: #BEBDE6; }
a { background-color: rgb(190,189,230); }
div.DivClassName
{
background-color: #BEBDE6;
}
.BgClassName
{
background-color: #BEBDE6;
}
</style>
border-color css
<style>
span { border-color: #BEBDE6; }
span { border-color: rgb(190,189,230); }
td.TdClassName
{
border-color: #BEBDE6;
}
.TagClassName
{
border-color: #BEBDE6;
}
</style>