Shades of Lavender Grey #BDB7DC
Tints of Lavender Grey #BDB7DC
RGB
CMYK
RGB Variations
Color information
#BDB7DC (or 0xBDB7DC) is known color: Lavender Grey. HEX triplet: BD, B7 and DC. RGB value is (189,183,220). Sum of RGB (Red+Green+Blue) = 189+183+220=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DC is #424823. Grayscale: #BCBCBC. Windows color (decimal): -4343844 or 14464957. OLE color: 14464957.
HSL color Cylindrical-coordinate representation of color #BDB7DC: hue angle of 249.73º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB7DC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 183 | 220 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.14 |
| HSL | 249.73º | 0.35% | 0.79% | - |
| HSV(B) | 249.73º | 0.17% | 0.86% | - |
| XYZ | 50.84 | 49.85 | 74.65 | - |
| YUV | 189.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 220 | 0.14 | 0.17 | 0 | 0.14 | 249.73 | 0.35 | 0.79 |
| Hex | BD | B7 | DC | E | 11 | 0 | E | FA | 23 | 4F |
| Octal | 275 | 267 | 334 | 16 | 21 | 0 | 16 | 372 | 43 | 117 |
| Binary | 10111101 | 10110111 | 11011100 | 1110 | 10001 | 0 | 1110 | 11111010 | 100011 | 1001111 |
Color Harmonies of #BDB7DC
Complementary color
Monochromatic Colors of #BDB7DC
Black with #BDB7DC
Text Example
Text Example
White with #BDB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7DC; }
p { color: rgb(189,183,220); }
H1.HeaderClassName
{
color: #BDB7DC;
}
.AnyTagClassName
{
color: #BDB7DC;
}
</style>
background-color css
<style>
a { background-color: #BDB7DC; }
a { background-color: rgb(189,183,220); }
div.DivClassName
{
background-color: #BDB7DC;
}
.BgClassName
{
background-color: #BDB7DC;
}
</style>
border-color css
<style>
span { border-color: #BDB7DC; }
span { border-color: rgb(189,183,220); }
td.TdClassName
{
border-color: #BDB7DC;
}
.TagClassName
{
border-color: #BDB7DC;
}
</style>