Shades of Lavender Grey #BAB5EC
Tints of Lavender Grey #BAB5EC
RGB
CMYK
RGB Variations
Color information
#BAB5EC (or 0xBAB5EC) is known color: Lavender Grey. HEX triplet: BA, B5 and EC. RGB value is (186,181,236). Sum of RGB (Red+Green+Blue) = 186+181+236=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5EC is #454A13. Grayscale: #BCBCBC. Windows color (decimal): -4540948 or 15513018. OLE color: 15513018.
HSL color Cylindrical-coordinate representation of color #BAB5EC: hue angle of 245.45º 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 #BAB5EC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 181 | 236 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 245.45º | 0.59% | 0.82% | - |
| HSV(B) | 245.45º | 0.23% | 0.93% | - |
| XYZ | 51.91 | 49.54 | 86.18 | - |
| YUV | 188.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 236 | 0.21 | 0.23 | 0 | 0.07 | 245.45 | 0.59 | 0.82 |
| Hex | BA | B5 | EC | 15 | 17 | 0 | 7 | F5 | 3B | 52 |
| Octal | 272 | 265 | 354 | 25 | 27 | 0 | 7 | 365 | 73 | 122 |
| Binary | 10111010 | 10110101 | 11101100 | 10101 | 10111 | 0 | 111 | 11110101 | 111011 | 1010010 |
Color Harmonies of #BAB5EC
Complementary color
Monochromatic Colors of #BAB5EC
Black with #BAB5EC
Text Example
Text Example
White with #BAB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5EC; }
p { color: rgb(186,181,236); }
H1.HeaderClassName
{
color: #BAB5EC;
}
.AnyTagClassName
{
color: #BAB5EC;
}
</style>
background-color css
<style>
a { background-color: #BAB5EC; }
a { background-color: rgb(186,181,236); }
div.DivClassName
{
background-color: #BAB5EC;
}
.BgClassName
{
background-color: #BAB5EC;
}
</style>
border-color css
<style>
span { border-color: #BAB5EC; }
span { border-color: rgb(186,181,236); }
td.TdClassName
{
border-color: #BAB5EC;
}
.TagClassName
{
border-color: #BAB5EC;
}
</style>