Shades of Lavender Grey #BDB7DD
Tints of Lavender Grey #BDB7DD
RGB
CMYK
RGB Variations
Color information
#BDB7DD (or 0xBDB7DD) is known color: Lavender Grey. HEX triplet: BD, B7 and DD. RGB value is (189,183,221). Sum of RGB (Red+Green+Blue) = 189+183+221=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DD is #424822. Grayscale: #BCBCBC. Windows color (decimal): -4343843 or 14530493. OLE color: 14530493.
HSL color Cylindrical-coordinate representation of color #BDB7DD: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB7DD is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 183 | 221 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.13 |
| HSL | 249.47º | 0.36% | 0.79% | - |
| HSV(B) | 249.47º | 0.17% | 0.87% | - |
| XYZ | 50.97 | 49.91 | 75.35 | - |
| YUV | 189.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 221 | 0.14 | 0.17 | 0 | 0.13 | 249.47 | 0.36 | 0.79 |
| Hex | BD | B7 | DD | E | 11 | 0 | D | F9 | 24 | 4F |
| Octal | 275 | 267 | 335 | 16 | 21 | 0 | 15 | 371 | 44 | 117 |
| Binary | 10111101 | 10110111 | 11011101 | 1110 | 10001 | 0 | 1101 | 11111001 | 100100 | 1001111 |
Color Harmonies of #BDB7DD
Complementary color
Monochromatic Colors of #BDB7DD
Black with #BDB7DD
Text Example
Text Example
White with #BDB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7DD; }
p { color: rgb(189,183,221); }
H1.HeaderClassName
{
color: #BDB7DD;
}
.AnyTagClassName
{
color: #BDB7DD;
}
</style>
background-color css
<style>
a { background-color: #BDB7DD; }
a { background-color: rgb(189,183,221); }
div.DivClassName
{
background-color: #BDB7DD;
}
.BgClassName
{
background-color: #BDB7DD;
}
</style>
border-color css
<style>
span { border-color: #BDB7DD; }
span { border-color: rgb(189,183,221); }
td.TdClassName
{
border-color: #BDB7DD;
}
.TagClassName
{
border-color: #BDB7DD;
}
</style>