Shades of Lavender Grey #BAB6EC
Tints of Lavender Grey #BAB6EC
RGB
CMYK
RGB Variations
Color information
#BAB6EC (or 0xBAB6EC) is known color: Lavender Grey. HEX triplet: BA, B6 and EC. RGB value is (186,182,236). Sum of RGB (Red+Green+Blue) = 186+182+236=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6EC is #454913. Grayscale: #BDBDBD. Windows color (decimal): -4540692 or 15513274. OLE color: 15513274.
HSL color Cylindrical-coordinate representation of color #BAB6EC: hue angle of 244.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB6EC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 182 | 236 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 244.44º | 0.59% | 0.82% | - |
| HSV(B) | 244.44º | 0.23% | 0.93% | - |
| XYZ | 52.12 | 49.95 | 86.25 | - |
| YUV | 189.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 236 | 0.21 | 0.23 | 0 | 0.07 | 244.44 | 0.59 | 0.82 |
| Hex | BA | B6 | EC | 15 | 17 | 0 | 7 | F4 | 3B | 52 |
| Octal | 272 | 266 | 354 | 25 | 27 | 0 | 7 | 364 | 73 | 122 |
| Binary | 10111010 | 10110110 | 11101100 | 10101 | 10111 | 0 | 111 | 11110100 | 111011 | 1010010 |
Color Harmonies of #BAB6EC
Complementary color
Monochromatic Colors of #BAB6EC
Black with #BAB6EC
Text Example
Text Example
White with #BAB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6EC; }
p { color: rgb(186,182,236); }
H1.HeaderClassName
{
color: #BAB6EC;
}
.AnyTagClassName
{
color: #BAB6EC;
}
</style>
background-color css
<style>
a { background-color: #BAB6EC; }
a { background-color: rgb(186,182,236); }
div.DivClassName
{
background-color: #BAB6EC;
}
.BgClassName
{
background-color: #BAB6EC;
}
</style>
border-color css
<style>
span { border-color: #BAB6EC; }
span { border-color: rgb(186,182,236); }
td.TdClassName
{
border-color: #BAB6EC;
}
.TagClassName
{
border-color: #BAB6EC;
}
</style>