Shades of Lavender Grey #BDBBDB
Tints of Lavender Grey #BDBBDB
RGB
CMYK
RGB Variations
Color information
#BDBBDB (or 0xBDBBDB) is known color: Lavender Grey. HEX triplet: BD, BB and DB. RGB value is (189,187,219). Sum of RGB (Red+Green+Blue) = 189+187+219=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBDB is #424424. Grayscale: #BFBFBF. Windows color (decimal): -4342821 or 14400445. OLE color: 14400445.
HSL color Cylindrical-coordinate representation of color #BDBBDB: hue angle of 243.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBBDB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 187 | 219 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 243.75º | 0.31% | 0.8% | - |
| HSV(B) | 243.75º | 0.15% | 0.86% | - |
| XYZ | 51.54 | 51.47 | 74.24 | - |
| YUV | 191.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 219 | 0.14 | 0.15 | 0 | 0.14 | 243.75 | 0.31 | 0.8 |
| Hex | BD | BB | DB | E | F | 0 | E | F4 | 1F | 50 |
| Octal | 275 | 273 | 333 | 16 | 17 | 0 | 16 | 364 | 37 | 120 |
| Binary | 10111101 | 10111011 | 11011011 | 1110 | 1111 | 0 | 1110 | 11110100 | 11111 | 1010000 |
Color Harmonies of #BDBBDB
Complementary color
Monochromatic Colors of #BDBBDB
Black with #BDBBDB
Text Example
Text Example
White with #BDBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBDB; }
p { color: rgb(189,187,219); }
H1.HeaderClassName
{
color: #BDBBDB;
}
.AnyTagClassName
{
color: #BDBBDB;
}
</style>
background-color css
<style>
a { background-color: #BDBBDB; }
a { background-color: rgb(189,187,219); }
div.DivClassName
{
background-color: #BDBBDB;
}
.BgClassName
{
background-color: #BDBBDB;
}
</style>
border-color css
<style>
span { border-color: #BDBBDB; }
span { border-color: rgb(189,187,219); }
td.TdClassName
{
border-color: #BDBBDB;
}
.TagClassName
{
border-color: #BDBBDB;
}
</style>