Shades of Lavender Grey #BAB9EC
Tints of Lavender Grey #BAB9EC
RGB
CMYK
RGB Variations
Color information
#BAB9EC (or 0xBAB9EC) is known color: Lavender Grey. HEX triplet: BA, B9 and EC. RGB value is (186,185,236). Sum of RGB (Red+Green+Blue) = 186+185+236=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9EC is #454613. Grayscale: #BEBEBE. Windows color (decimal): -4539924 or 15514042. OLE color: 15514042.
HSL color Cylindrical-coordinate representation of color #BAB9EC: hue angle of 241.18º 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 #BAB9EC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 185 | 236 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.07 |
| HSL | 241.18º | 0.57% | 0.83% | - |
| HSV(B) | 241.18º | 0.22% | 0.93% | - |
| XYZ | 52.74 | 51.19 | 86.46 | - |
| YUV | 191.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 236 | 0.21 | 0.22 | 0 | 0.07 | 241.18 | 0.57 | 0.83 |
| Hex | BA | B9 | EC | 15 | 16 | 0 | 7 | F1 | 39 | 53 |
| Octal | 272 | 271 | 354 | 25 | 26 | 0 | 7 | 361 | 71 | 123 |
| Binary | 10111010 | 10111001 | 11101100 | 10101 | 10110 | 0 | 111 | 11110001 | 111001 | 1010011 |
Color Harmonies of #BAB9EC
Complementary color
Monochromatic Colors of #BAB9EC
Black with #BAB9EC
Text Example
Text Example
White with #BAB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9EC; }
p { color: rgb(186,185,236); }
H1.HeaderClassName
{
color: #BAB9EC;
}
.AnyTagClassName
{
color: #BAB9EC;
}
</style>
background-color css
<style>
a { background-color: #BAB9EC; }
a { background-color: rgb(186,185,236); }
div.DivClassName
{
background-color: #BAB9EC;
}
.BgClassName
{
background-color: #BAB9EC;
}
</style>
border-color css
<style>
span { border-color: #BAB9EC; }
span { border-color: rgb(186,185,236); }
td.TdClassName
{
border-color: #BAB9EC;
}
.TagClassName
{
border-color: #BAB9EC;
}
</style>