Shades of Lavender Grey #BEBDEA
Tints of Lavender Grey #BEBDEA
RGB
CMYK
RGB Variations
Color information
#BEBDEA (or 0xBEBDEA) is known color: Lavender Grey. HEX triplet: BE, BD and EA. RGB value is (190,189,234). Sum of RGB (Red+Green+Blue) = 190+189+234=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDEA is #414215. Grayscale: #C2C2C2. Windows color (decimal): -4276758 or 15383998. OLE color: 15383998.
HSL color Cylindrical-coordinate representation of color #BEBDEA: hue angle of 241.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBDEA is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 189 | 234 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.08 |
| HSL | 241.33º | 0.52% | 0.83% | - |
| HSV(B) | 241.33º | 0.19% | 0.92% | - |
| XYZ | 54.28 | 53.28 | 85.27 | - |
| YUV | 194.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 234 | 0.19 | 0.19 | 0 | 0.08 | 241.33 | 0.52 | 0.83 |
| Hex | BE | BD | EA | 13 | 13 | 0 | 8 | F1 | 34 | 53 |
| Octal | 276 | 275 | 352 | 23 | 23 | 0 | 10 | 361 | 64 | 123 |
| Binary | 10111110 | 10111101 | 11101010 | 10011 | 10011 | 0 | 1000 | 11110001 | 110100 | 1010011 |
Color Harmonies of #BEBDEA
Complementary color
Monochromatic Colors of #BEBDEA
Black with #BEBDEA
Text Example
Text Example
White with #BEBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDEA; }
p { color: rgb(190,189,234); }
H1.HeaderClassName
{
color: #BEBDEA;
}
.AnyTagClassName
{
color: #BEBDEA;
}
</style>
background-color css
<style>
a { background-color: #BEBDEA; }
a { background-color: rgb(190,189,234); }
div.DivClassName
{
background-color: #BEBDEA;
}
.BgClassName
{
background-color: #BEBDEA;
}
</style>
border-color css
<style>
span { border-color: #BEBDEA; }
span { border-color: rgb(190,189,234); }
td.TdClassName
{
border-color: #BEBDEA;
}
.TagClassName
{
border-color: #BEBDEA;
}
</style>