Shades of Lavender Grey #BDBAEC
Tints of Lavender Grey #BDBAEC
RGB
CMYK
RGB Variations
Color information
#BDBAEC (or 0xBDBAEC) is known color: Lavender Grey. HEX triplet: BD, BA and EC. RGB value is (189,186,236). Sum of RGB (Red+Green+Blue) = 189+186+236=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAEC is #424513. Grayscale: #C0C0C0. Windows color (decimal): -4343060 or 15514301. OLE color: 15514301.
HSL color Cylindrical-coordinate representation of color #BDBAEC: hue angle of 243.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBAEC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 186 | 236 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.07 |
| HSL | 243.6º | 0.57% | 0.83% | - |
| HSV(B) | 243.6º | 0.21% | 0.93% | - |
| XYZ | 53.69 | 51.99 | 86.56 | - |
| YUV | 192.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 236 | 0.20 | 0.21 | 0 | 0.07 | 243.6 | 0.57 | 0.83 |
| Hex | BD | BA | EC | 14 | 15 | 0 | 7 | F4 | 39 | 53 |
| Octal | 275 | 272 | 354 | 24 | 25 | 0 | 7 | 364 | 71 | 123 |
| Binary | 10111101 | 10111010 | 11101100 | 10100 | 10101 | 0 | 111 | 11110100 | 111001 | 1010011 |
Color Harmonies of #BDBAEC
Complementary color
Monochromatic Colors of #BDBAEC
Black with #BDBAEC
Text Example
Text Example
White with #BDBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAEC; }
p { color: rgb(189,186,236); }
H1.HeaderClassName
{
color: #BDBAEC;
}
.AnyTagClassName
{
color: #BDBAEC;
}
</style>
background-color css
<style>
a { background-color: #BDBAEC; }
a { background-color: rgb(189,186,236); }
div.DivClassName
{
background-color: #BDBAEC;
}
.BgClassName
{
background-color: #BDBAEC;
}
</style>
border-color css
<style>
span { border-color: #BDBAEC; }
span { border-color: rgb(189,186,236); }
td.TdClassName
{
border-color: #BDBAEC;
}
.TagClassName
{
border-color: #BDBAEC;
}
</style>