Shades of Lavender Grey #BBBAEE
Tints of Lavender Grey #BBBAEE
RGB
CMYK
RGB Variations
Color information
#BBBAEE (or 0xBBBAEE) is known color: Lavender Grey. HEX triplet: BB, BA and EE. RGB value is (187,186,238). Sum of RGB (Red+Green+Blue) = 187+186+238=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEE is #444511. Grayscale: #C0C0C0. Windows color (decimal): -4474130 or 15645371. OLE color: 15645371.
HSL color Cylindrical-coordinate representation of color #BBBAEE: hue angle of 241.15º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBAEE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 186 | 238 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.07 |
| HSL | 241.15º | 0.6% | 0.83% | - |
| HSV(B) | 241.15º | 0.22% | 0.93% | - |
| XYZ | 53.49 | 51.86 | 88.08 | - |
| YUV | 192.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 238 | 0.21 | 0.22 | 0 | 0.07 | 241.15 | 0.6 | 0.83 |
| Hex | BB | BA | EE | 15 | 16 | 0 | 7 | F1 | 3C | 53 |
| Octal | 273 | 272 | 356 | 25 | 26 | 0 | 7 | 361 | 74 | 123 |
| Binary | 10111011 | 10111010 | 11101110 | 10101 | 10110 | 0 | 111 | 11110001 | 111100 | 1010011 |
Color Harmonies of #BBBAEE
Complementary color
Monochromatic Colors of #BBBAEE
Black with #BBBAEE
Text Example
Text Example
White with #BBBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAEE; }
p { color: rgb(187,186,238); }
H1.HeaderClassName
{
color: #BBBAEE;
}
.AnyTagClassName
{
color: #BBBAEE;
}
</style>
background-color css
<style>
a { background-color: #BBBAEE; }
a { background-color: rgb(187,186,238); }
div.DivClassName
{
background-color: #BBBAEE;
}
.BgClassName
{
background-color: #BBBAEE;
}
</style>
border-color css
<style>
span { border-color: #BBBAEE; }
span { border-color: rgb(187,186,238); }
td.TdClassName
{
border-color: #BBBAEE;
}
.TagClassName
{
border-color: #BBBAEE;
}
</style>