Shades of Lavender Grey #BEBBE5
Tints of Lavender Grey #BEBBE5
RGB
CMYK
RGB Variations
Color information
#BEBBE5 (or 0xBEBBE5) is known color: Lavender Grey. HEX triplet: BE, BB and E5. RGB value is (190,187,229). Sum of RGB (Red+Green+Blue) = 190+187+229=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBE5 is #41441A. Grayscale: #C0C0C0. Windows color (decimal): -4277275 or 15055806. OLE color: 15055806.
HSL color Cylindrical-coordinate representation of color #BEBBE5: hue angle of 244.29º 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 #BEBBE5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 187 | 229 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.10 |
| HSL | 244.29º | 0.45% | 0.82% | - |
| HSV(B) | 244.29º | 0.18% | 0.9% | - |
| XYZ | 53.15 | 52.14 | 81.39 | - |
| YUV | 192.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 229 | 0.17 | 0.18 | 0 | 0.10 | 244.29 | 0.45 | 0.82 |
| Hex | BE | BB | E5 | 11 | 12 | 0 | A | F4 | 2D | 52 |
| Octal | 276 | 273 | 345 | 21 | 22 | 0 | 12 | 364 | 55 | 122 |
| Binary | 10111110 | 10111011 | 11100101 | 10001 | 10010 | 0 | 1010 | 11110100 | 101101 | 1010010 |
Color Harmonies of #BEBBE5
Complementary color
Monochromatic Colors of #BEBBE5
Black with #BEBBE5
Text Example
Text Example
White with #BEBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBE5; }
p { color: rgb(190,187,229); }
H1.HeaderClassName
{
color: #BEBBE5;
}
.AnyTagClassName
{
color: #BEBBE5;
}
</style>
background-color css
<style>
a { background-color: #BEBBE5; }
a { background-color: rgb(190,187,229); }
div.DivClassName
{
background-color: #BEBBE5;
}
.BgClassName
{
background-color: #BEBBE5;
}
</style>
border-color css
<style>
span { border-color: #BEBBE5; }
span { border-color: rgb(190,187,229); }
td.TdClassName
{
border-color: #BEBBE5;
}
.TagClassName
{
border-color: #BEBBE5;
}
</style>