Shades of Lavender Grey #BDB9DC
Tints of Lavender Grey #BDB9DC
RGB
CMYK
RGB Variations
Color information
#BDB9DC (or 0xBDB9DC) is known color: Lavender Grey. HEX triplet: BD, B9 and DC. RGB value is (189,185,220). Sum of RGB (Red+Green+Blue) = 189+185+220=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DC is #424623. Grayscale: #BEBEBE. Windows color (decimal): -4343332 or 14465469. OLE color: 14465469.
HSL color Cylindrical-coordinate representation of color #BDB9DC: hue angle of 246.86º degrees, saturation: 0.33, 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 #BDB9DC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 185 | 220 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.14 |
| HSL | 246.86º | 0.33% | 0.79% | - |
| HSV(B) | 246.86º | 0.16% | 0.86% | - |
| XYZ | 51.25 | 50.68 | 74.79 | - |
| YUV | 190.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 220 | 0.14 | 0.16 | 0 | 0.14 | 246.86 | 0.33 | 0.79 |
| Hex | BD | B9 | DC | E | 10 | 0 | E | F7 | 21 | 4F |
| Octal | 275 | 271 | 334 | 16 | 20 | 0 | 16 | 367 | 41 | 117 |
| Binary | 10111101 | 10111001 | 11011100 | 1110 | 10000 | 0 | 1110 | 11110111 | 100001 | 1001111 |
Color Harmonies of #BDB9DC
Complementary color
Monochromatic Colors of #BDB9DC
Black with #BDB9DC
Text Example
Text Example
White with #BDB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9DC; }
p { color: rgb(189,185,220); }
H1.HeaderClassName
{
color: #BDB9DC;
}
.AnyTagClassName
{
color: #BDB9DC;
}
</style>
background-color css
<style>
a { background-color: #BDB9DC; }
a { background-color: rgb(189,185,220); }
div.DivClassName
{
background-color: #BDB9DC;
}
.BgClassName
{
background-color: #BDB9DC;
}
</style>
border-color css
<style>
span { border-color: #BDB9DC; }
span { border-color: rgb(189,185,220); }
td.TdClassName
{
border-color: #BDB9DC;
}
.TagClassName
{
border-color: #BDB9DC;
}
</style>