Shades of Lavender Grey #BDBADB
Tints of Lavender Grey #BDBADB
RGB
CMYK
RGB Variations
Color information
#BDBADB (or 0xBDBADB) is known color: Lavender Grey. HEX triplet: BD, BA and DB. RGB value is (189,186,219). Sum of RGB (Red+Green+Blue) = 189+186+219=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 186 (73.05% from 255 or 31.31% 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 #BDBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBADB is #424524. Grayscale: #BEBEBE. Windows color (decimal): -4343077 or 14400189. OLE color: 14400189.
HSL color Cylindrical-coordinate representation of color #BDBADB: hue angle of 245.45º 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 #BDBADB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 186 | 219 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 245.45º | 0.31% | 0.79% | - |
| HSV(B) | 245.45º | 0.15% | 0.86% | - |
| XYZ | 51.33 | 51.05 | 74.17 | - |
| YUV | 190.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 219 | 0.14 | 0.15 | 0 | 0.14 | 245.45 | 0.31 | 0.79 |
| Hex | BD | BA | DB | E | F | 0 | E | F5 | 1F | 4F |
| Octal | 275 | 272 | 333 | 16 | 17 | 0 | 16 | 365 | 37 | 117 |
| Binary | 10111101 | 10111010 | 11011011 | 1110 | 1111 | 0 | 1110 | 11110101 | 11111 | 1001111 |
Color Harmonies of #BDBADB
Complementary color
Monochromatic Colors of #BDBADB
Black with #BDBADB
Text Example
Text Example
White with #BDBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBADB; }
p { color: rgb(189,186,219); }
H1.HeaderClassName
{
color: #BDBADB;
}
.AnyTagClassName
{
color: #BDBADB;
}
</style>
background-color css
<style>
a { background-color: #BDBADB; }
a { background-color: rgb(189,186,219); }
div.DivClassName
{
background-color: #BDBADB;
}
.BgClassName
{
background-color: #BDBADB;
}
</style>
border-color css
<style>
span { border-color: #BDBADB; }
span { border-color: rgb(189,186,219); }
td.TdClassName
{
border-color: #BDBADB;
}
.TagClassName
{
border-color: #BDBADB;
}
</style>