Shades of Lavender Grey #BBBAED
Tints of Lavender Grey #BBBAED
RGB
CMYK
RGB Variations
Color information
#BBBAED (or 0xBBBAED) is known color: Lavender Grey. HEX triplet: BB, BA and ED. RGB value is (187,186,237). Sum of RGB (Red+Green+Blue) = 187+186+237=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAED is #444512. Grayscale: #BFBFBF. Windows color (decimal): -4474131 or 15579835. OLE color: 15579835.
HSL color Cylindrical-coordinate representation of color #BBBAED: hue angle of 241.18º degrees, saturation: 0.59, 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 #BBBAED is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 186 | 237 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.07 |
| HSL | 241.18º | 0.59% | 0.83% | - |
| HSV(B) | 241.18º | 0.22% | 0.93% | - |
| XYZ | 53.34 | 51.8 | 87.31 | - |
| YUV | 192.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 237 | 0.21 | 0.22 | 0 | 0.07 | 241.18 | 0.59 | 0.83 |
| Hex | BB | BA | ED | 15 | 16 | 0 | 7 | F1 | 3B | 53 |
| Octal | 273 | 272 | 355 | 25 | 26 | 0 | 7 | 361 | 73 | 123 |
| Binary | 10111011 | 10111010 | 11101101 | 10101 | 10110 | 0 | 111 | 11110001 | 111011 | 1010011 |
Color Harmonies of #BBBAED
Complementary color
Monochromatic Colors of #BBBAED
Black with #BBBAED
Text Example
Text Example
White with #BBBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAED; }
p { color: rgb(187,186,237); }
H1.HeaderClassName
{
color: #BBBAED;
}
.AnyTagClassName
{
color: #BBBAED;
}
</style>
background-color css
<style>
a { background-color: #BBBAED; }
a { background-color: rgb(187,186,237); }
div.DivClassName
{
background-color: #BBBAED;
}
.BgClassName
{
background-color: #BBBAED;
}
</style>
border-color css
<style>
span { border-color: #BBBAED; }
span { border-color: rgb(187,186,237); }
td.TdClassName
{
border-color: #BBBAED;
}
.TagClassName
{
border-color: #BBBAED;
}
</style>