Shades of Lavender Grey #BDB9D7
Tints of Lavender Grey #BDB9D7
RGB
CMYK
RGB Variations
Color information
#BDB9D7 (or 0xBDB9D7) is known color: Lavender Grey. HEX triplet: BD, B9 and D7. RGB value is (189,185,215). Sum of RGB (Red+Green+Blue) = 189+185+215=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9D7 is #424628. Grayscale: #BDBDBD. Windows color (decimal): -4343337 or 14137789. OLE color: 14137789.
HSL color Cylindrical-coordinate representation of color #BDB9D7: hue angle of 248º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB9D7 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 185 | 215 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.16 |
| HSL | 248º | 0.27% | 0.78% | - |
| HSV(B) | 248º | 0.14% | 0.84% | - |
| XYZ | 50.6 | 50.42 | 71.36 | - |
| YUV | 189.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 215 | 0.12 | 0.14 | 0 | 0.16 | 248 | 0.27 | 0.78 |
| Hex | BD | B9 | D7 | C | E | 0 | 10 | F8 | 1B | 4E |
| Octal | 275 | 271 | 327 | 14 | 16 | 0 | 20 | 370 | 33 | 116 |
| Binary | 10111101 | 10111001 | 11010111 | 1100 | 1110 | 0 | 10000 | 11111000 | 11011 | 1001110 |
Color Harmonies of #BDB9D7
Complementary color
Monochromatic Colors of #BDB9D7
Black with #BDB9D7
Text Example
Text Example
White with #BDB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9D7; }
p { color: rgb(189,185,215); }
H1.HeaderClassName
{
color: #BDB9D7;
}
.AnyTagClassName
{
color: #BDB9D7;
}
</style>
background-color css
<style>
a { background-color: #BDB9D7; }
a { background-color: rgb(189,185,215); }
div.DivClassName
{
background-color: #BDB9D7;
}
.BgClassName
{
background-color: #BDB9D7;
}
</style>
border-color css
<style>
span { border-color: #BDB9D7; }
span { border-color: rgb(189,185,215); }
td.TdClassName
{
border-color: #BDB9D7;
}
.TagClassName
{
border-color: #BDB9D7;
}
</style>