Shades of Lavender Grey #BEBAEA
Tints of Lavender Grey #BEBAEA
RGB
CMYK
RGB Variations
Color information
#BEBAEA (or 0xBEBAEA) is known color: Lavender Grey. HEX triplet: BE, BA and EA. RGB value is (190,186,234). Sum of RGB (Red+Green+Blue) = 190+186+234=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAEA is #414515. Grayscale: #C0C0C0. Windows color (decimal): -4277526 or 15383230. OLE color: 15383230.
HSL color Cylindrical-coordinate representation of color #BEBAEA: hue angle of 245º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBAEA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 186 | 234 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.08 |
| HSL | 245º | 0.53% | 0.82% | - |
| HSV(B) | 245º | 0.21% | 0.92% | - |
| XYZ | 53.65 | 52.01 | 85.05 | - |
| YUV | 192.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 234 | 0.19 | 0.21 | 0 | 0.08 | 245 | 0.53 | 0.82 |
| Hex | BE | BA | EA | 13 | 15 | 0 | 8 | F5 | 35 | 52 |
| Octal | 276 | 272 | 352 | 23 | 25 | 0 | 10 | 365 | 65 | 122 |
| Binary | 10111110 | 10111010 | 11101010 | 10011 | 10101 | 0 | 1000 | 11110101 | 110101 | 1010010 |
Color Harmonies of #BEBAEA
Complementary color
Monochromatic Colors of #BEBAEA
Black with #BEBAEA
Text Example
Text Example
White with #BEBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAEA; }
p { color: rgb(190,186,234); }
H1.HeaderClassName
{
color: #BEBAEA;
}
.AnyTagClassName
{
color: #BEBAEA;
}
</style>
background-color css
<style>
a { background-color: #BEBAEA; }
a { background-color: rgb(190,186,234); }
div.DivClassName
{
background-color: #BEBAEA;
}
.BgClassName
{
background-color: #BEBAEA;
}
</style>
border-color css
<style>
span { border-color: #BEBAEA; }
span { border-color: rgb(190,186,234); }
td.TdClassName
{
border-color: #BEBAEA;
}
.TagClassName
{
border-color: #BEBAEA;
}
</style>