Shades of Lavender Grey #BDBBDD
Tints of Lavender Grey #BDBBDD
RGB
CMYK
RGB Variations
Color information
#BDBBDD (or 0xBDBBDD) is known color: Lavender Grey. HEX triplet: BD, BB and DD. RGB value is (189,187,221). Sum of RGB (Red+Green+Blue) = 189+187+221=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBDD is #424422. Grayscale: #BFBFBF. Windows color (decimal): -4342819 or 14531517. OLE color: 14531517.
HSL color Cylindrical-coordinate representation of color #BDBBDD: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBBDD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 187 | 221 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 243.53º | 0.33% | 0.8% | - |
| HSV(B) | 243.53º | 0.15% | 0.87% | - |
| XYZ | 51.81 | 51.58 | 75.63 | - |
| YUV | 191.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 221 | 0.14 | 0.15 | 0 | 0.13 | 243.53 | 0.33 | 0.8 |
| Hex | BD | BB | DD | E | F | 0 | D | F4 | 21 | 50 |
| Octal | 275 | 273 | 335 | 16 | 17 | 0 | 15 | 364 | 41 | 120 |
| Binary | 10111101 | 10111011 | 11011101 | 1110 | 1111 | 0 | 1101 | 11110100 | 100001 | 1010000 |
Color Harmonies of #BDBBDD
Complementary color
Monochromatic Colors of #BDBBDD
Black with #BDBBDD
Text Example
Text Example
White with #BDBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBDD; }
p { color: rgb(189,187,221); }
H1.HeaderClassName
{
color: #BDBBDD;
}
.AnyTagClassName
{
color: #BDBBDD;
}
</style>
background-color css
<style>
a { background-color: #BDBBDD; }
a { background-color: rgb(189,187,221); }
div.DivClassName
{
background-color: #BDBBDD;
}
.BgClassName
{
background-color: #BDBBDD;
}
</style>
border-color css
<style>
span { border-color: #BDBBDD; }
span { border-color: rgb(189,187,221); }
td.TdClassName
{
border-color: #BDBBDD;
}
.TagClassName
{
border-color: #BDBBDD;
}
</style>