Shades of Lavender Grey #BBBAE0
Tints of Lavender Grey #BBBAE0
RGB
CMYK
RGB Variations
Color information
#BBBAE0 (or 0xBBBAE0) is known color: Lavender Grey. HEX triplet: BB, BA and E0. RGB value is (187,186,224). Sum of RGB (Red+Green+Blue) = 187+186+224=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAE0 is #44451F. Grayscale: #BEBEBE. Windows color (decimal): -4474144 or 14727867. OLE color: 14727867.
HSL color Cylindrical-coordinate representation of color #BBBAE0: hue angle of 241.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBAE0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 186 | 224 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.12 |
| HSL | 241.58º | 0.38% | 0.8% | - |
| HSV(B) | 241.58º | 0.17% | 0.88% | - |
| XYZ | 51.51 | 51.06 | 77.66 | - |
| YUV | 190.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 224 | 0.17 | 0.17 | 0 | 0.12 | 241.58 | 0.38 | 0.8 |
| Hex | BB | BA | E0 | 11 | 11 | 0 | C | F2 | 26 | 50 |
| Octal | 273 | 272 | 340 | 21 | 21 | 0 | 14 | 362 | 46 | 120 |
| Binary | 10111011 | 10111010 | 11100000 | 10001 | 10001 | 0 | 1100 | 11110010 | 100110 | 1010000 |
Color Harmonies of #BBBAE0
Complementary color
Monochromatic Colors of #BBBAE0
Black with #BBBAE0
Text Example
Text Example
White with #BBBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAE0; }
p { color: rgb(187,186,224); }
H1.HeaderClassName
{
color: #BBBAE0;
}
.AnyTagClassName
{
color: #BBBAE0;
}
</style>
background-color css
<style>
a { background-color: #BBBAE0; }
a { background-color: rgb(187,186,224); }
div.DivClassName
{
background-color: #BBBAE0;
}
.BgClassName
{
background-color: #BBBAE0;
}
</style>
border-color css
<style>
span { border-color: #BBBAE0; }
span { border-color: rgb(187,186,224); }
td.TdClassName
{
border-color: #BBBAE0;
}
.TagClassName
{
border-color: #BBBAE0;
}
</style>