Shades of Lavender Grey #BDBCDC
Tints of Lavender Grey #BDBCDC
RGB
CMYK
RGB Variations
Color information
#BDBCDC (or 0xBDBCDC) is known color: Lavender Grey. HEX triplet: BD, BC and DC. RGB value is (189,188,220). Sum of RGB (Red+Green+Blue) = 189+188+220=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCDC is #424323. Grayscale: #BFBFBF. Windows color (decimal): -4342564 or 14466237. OLE color: 14466237.
HSL color Cylindrical-coordinate representation of color #BDBCDC: hue angle of 241.88º 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 #BDBCDC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 188 | 220 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 241.88º | 0.31% | 0.8% | - |
| HSV(B) | 241.88º | 0.15% | 0.86% | - |
| XYZ | 51.89 | 51.95 | 75 | - |
| YUV | 191.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 220 | 0.14 | 0.15 | 0 | 0.14 | 241.88 | 0.31 | 0.8 |
| Hex | BD | BC | DC | E | F | 0 | E | F2 | 1F | 50 |
| Octal | 275 | 274 | 334 | 16 | 17 | 0 | 16 | 362 | 37 | 120 |
| Binary | 10111101 | 10111100 | 11011100 | 1110 | 1111 | 0 | 1110 | 11110010 | 11111 | 1010000 |
Color Harmonies of #BDBCDC
Complementary color
Monochromatic Colors of #BDBCDC
Black with #BDBCDC
Text Example
Text Example
White with #BDBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCDC; }
p { color: rgb(189,188,220); }
H1.HeaderClassName
{
color: #BDBCDC;
}
.AnyTagClassName
{
color: #BDBCDC;
}
</style>
background-color css
<style>
a { background-color: #BDBCDC; }
a { background-color: rgb(189,188,220); }
div.DivClassName
{
background-color: #BDBCDC;
}
.BgClassName
{
background-color: #BDBCDC;
}
</style>
border-color css
<style>
span { border-color: #BDBCDC; }
span { border-color: rgb(189,188,220); }
td.TdClassName
{
border-color: #BDBCDC;
}
.TagClassName
{
border-color: #BDBCDC;
}
</style>