Shades of Lavender Grey #BCBDDB
Tints of Lavender Grey #BCBDDB
RGB
CMYK
RGB Variations
Color information
#BCBDDB (or 0xBCBDDB) is known color: Lavender Grey. HEX triplet: BC, BD and DB. RGB value is (188,189,219). Sum of RGB (Red+Green+Blue) = 188+189+219=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDB is #434224. Grayscale: #C0C0C0. Windows color (decimal): -4407845 or 14400956. OLE color: 14400956.
HSL color Cylindrical-coordinate representation of color #BCBDDB: hue angle of 238.06º 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 #BCBDDB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 189 | 219 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.14 |
| HSL | 238.06º | 0.3% | 0.8% | - |
| HSV(B) | 238.06º | 0.14% | 0.86% | - |
| XYZ | 51.72 | 52.2 | 74.37 | - |
| YUV | 192.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 219 | 0.14 | 0.14 | 0 | 0.14 | 238.06 | 0.3 | 0.8 |
| Hex | BC | BD | DB | E | E | 0 | E | EE | 1E | 50 |
| Octal | 274 | 275 | 333 | 16 | 16 | 0 | 16 | 356 | 36 | 120 |
| Binary | 10111100 | 10111101 | 11011011 | 1110 | 1110 | 0 | 1110 | 11101110 | 11110 | 1010000 |
Color Harmonies of #BCBDDB
Complementary color
Monochromatic Colors of #BCBDDB
Black with #BCBDDB
Text Example
Text Example
White with #BCBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDDB; }
p { color: rgb(188,189,219); }
H1.HeaderClassName
{
color: #BCBDDB;
}
.AnyTagClassName
{
color: #BCBDDB;
}
</style>
background-color css
<style>
a { background-color: #BCBDDB; }
a { background-color: rgb(188,189,219); }
div.DivClassName
{
background-color: #BCBDDB;
}
.BgClassName
{
background-color: #BCBDDB;
}
</style>
border-color css
<style>
span { border-color: #BCBDDB; }
span { border-color: rgb(188,189,219); }
td.TdClassName
{
border-color: #BCBDDB;
}
.TagClassName
{
border-color: #BCBDDB;
}
</style>