Shades of Lavender Grey #BDB8DC
Tints of Lavender Grey #BDB8DC
RGB
CMYK
RGB Variations
Color information
#BDB8DC (or 0xBDB8DC) is known color: Lavender Grey. HEX triplet: BD, B8 and DC. RGB value is (189,184,220). Sum of RGB (Red+Green+Blue) = 189+184+220=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8DC is #424723. Grayscale: #BDBDBD. Windows color (decimal): -4343588 or 14465213. OLE color: 14465213.
HSL color Cylindrical-coordinate representation of color #BDB8DC: hue angle of 248.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB8DC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 184 | 220 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.14 |
| HSL | 248.33º | 0.34% | 0.79% | - |
| HSV(B) | 248.33º | 0.16% | 0.86% | - |
| XYZ | 51.05 | 50.27 | 74.72 | - |
| YUV | 189.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 220 | 0.14 | 0.16 | 0 | 0.14 | 248.33 | 0.34 | 0.79 |
| Hex | BD | B8 | DC | E | 10 | 0 | E | F8 | 22 | 4F |
| Octal | 275 | 270 | 334 | 16 | 20 | 0 | 16 | 370 | 42 | 117 |
| Binary | 10111101 | 10111000 | 11011100 | 1110 | 10000 | 0 | 1110 | 11111000 | 100010 | 1001111 |
Color Harmonies of #BDB8DC
Complementary color
Monochromatic Colors of #BDB8DC
Black with #BDB8DC
Text Example
Text Example
White with #BDB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8DC; }
p { color: rgb(189,184,220); }
H1.HeaderClassName
{
color: #BDB8DC;
}
.AnyTagClassName
{
color: #BDB8DC;
}
</style>
background-color css
<style>
a { background-color: #BDB8DC; }
a { background-color: rgb(189,184,220); }
div.DivClassName
{
background-color: #BDB8DC;
}
.BgClassName
{
background-color: #BDB8DC;
}
</style>
border-color css
<style>
span { border-color: #BDB8DC; }
span { border-color: rgb(189,184,220); }
td.TdClassName
{
border-color: #BDB8DC;
}
.TagClassName
{
border-color: #BDB8DC;
}
</style>