Shades of Lavender Grey #BBBAEF
Tints of Lavender Grey #BBBAEF
RGB
CMYK
RGB Variations
Color information
#BBBAEF (or 0xBBBAEF) is known color: Lavender Grey. HEX triplet: BB, BA and EF. RGB value is (187,186,239). Sum of RGB (Red+Green+Blue) = 187+186+239=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEF is #444510. Grayscale: #C0C0C0. Windows color (decimal): -4474129 or 15710907. OLE color: 15710907.
HSL color Cylindrical-coordinate representation of color #BBBAEF: hue angle of 241.13º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBAEF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 186 | 239 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.06 |
| HSL | 241.13º | 0.62% | 0.83% | - |
| HSV(B) | 241.13º | 0.22% | 0.94% | - |
| XYZ | 53.63 | 51.91 | 88.86 | - |
| YUV | 192.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 239 | 0.22 | 0.22 | 0 | 0.06 | 241.13 | 0.62 | 0.83 |
| Hex | BB | BA | EF | 16 | 16 | 0 | 6 | F1 | 3E | 53 |
| Octal | 273 | 272 | 357 | 26 | 26 | 0 | 6 | 361 | 76 | 123 |
| Binary | 10111011 | 10111010 | 11101111 | 10110 | 10110 | 0 | 110 | 11110001 | 111110 | 1010011 |
Color Harmonies of #BBBAEF
Complementary color
Monochromatic Colors of #BBBAEF
Black with #BBBAEF
Text Example
Text Example
White with #BBBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAEF; }
p { color: rgb(187,186,239); }
H1.HeaderClassName
{
color: #BBBAEF;
}
.AnyTagClassName
{
color: #BBBAEF;
}
</style>
background-color css
<style>
a { background-color: #BBBAEF; }
a { background-color: rgb(187,186,239); }
div.DivClassName
{
background-color: #BBBAEF;
}
.BgClassName
{
background-color: #BBBAEF;
}
</style>
border-color css
<style>
span { border-color: #BBBAEF; }
span { border-color: rgb(187,186,239); }
td.TdClassName
{
border-color: #BBBAEF;
}
.TagClassName
{
border-color: #BBBAEF;
}
</style>