Shades of Lavender Grey #BCBCDB
Tints of Lavender Grey #BCBCDB
RGB
CMYK
RGB Variations
Color information
#BCBCDB (or 0xBCBCDB) is known color: Lavender Grey. HEX triplet: BC, BC and DB. RGB value is (188,188,219). Sum of RGB (Red+Green+Blue) = 188+188+219=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCDB is #434324. Grayscale: #BFBFBF. Windows color (decimal): -4408101 or 14400700. OLE color: 14400700.
HSL color Cylindrical-coordinate representation of color #BCBCDB: hue angle of 240º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCBCDB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 188 | 219 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.14 |
| HSL | 240º | 0.3% | 0.8% | - |
| HSV(B) | 240º | 0.14% | 0.86% | - |
| XYZ | 51.51 | 51.77 | 74.3 | - |
| YUV | 191.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 219 | 0.14 | 0.14 | 0 | 0.14 | 240 | 0.3 | 0.8 |
| Hex | BC | BC | DB | E | E | 0 | E | F0 | 1E | 50 |
| Octal | 274 | 274 | 333 | 16 | 16 | 0 | 16 | 360 | 36 | 120 |
| Binary | 10111100 | 10111100 | 11011011 | 1110 | 1110 | 0 | 1110 | 11110000 | 11110 | 1010000 |
Color Harmonies of #BCBCDB
Complementary color
Monochromatic Colors of #BCBCDB
Black with #BCBCDB
Text Example
Text Example
White with #BCBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCDB; }
p { color: rgb(188,188,219); }
H1.HeaderClassName
{
color: #BCBCDB;
}
.AnyTagClassName
{
color: #BCBCDB;
}
</style>
background-color css
<style>
a { background-color: #BCBCDB; }
a { background-color: rgb(188,188,219); }
div.DivClassName
{
background-color: #BCBCDB;
}
.BgClassName
{
background-color: #BCBCDB;
}
</style>
border-color css
<style>
span { border-color: #BCBCDB; }
span { border-color: rgb(188,188,219); }
td.TdClassName
{
border-color: #BCBCDB;
}
.TagClassName
{
border-color: #BCBCDB;
}
</style>