Shades of Lavender Grey #BDB8D9
Tints of Lavender Grey #BDB8D9
RGB
CMYK
RGB Variations
Color information
#BDB8D9 (or 0xBDB8D9) is known color: Lavender Grey. HEX triplet: BD, B8 and D9. RGB value is (189,184,217). Sum of RGB (Red+Green+Blue) = 189+184+217=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDB8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8D9 is #424726. Grayscale: #BDBDBD. Windows color (decimal): -4343591 or 14268605. OLE color: 14268605.
HSL color Cylindrical-coordinate representation of color #BDB8D9: hue angle of 249.09º 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 #BDB8D9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 184 | 217 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.15 |
| HSL | 249.09º | 0.3% | 0.79% | - |
| HSV(B) | 249.09º | 0.15% | 0.85% | - |
| XYZ | 50.65 | 50.11 | 72.65 | - |
| YUV | 189.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 217 | 0.13 | 0.15 | 0 | 0.15 | 249.09 | 0.3 | 0.79 |
| Hex | BD | B8 | D9 | D | F | 0 | F | F9 | 1E | 4F |
| Octal | 275 | 270 | 331 | 15 | 17 | 0 | 17 | 371 | 36 | 117 |
| Binary | 10111101 | 10111000 | 11011001 | 1101 | 1111 | 0 | 1111 | 11111001 | 11110 | 1001111 |
Color Harmonies of #BDB8D9
Complementary color
Monochromatic Colors of #BDB8D9
Black with #BDB8D9
Text Example
Text Example
White with #BDB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8D9; }
p { color: rgb(189,184,217); }
H1.HeaderClassName
{
color: #BDB8D9;
}
.AnyTagClassName
{
color: #BDB8D9;
}
</style>
background-color css
<style>
a { background-color: #BDB8D9; }
a { background-color: rgb(189,184,217); }
div.DivClassName
{
background-color: #BDB8D9;
}
.BgClassName
{
background-color: #BDB8D9;
}
</style>
border-color css
<style>
span { border-color: #BDB8D9; }
span { border-color: rgb(189,184,217); }
td.TdClassName
{
border-color: #BDB8D9;
}
.TagClassName
{
border-color: #BDB8D9;
}
</style>