Shades of Lavender Grey #BBBAE1
Tints of Lavender Grey #BBBAE1
RGB
CMYK
RGB Variations
Color information
#BBBAE1 (or 0xBBBAE1) is known color: Lavender Grey. HEX triplet: BB, BA and E1. RGB value is (187,186,225). Sum of RGB (Red+Green+Blue) = 187+186+225=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAE1 is #44451E. Grayscale: #BEBEBE. Windows color (decimal): -4474143 or 14793403. OLE color: 14793403.
HSL color Cylindrical-coordinate representation of color #BBBAE1: hue angle of 241.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBAE1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 186 | 225 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.12 |
| HSL | 241.54º | 0.39% | 0.81% | - |
| HSV(B) | 241.54º | 0.17% | 0.88% | - |
| XYZ | 51.64 | 51.12 | 78.38 | - |
| YUV | 190.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 225 | 0.17 | 0.17 | 0 | 0.12 | 241.54 | 0.39 | 0.81 |
| Hex | BB | BA | E1 | 11 | 11 | 0 | C | F2 | 27 | 51 |
| Octal | 273 | 272 | 341 | 21 | 21 | 0 | 14 | 362 | 47 | 121 |
| Binary | 10111011 | 10111010 | 11100001 | 10001 | 10001 | 0 | 1100 | 11110010 | 100111 | 1010001 |
Color Harmonies of #BBBAE1
Complementary color
Monochromatic Colors of #BBBAE1
Black with #BBBAE1
Text Example
Text Example
White with #BBBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAE1; }
p { color: rgb(187,186,225); }
H1.HeaderClassName
{
color: #BBBAE1;
}
.AnyTagClassName
{
color: #BBBAE1;
}
</style>
background-color css
<style>
a { background-color: #BBBAE1; }
a { background-color: rgb(187,186,225); }
div.DivClassName
{
background-color: #BBBAE1;
}
.BgClassName
{
background-color: #BBBAE1;
}
</style>
border-color css
<style>
span { border-color: #BBBAE1; }
span { border-color: rgb(187,186,225); }
td.TdClassName
{
border-color: #BBBAE1;
}
.TagClassName
{
border-color: #BBBAE1;
}
</style>