Shades of Lavender Grey #BAB7EC
Tints of Lavender Grey #BAB7EC
RGB
CMYK
RGB Variations
Color information
#BAB7EC (or 0xBAB7EC) is known color: Lavender Grey. HEX triplet: BA, B7 and EC. RGB value is (186,183,236). Sum of RGB (Red+Green+Blue) = 186+183+236=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7EC is #454813. Grayscale: #BDBDBD. Windows color (decimal): -4540436 or 15513530. OLE color: 15513530.
HSL color Cylindrical-coordinate representation of color #BAB7EC: hue angle of 243.4º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB7EC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 183 | 236 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.07 |
| HSL | 243.4º | 0.58% | 0.82% | - |
| HSV(B) | 243.4º | 0.22% | 0.93% | - |
| XYZ | 52.32 | 50.36 | 86.32 | - |
| YUV | 189.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 236 | 0.21 | 0.22 | 0 | 0.07 | 243.4 | 0.58 | 0.82 |
| Hex | BA | B7 | EC | 15 | 16 | 0 | 7 | F3 | 3A | 52 |
| Octal | 272 | 267 | 354 | 25 | 26 | 0 | 7 | 363 | 72 | 122 |
| Binary | 10111010 | 10110111 | 11101100 | 10101 | 10110 | 0 | 111 | 11110011 | 111010 | 1010010 |
Color Harmonies of #BAB7EC
Complementary color
Monochromatic Colors of #BAB7EC
Black with #BAB7EC
Text Example
Text Example
White with #BAB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7EC; }
p { color: rgb(186,183,236); }
H1.HeaderClassName
{
color: #BAB7EC;
}
.AnyTagClassName
{
color: #BAB7EC;
}
</style>
background-color css
<style>
a { background-color: #BAB7EC; }
a { background-color: rgb(186,183,236); }
div.DivClassName
{
background-color: #BAB7EC;
}
.BgClassName
{
background-color: #BAB7EC;
}
</style>
border-color css
<style>
span { border-color: #BAB7EC; }
span { border-color: rgb(186,183,236); }
td.TdClassName
{
border-color: #BAB7EC;
}
.TagClassName
{
border-color: #BAB7EC;
}
</style>