Shades of Lavender Grey #BEBBD8
Tints of Lavender Grey #BEBBD8
RGB
CMYK
RGB Variations
Color information
#BEBBD8 (or 0xBEBBD8) is known color: Lavender Grey. HEX triplet: BE, BB and D8. RGB value is (190,187,216). Sum of RGB (Red+Green+Blue) = 190+187+216=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD8 is #414427. Grayscale: #BFBFBF. Windows color (decimal): -4277288 or 14203838. OLE color: 14203838.
HSL color Cylindrical-coordinate representation of color #BEBBD8: hue angle of 246.21º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBBD8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 187 | 216 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.15 |
| HSL | 246.21º | 0.27% | 0.79% | - |
| HSV(B) | 246.21º | 0.13% | 0.85% | - |
| XYZ | 51.4 | 51.45 | 72.19 | - |
| YUV | 191.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 216 | 0.12 | 0.13 | 0 | 0.15 | 246.21 | 0.27 | 0.79 |
| Hex | BE | BB | D8 | C | D | 0 | F | F6 | 1B | 4F |
| Octal | 276 | 273 | 330 | 14 | 15 | 0 | 17 | 366 | 33 | 117 |
| Binary | 10111110 | 10111011 | 11011000 | 1100 | 1101 | 0 | 1111 | 11110110 | 11011 | 1001111 |
Color Harmonies of #BEBBD8
Complementary color
Monochromatic Colors of #BEBBD8
Black with #BEBBD8
Text Example
Text Example
White with #BEBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBD8; }
p { color: rgb(190,187,216); }
H1.HeaderClassName
{
color: #BEBBD8;
}
.AnyTagClassName
{
color: #BEBBD8;
}
</style>
background-color css
<style>
a { background-color: #BEBBD8; }
a { background-color: rgb(190,187,216); }
div.DivClassName
{
background-color: #BEBBD8;
}
.BgClassName
{
background-color: #BEBBD8;
}
</style>
border-color css
<style>
span { border-color: #BEBBD8; }
span { border-color: rgb(190,187,216); }
td.TdClassName
{
border-color: #BEBBD8;
}
.TagClassName
{
border-color: #BEBBD8;
}
</style>