Shades of Lavender Grey #BDBCDB
Tints of Lavender Grey #BDBCDB
RGB
CMYK
RGB Variations
Color information
#BDBCDB (or 0xBDBCDB) is known color: Lavender Grey. HEX triplet: BD, BC and DB. RGB value is (189,188,219). Sum of RGB (Red+Green+Blue) = 189+188+219=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 188 (73.83% from 255 or 31.54% 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 #BDBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCDB is #424324. Grayscale: #BFBFBF. Windows color (decimal): -4342565 or 14400701. OLE color: 14400701.
HSL color Cylindrical-coordinate representation of color #BDBCDB: hue angle of 241.94º 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 #BDBCDB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 188 | 219 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.14 |
| HSL | 241.94º | 0.3% | 0.8% | - |
| HSV(B) | 241.94º | 0.14% | 0.86% | - |
| XYZ | 51.76 | 51.9 | 74.31 | - |
| YUV | 191.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 219 | 0.14 | 0.14 | 0 | 0.14 | 241.94 | 0.3 | 0.8 |
| Hex | BD | BC | DB | E | E | 0 | E | F2 | 1E | 50 |
| Octal | 275 | 274 | 333 | 16 | 16 | 0 | 16 | 362 | 36 | 120 |
| Binary | 10111101 | 10111100 | 11011011 | 1110 | 1110 | 0 | 1110 | 11110010 | 11110 | 1010000 |
Color Harmonies of #BDBCDB
Complementary color
Monochromatic Colors of #BDBCDB
Black with #BDBCDB
Text Example
Text Example
White with #BDBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCDB; }
p { color: rgb(189,188,219); }
H1.HeaderClassName
{
color: #BDBCDB;
}
.AnyTagClassName
{
color: #BDBCDB;
}
</style>
background-color css
<style>
a { background-color: #BDBCDB; }
a { background-color: rgb(189,188,219); }
div.DivClassName
{
background-color: #BDBCDB;
}
.BgClassName
{
background-color: #BDBCDB;
}
</style>
border-color css
<style>
span { border-color: #BDBCDB; }
span { border-color: rgb(189,188,219); }
td.TdClassName
{
border-color: #BDBCDB;
}
.TagClassName
{
border-color: #BDBCDB;
}
</style>