Shades of Lavender Grey #BBBAF0
Tints of Lavender Grey #BBBAF0
RGB
CMYK
RGB Variations
Color information
#BBBAF0 (or 0xBBBAF0) is known color: Lavender Grey. HEX triplet: BB, BA and F0. RGB value is (187,186,240). Sum of RGB (Red+Green+Blue) = 187+186+240=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAF0 is #44450F. Grayscale: #C0C0C0. Windows color (decimal): -4474128 or 15776443. OLE color: 15776443.
HSL color Cylindrical-coordinate representation of color #BBBAF0: hue angle of 241.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBAF0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 186 | 240 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.06 |
| HSL | 241.11º | 0.64% | 0.84% | - |
| HSV(B) | 241.11º | 0.23% | 0.94% | - |
| XYZ | 53.78 | 51.97 | 89.64 | - |
| YUV | 192.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 240 | 0.22 | 0.22 | 0 | 0.06 | 241.11 | 0.64 | 0.84 |
| Hex | BB | BA | F0 | 16 | 16 | 0 | 6 | F1 | 40 | 54 |
| Octal | 273 | 272 | 360 | 26 | 26 | 0 | 6 | 361 | 100 | 124 |
| Binary | 10111011 | 10111010 | 11110000 | 10110 | 10110 | 0 | 110 | 11110001 | 1000000 | 1010100 |
Color Harmonies of #BBBAF0
Complementary color
Monochromatic Colors of #BBBAF0
Black with #BBBAF0
Text Example
Text Example
White with #BBBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAF0; }
p { color: rgb(187,186,240); }
H1.HeaderClassName
{
color: #BBBAF0;
}
.AnyTagClassName
{
color: #BBBAF0;
}
</style>
background-color css
<style>
a { background-color: #BBBAF0; }
a { background-color: rgb(187,186,240); }
div.DivClassName
{
background-color: #BBBAF0;
}
.BgClassName
{
background-color: #BBBAF0;
}
</style>
border-color css
<style>
span { border-color: #BBBAF0; }
span { border-color: rgb(187,186,240); }
td.TdClassName
{
border-color: #BBBAF0;
}
.TagClassName
{
border-color: #BBBAF0;
}
</style>