Shades of Lavender Grey #BCBBDB
Tints of Lavender Grey #BCBBDB
RGB
CMYK
RGB Variations
Color information
#BCBBDB (or 0xBCBBDB) is known color: Lavender Grey. HEX triplet: BC, BB and DB. RGB value is (188,187,219). Sum of RGB (Red+Green+Blue) = 188+187+219=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDB is #434424. Grayscale: #BEBEBE. Windows color (decimal): -4408357 or 14400444. OLE color: 14400444.
HSL color Cylindrical-coordinate representation of color #BCBBDB: hue angle of 241.88º degrees, saturation: 0.31, 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 #BCBBDB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 187 | 219 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 241.88º | 0.31% | 0.8% | - |
| HSV(B) | 241.88º | 0.15% | 0.86% | - |
| XYZ | 51.3 | 51.35 | 74.23 | - |
| YUV | 190.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 219 | 0.14 | 0.15 | 0 | 0.14 | 241.88 | 0.31 | 0.8 |
| Hex | BC | BB | DB | E | F | 0 | E | F2 | 1F | 50 |
| Octal | 274 | 273 | 333 | 16 | 17 | 0 | 16 | 362 | 37 | 120 |
| Binary | 10111100 | 10111011 | 11011011 | 1110 | 1111 | 0 | 1110 | 11110010 | 11111 | 1010000 |
Color Harmonies of #BCBBDB
Complementary color
Monochromatic Colors of #BCBBDB
Black with #BCBBDB
Text Example
Text Example
White with #BCBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBDB; }
p { color: rgb(188,187,219); }
H1.HeaderClassName
{
color: #BCBBDB;
}
.AnyTagClassName
{
color: #BCBBDB;
}
</style>
background-color css
<style>
a { background-color: #BCBBDB; }
a { background-color: rgb(188,187,219); }
div.DivClassName
{
background-color: #BCBBDB;
}
.BgClassName
{
background-color: #BCBBDB;
}
</style>
border-color css
<style>
span { border-color: #BCBBDB; }
span { border-color: rgb(188,187,219); }
td.TdClassName
{
border-color: #BCBBDB;
}
.TagClassName
{
border-color: #BCBBDB;
}
</style>