Shades of Lavender Grey #BBBAEC
Tints of Lavender Grey #BBBAEC
RGB
CMYK
RGB Variations
Color information
#BBBAEC (or 0xBBBAEC) is known color: Lavender Grey. HEX triplet: BB, BA and EC. RGB value is (187,186,236). Sum of RGB (Red+Green+Blue) = 187+186+236=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEC is #444513. Grayscale: #BFBFBF. Windows color (decimal): -4474132 or 15514299. OLE color: 15514299.
HSL color Cylindrical-coordinate representation of color #BBBAEC: hue angle of 241.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBAEC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 186 | 236 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.07 |
| HSL | 241.2º | 0.57% | 0.83% | - |
| HSV(B) | 241.2º | 0.21% | 0.93% | - |
| XYZ | 53.19 | 51.74 | 86.54 | - |
| YUV | 192 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 236 | 0.21 | 0.21 | 0 | 0.07 | 241.2 | 0.57 | 0.83 |
| Hex | BB | BA | EC | 15 | 15 | 0 | 7 | F1 | 39 | 53 |
| Octal | 273 | 272 | 354 | 25 | 25 | 0 | 7 | 361 | 71 | 123 |
| Binary | 10111011 | 10111010 | 11101100 | 10101 | 10101 | 0 | 111 | 11110001 | 111001 | 1010011 |
Color Harmonies of #BBBAEC
Complementary color
Monochromatic Colors of #BBBAEC
Black with #BBBAEC
Text Example
Text Example
White with #BBBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAEC; }
p { color: rgb(187,186,236); }
H1.HeaderClassName
{
color: #BBBAEC;
}
.AnyTagClassName
{
color: #BBBAEC;
}
</style>
background-color css
<style>
a { background-color: #BBBAEC; }
a { background-color: rgb(187,186,236); }
div.DivClassName
{
background-color: #BBBAEC;
}
.BgClassName
{
background-color: #BBBAEC;
}
</style>
border-color css
<style>
span { border-color: #BBBAEC; }
span { border-color: rgb(187,186,236); }
td.TdClassName
{
border-color: #BBBAEC;
}
.TagClassName
{
border-color: #BBBAEC;
}
</style>