Shades of Lavender Grey #BEBBD5
Tints of Lavender Grey #BEBBD5
RGB
CMYK
RGB Variations
Color information
#BEBBD5 (or 0xBEBBD5) is known color: Lavender Grey. HEX triplet: BE, BB and D5. RGB value is (190,187,213). Sum of RGB (Red+Green+Blue) = 190+187+213=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD5 is #41442A. Grayscale: #BEBEBE. Windows color (decimal): -4277291 or 14007230. OLE color: 14007230.
HSL color Cylindrical-coordinate representation of color #BEBBD5: hue angle of 246.92º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBBD5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 187 | 213 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.16 |
| HSL | 246.92º | 0.24% | 0.78% | - |
| HSV(B) | 246.92º | 0.12% | 0.84% | - |
| XYZ | 51.02 | 51.29 | 70.16 | - |
| YUV | 190.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 213 | 0.11 | 0.12 | 0 | 0.16 | 246.92 | 0.24 | 0.78 |
| Hex | BE | BB | D5 | B | C | 0 | 10 | F7 | 18 | 4E |
| Octal | 276 | 273 | 325 | 13 | 14 | 0 | 20 | 367 | 30 | 116 |
| Binary | 10111110 | 10111011 | 11010101 | 1011 | 1100 | 0 | 10000 | 11110111 | 11000 | 1001110 |
Color Harmonies of #BEBBD5
Complementary color
Monochromatic Colors of #BEBBD5
Black with #BEBBD5
Text Example
Text Example
White with #BEBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBD5; }
p { color: rgb(190,187,213); }
H1.HeaderClassName
{
color: #BEBBD5;
}
.AnyTagClassName
{
color: #BEBBD5;
}
</style>
background-color css
<style>
a { background-color: #BEBBD5; }
a { background-color: rgb(190,187,213); }
div.DivClassName
{
background-color: #BEBBD5;
}
.BgClassName
{
background-color: #BEBBD5;
}
</style>
border-color css
<style>
span { border-color: #BEBBD5; }
span { border-color: rgb(190,187,213); }
td.TdClassName
{
border-color: #BEBBD5;
}
.TagClassName
{
border-color: #BEBBD5;
}
</style>