Shades of Lavender Grey #BBBADC
Tints of Lavender Grey #BBBADC
RGB
CMYK
RGB Variations
Color information
#BBBADC (or 0xBBBADC) is known color: Lavender Grey. HEX triplet: BB, BA and DC. RGB value is (187,186,220). Sum of RGB (Red+Green+Blue) = 187+186+220=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBADC is #444523. Grayscale: #BEBEBE. Windows color (decimal): -4474148 or 14465723. OLE color: 14465723.
HSL color Cylindrical-coordinate representation of color #BBBADC: hue angle of 241.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBADC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 186 | 220 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.14 |
| HSL | 241.76º | 0.33% | 0.8% | - |
| HSV(B) | 241.76º | 0.15% | 0.86% | - |
| XYZ | 50.97 | 50.85 | 74.84 | - |
| YUV | 190.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 220 | 0.15 | 0.15 | 0 | 0.14 | 241.76 | 0.33 | 0.8 |
| Hex | BB | BA | DC | F | F | 0 | E | F2 | 21 | 50 |
| Octal | 273 | 272 | 334 | 17 | 17 | 0 | 16 | 362 | 41 | 120 |
| Binary | 10111011 | 10111010 | 11011100 | 1111 | 1111 | 0 | 1110 | 11110010 | 100001 | 1010000 |
Color Harmonies of #BBBADC
Complementary color
Monochromatic Colors of #BBBADC
Black with #BBBADC
Text Example
Text Example
White with #BBBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBADC; }
p { color: rgb(187,186,220); }
H1.HeaderClassName
{
color: #BBBADC;
}
.AnyTagClassName
{
color: #BBBADC;
}
</style>
background-color css
<style>
a { background-color: #BBBADC; }
a { background-color: rgb(187,186,220); }
div.DivClassName
{
background-color: #BBBADC;
}
.BgClassName
{
background-color: #BBBADC;
}
</style>
border-color css
<style>
span { border-color: #BBBADC; }
span { border-color: rgb(187,186,220); }
td.TdClassName
{
border-color: #BBBADC;
}
.TagClassName
{
border-color: #BBBADC;
}
</style>