Shades of Lavender Grey #BCBADB
Tints of Lavender Grey #BCBADB
RGB
CMYK
RGB Variations
Color information
#BCBADB (or 0xBCBADB) is known color: Lavender Grey. HEX triplet: BC, BA and DB. RGB value is (188,186,219). Sum of RGB (Red+Green+Blue) = 188+186+219=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADB is #434524. Grayscale: #BEBEBE. Windows color (decimal): -4408613 or 14400188. OLE color: 14400188.
HSL color Cylindrical-coordinate representation of color #BCBADB: hue angle of 243.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBADB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 186 | 219 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 243.64º | 0.31% | 0.79% | - |
| HSV(B) | 243.64º | 0.15% | 0.86% | - |
| XYZ | 51.08 | 50.92 | 74.15 | - |
| YUV | 190.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 219 | 0.14 | 0.15 | 0 | 0.14 | 243.64 | 0.31 | 0.79 |
| Hex | BC | BA | DB | E | F | 0 | E | F4 | 1F | 4F |
| Octal | 274 | 272 | 333 | 16 | 17 | 0 | 16 | 364 | 37 | 117 |
| Binary | 10111100 | 10111010 | 11011011 | 1110 | 1111 | 0 | 1110 | 11110100 | 11111 | 1001111 |
Color Harmonies of #BCBADB
Complementary color
Monochromatic Colors of #BCBADB
Black with #BCBADB
Text Example
Text Example
White with #BCBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBADB; }
p { color: rgb(188,186,219); }
H1.HeaderClassName
{
color: #BCBADB;
}
.AnyTagClassName
{
color: #BCBADB;
}
</style>
background-color css
<style>
a { background-color: #BCBADB; }
a { background-color: rgb(188,186,219); }
div.DivClassName
{
background-color: #BCBADB;
}
.BgClassName
{
background-color: #BCBADB;
}
</style>
border-color css
<style>
span { border-color: #BCBADB; }
span { border-color: rgb(188,186,219); }
td.TdClassName
{
border-color: #BCBADB;
}
.TagClassName
{
border-color: #BCBADB;
}
</style>