Shades of Lavender Grey #BDBADC
Tints of Lavender Grey #BDBADC
RGB
CMYK
RGB Variations
Color information
#BDBADC (or 0xBDBADC) is known color: Lavender Grey. HEX triplet: BD, BA and DC. RGB value is (189,186,220). Sum of RGB (Red+Green+Blue) = 189+186+220=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBADC is #424523. Grayscale: #BEBEBE. Windows color (decimal): -4343076 or 14465725. OLE color: 14465725.
HSL color Cylindrical-coordinate representation of color #BDBADC: hue angle of 245.29º degrees, saturation: 0.33, 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 #BDBADC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 186 | 220 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 245.29º | 0.33% | 0.8% | - |
| HSV(B) | 245.29º | 0.15% | 0.86% | - |
| XYZ | 51.46 | 51.1 | 74.86 | - |
| YUV | 190.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 220 | 0.14 | 0.15 | 0 | 0.14 | 245.29 | 0.33 | 0.8 |
| Hex | BD | BA | DC | E | F | 0 | E | F5 | 21 | 50 |
| Octal | 275 | 272 | 334 | 16 | 17 | 0 | 16 | 365 | 41 | 120 |
| Binary | 10111101 | 10111010 | 11011100 | 1110 | 1111 | 0 | 1110 | 11110101 | 100001 | 1010000 |
Color Harmonies of #BDBADC
Complementary color
Monochromatic Colors of #BDBADC
Black with #BDBADC
Text Example
Text Example
White with #BDBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBADC; }
p { color: rgb(189,186,220); }
H1.HeaderClassName
{
color: #BDBADC;
}
.AnyTagClassName
{
color: #BDBADC;
}
</style>
background-color css
<style>
a { background-color: #BDBADC; }
a { background-color: rgb(189,186,220); }
div.DivClassName
{
background-color: #BDBADC;
}
.BgClassName
{
background-color: #BDBADC;
}
</style>
border-color css
<style>
span { border-color: #BDBADC; }
span { border-color: rgb(189,186,220); }
td.TdClassName
{
border-color: #BDBADC;
}
.TagClassName
{
border-color: #BDBADC;
}
</style>