Shades of Lavender Grey #BDB9EC
Tints of Lavender Grey #BDB9EC
RGB
CMYK
RGB Variations
Color information
#BDB9EC (or 0xBDB9EC) is known color: Lavender Grey. HEX triplet: BD, B9 and EC. RGB value is (189,185,236). Sum of RGB (Red+Green+Blue) = 189+185+236=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9EC is #424613. Grayscale: #BFBFBF. Windows color (decimal): -4343316 or 15514045. OLE color: 15514045.
HSL color Cylindrical-coordinate representation of color #BDB9EC: hue angle of 244.71º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB9EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 185 | 236 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.07 |
| HSL | 244.71º | 0.57% | 0.83% | - |
| HSV(B) | 244.71º | 0.22% | 0.93% | - |
| XYZ | 53.48 | 51.57 | 86.49 | - |
| YUV | 192.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 236 | 0.20 | 0.22 | 0 | 0.07 | 244.71 | 0.57 | 0.83 |
| Hex | BD | B9 | EC | 14 | 16 | 0 | 7 | F5 | 39 | 53 |
| Octal | 275 | 271 | 354 | 24 | 26 | 0 | 7 | 365 | 71 | 123 |
| Binary | 10111101 | 10111001 | 11101100 | 10100 | 10110 | 0 | 111 | 11110101 | 111001 | 1010011 |
Color Harmonies of #BDB9EC
Complementary color
Monochromatic Colors of #BDB9EC
Black with #BDB9EC
Text Example
Text Example
White with #BDB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9EC; }
p { color: rgb(189,185,236); }
H1.HeaderClassName
{
color: #BDB9EC;
}
.AnyTagClassName
{
color: #BDB9EC;
}
</style>
background-color css
<style>
a { background-color: #BDB9EC; }
a { background-color: rgb(189,185,236); }
div.DivClassName
{
background-color: #BDB9EC;
}
.BgClassName
{
background-color: #BDB9EC;
}
</style>
border-color css
<style>
span { border-color: #BDB9EC; }
span { border-color: rgb(189,185,236); }
td.TdClassName
{
border-color: #BDB9EC;
}
.TagClassName
{
border-color: #BDB9EC;
}
</style>