Shades of Lavender Grey #BDB9D9
Tints of Lavender Grey #BDB9D9
RGB
CMYK
RGB Variations
Color information
#BDB9D9 (or 0xBDB9D9) is known color: Lavender Grey. HEX triplet: BD, B9 and D9. RGB value is (189,185,217). Sum of RGB (Red+Green+Blue) = 189+185+217=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9D9 is #424626. Grayscale: #BDBDBD. Windows color (decimal): -4343335 or 14268861. OLE color: 14268861.
HSL color Cylindrical-coordinate representation of color #BDB9D9: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB9D9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 185 | 217 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.15 |
| HSL | 247.5º | 0.3% | 0.79% | - |
| HSV(B) | 247.5º | 0.15% | 0.85% | - |
| XYZ | 50.86 | 50.53 | 72.72 | - |
| YUV | 189.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 217 | 0.13 | 0.15 | 0 | 0.15 | 247.5 | 0.3 | 0.79 |
| Hex | BD | B9 | D9 | D | F | 0 | F | F8 | 1E | 4F |
| Octal | 275 | 271 | 331 | 15 | 17 | 0 | 17 | 370 | 36 | 117 |
| Binary | 10111101 | 10111001 | 11011001 | 1101 | 1111 | 0 | 1111 | 11111000 | 11110 | 1001111 |
Color Harmonies of #BDB9D9
Complementary color
Monochromatic Colors of #BDB9D9
Black with #BDB9D9
Text Example
Text Example
White with #BDB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9D9; }
p { color: rgb(189,185,217); }
H1.HeaderClassName
{
color: #BDB9D9;
}
.AnyTagClassName
{
color: #BDB9D9;
}
</style>
background-color css
<style>
a { background-color: #BDB9D9; }
a { background-color: rgb(189,185,217); }
div.DivClassName
{
background-color: #BDB9D9;
}
.BgClassName
{
background-color: #BDB9D9;
}
</style>
border-color css
<style>
span { border-color: #BDB9D9; }
span { border-color: rgb(189,185,217); }
td.TdClassName
{
border-color: #BDB9D9;
}
.TagClassName
{
border-color: #BDB9D9;
}
</style>