Shades of Lavender Grey #BDB8DB
Tints of Lavender Grey #BDB8DB
RGB
CMYK
RGB Variations
Color information
#BDB8DB (or 0xBDB8DB) is known color: Lavender Grey. HEX triplet: BD, B8 and DB. RGB value is (189,184,219). Sum of RGB (Red+Green+Blue) = 189+184+219=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8DB is #424724. Grayscale: #BDBDBD. Windows color (decimal): -4343589 or 14399677. OLE color: 14399677.
HSL color Cylindrical-coordinate representation of color #BDB8DB: hue angle of 248.57º 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 #BDB8DB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 184 | 219 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.14 |
| HSL | 248.57º | 0.33% | 0.79% | - |
| HSV(B) | 248.57º | 0.16% | 0.86% | - |
| XYZ | 50.91 | 50.21 | 74.03 | - |
| YUV | 189.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 219 | 0.14 | 0.16 | 0 | 0.14 | 248.57 | 0.33 | 0.79 |
| Hex | BD | B8 | DB | E | 10 | 0 | E | F9 | 21 | 4F |
| Octal | 275 | 270 | 333 | 16 | 20 | 0 | 16 | 371 | 41 | 117 |
| Binary | 10111101 | 10111000 | 11011011 | 1110 | 10000 | 0 | 1110 | 11111001 | 100001 | 1001111 |
Color Harmonies of #BDB8DB
Complementary color
Monochromatic Colors of #BDB8DB
Black with #BDB8DB
Text Example
Text Example
White with #BDB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8DB; }
p { color: rgb(189,184,219); }
H1.HeaderClassName
{
color: #BDB8DB;
}
.AnyTagClassName
{
color: #BDB8DB;
}
</style>
background-color css
<style>
a { background-color: #BDB8DB; }
a { background-color: rgb(189,184,219); }
div.DivClassName
{
background-color: #BDB8DB;
}
.BgClassName
{
background-color: #BDB8DB;
}
</style>
border-color css
<style>
span { border-color: #BDB8DB; }
span { border-color: rgb(189,184,219); }
td.TdClassName
{
border-color: #BDB8DB;
}
.TagClassName
{
border-color: #BDB8DB;
}
</style>