Shades of Lavender Grey #BDB9DB
Tints of Lavender Grey #BDB9DB
RGB
CMYK
RGB Variations
Color information
#BDB9DB (or 0xBDB9DB) is known color: Lavender Grey. HEX triplet: BD, B9 and DB. RGB value is (189,185,219). Sum of RGB (Red+Green+Blue) = 189+185+219=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DB is #424624. Grayscale: #BDBDBD. Windows color (decimal): -4343333 or 14399933. OLE color: 14399933.
HSL color Cylindrical-coordinate representation of color #BDB9DB: hue angle of 247.06º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB9DB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 185 | 219 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.14 |
| HSL | 247.06º | 0.32% | 0.79% | - |
| HSV(B) | 247.06º | 0.16% | 0.86% | - |
| XYZ | 51.12 | 50.63 | 74.1 | - |
| YUV | 190.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 219 | 0.14 | 0.16 | 0 | 0.14 | 247.06 | 0.32 | 0.79 |
| Hex | BD | B9 | DB | E | 10 | 0 | E | F7 | 20 | 4F |
| Octal | 275 | 271 | 333 | 16 | 20 | 0 | 16 | 367 | 40 | 117 |
| Binary | 10111101 | 10111001 | 11011011 | 1110 | 10000 | 0 | 1110 | 11110111 | 100000 | 1001111 |
Color Harmonies of #BDB9DB
Complementary color
Monochromatic Colors of #BDB9DB
Black with #BDB9DB
Text Example
Text Example
White with #BDB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9DB; }
p { color: rgb(189,185,219); }
H1.HeaderClassName
{
color: #BDB9DB;
}
.AnyTagClassName
{
color: #BDB9DB;
}
</style>
background-color css
<style>
a { background-color: #BDB9DB; }
a { background-color: rgb(189,185,219); }
div.DivClassName
{
background-color: #BDB9DB;
}
.BgClassName
{
background-color: #BDB9DB;
}
</style>
border-color css
<style>
span { border-color: #BDB9DB; }
span { border-color: rgb(189,185,219); }
td.TdClassName
{
border-color: #BDB9DB;
}
.TagClassName
{
border-color: #BDB9DB;
}
</style>