Shades of Lavender Grey #BDBADE
Tints of Lavender Grey #BDBADE
RGB
CMYK
RGB Variations
Color information
#BDBADE (or 0xBDBADE) is known color: Lavender Grey. HEX triplet: BD, BA and DE. RGB value is (189,186,222). Sum of RGB (Red+Green+Blue) = 189+186+222=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBADE is #424521. Grayscale: #BEBEBE. Windows color (decimal): -4343074 or 14596797. OLE color: 14596797.
HSL color Cylindrical-coordinate representation of color #BDBADE: hue angle of 245º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBADE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 186 | 222 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.13 |
| HSL | 245º | 0.35% | 0.8% | - |
| HSV(B) | 245º | 0.16% | 0.87% | - |
| XYZ | 51.73 | 51.21 | 76.27 | - |
| YUV | 191 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 222 | 0.15 | 0.16 | 0 | 0.13 | 245 | 0.35 | 0.8 |
| Hex | BD | BA | DE | F | 10 | 0 | D | F5 | 23 | 50 |
| Octal | 275 | 272 | 336 | 17 | 20 | 0 | 15 | 365 | 43 | 120 |
| Binary | 10111101 | 10111010 | 11011110 | 1111 | 10000 | 0 | 1101 | 11110101 | 100011 | 1010000 |
Color Harmonies of #BDBADE
Complementary color
Monochromatic Colors of #BDBADE
Black with #BDBADE
Text Example
Text Example
White with #BDBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBADE; }
p { color: rgb(189,186,222); }
H1.HeaderClassName
{
color: #BDBADE;
}
.AnyTagClassName
{
color: #BDBADE;
}
</style>
background-color css
<style>
a { background-color: #BDBADE; }
a { background-color: rgb(189,186,222); }
div.DivClassName
{
background-color: #BDBADE;
}
.BgClassName
{
background-color: #BDBADE;
}
</style>
border-color css
<style>
span { border-color: #BDBADE; }
span { border-color: rgb(189,186,222); }
td.TdClassName
{
border-color: #BDBADE;
}
.TagClassName
{
border-color: #BDBADE;
}
</style>