Shades of Lavender Grey #BDB9DD
Tints of Lavender Grey #BDB9DD
RGB
CMYK
RGB Variations
Color information
#BDB9DD (or 0xBDB9DD) is known color: Lavender Grey. HEX triplet: BD, B9 and DD. RGB value is (189,185,221). Sum of RGB (Red+Green+Blue) = 189+185+221=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DD is #424622. Grayscale: #BEBEBE. Windows color (decimal): -4343331 or 14531005. OLE color: 14531005.
HSL color Cylindrical-coordinate representation of color #BDB9DD: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB9DD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 185 | 221 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 246.67º | 0.35% | 0.8% | - |
| HSV(B) | 246.67º | 0.16% | 0.87% | - |
| XYZ | 51.39 | 50.74 | 75.49 | - |
| YUV | 190.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 221 | 0.14 | 0.16 | 0 | 0.13 | 246.67 | 0.35 | 0.8 |
| Hex | BD | B9 | DD | E | 10 | 0 | D | F7 | 23 | 50 |
| Octal | 275 | 271 | 335 | 16 | 20 | 0 | 15 | 367 | 43 | 120 |
| Binary | 10111101 | 10111001 | 11011101 | 1110 | 10000 | 0 | 1101 | 11110111 | 100011 | 1010000 |
Color Harmonies of #BDB9DD
Complementary color
Monochromatic Colors of #BDB9DD
Black with #BDB9DD
Text Example
Text Example
White with #BDB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9DD; }
p { color: rgb(189,185,221); }
H1.HeaderClassName
{
color: #BDB9DD;
}
.AnyTagClassName
{
color: #BDB9DD;
}
</style>
background-color css
<style>
a { background-color: #BDB9DD; }
a { background-color: rgb(189,185,221); }
div.DivClassName
{
background-color: #BDB9DD;
}
.BgClassName
{
background-color: #BDB9DD;
}
</style>
border-color css
<style>
span { border-color: #BDB9DD; }
span { border-color: rgb(189,185,221); }
td.TdClassName
{
border-color: #BDB9DD;
}
.TagClassName
{
border-color: #BDB9DD;
}
</style>