Shades of Lavender Grey #BDB9D8
Tints of Lavender Grey #BDB9D8
RGB
CMYK
RGB Variations
Color information
#BDB9D8 (or 0xBDB9D8) is known color: Lavender Grey. HEX triplet: BD, B9 and D8. RGB value is (189,185,216). Sum of RGB (Red+Green+Blue) = 189+185+216=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9D8 is #424627. Grayscale: #BDBDBD. Windows color (decimal): -4343336 or 14203325. OLE color: 14203325.
HSL color Cylindrical-coordinate representation of color #BDB9D8: hue angle of 247.74º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB9D8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 185 | 216 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.15 |
| HSL | 247.74º | 0.28% | 0.79% | - |
| HSV(B) | 247.74º | 0.14% | 0.85% | - |
| XYZ | 50.73 | 50.47 | 72.03 | - |
| YUV | 189.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 216 | 0.12 | 0.14 | 0 | 0.15 | 247.74 | 0.28 | 0.79 |
| Hex | BD | B9 | D8 | C | E | 0 | F | F8 | 1C | 4F |
| Octal | 275 | 271 | 330 | 14 | 16 | 0 | 17 | 370 | 34 | 117 |
| Binary | 10111101 | 10111001 | 11011000 | 1100 | 1110 | 0 | 1111 | 11111000 | 11100 | 1001111 |
Color Harmonies of #BDB9D8
Complementary color
Monochromatic Colors of #BDB9D8
Black with #BDB9D8
Text Example
Text Example
White with #BDB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9D8; }
p { color: rgb(189,185,216); }
H1.HeaderClassName
{
color: #BDB9D8;
}
.AnyTagClassName
{
color: #BDB9D8;
}
</style>
background-color css
<style>
a { background-color: #BDB9D8; }
a { background-color: rgb(189,185,216); }
div.DivClassName
{
background-color: #BDB9D8;
}
.BgClassName
{
background-color: #BDB9D8;
}
</style>
border-color css
<style>
span { border-color: #BDB9D8; }
span { border-color: rgb(189,185,216); }
td.TdClassName
{
border-color: #BDB9D8;
}
.TagClassName
{
border-color: #BDB9D8;
}
</style>