Shades of Lavender Grey #BAB7ED
Tints of Lavender Grey #BAB7ED
RGB
CMYK
RGB Variations
Color information
#BAB7ED (or 0xBAB7ED) is known color: Lavender Grey. HEX triplet: BA, B7 and ED. RGB value is (186,183,237). Sum of RGB (Red+Green+Blue) = 186+183+237=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7ED is #454812. Grayscale: #BDBDBD. Windows color (decimal): -4540435 or 15579066. OLE color: 15579066.
HSL color Cylindrical-coordinate representation of color #BAB7ED: hue angle of 243.33º degrees, saturation: 0.6, 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 #BAB7ED is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 183 | 237 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.07 |
| HSL | 243.33º | 0.6% | 0.82% | - |
| HSV(B) | 243.33º | 0.23% | 0.93% | - |
| XYZ | 52.47 | 50.42 | 87.09 | - |
| YUV | 190.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 237 | 0.22 | 0.23 | 0 | 0.07 | 243.33 | 0.6 | 0.82 |
| Hex | BA | B7 | ED | 16 | 17 | 0 | 7 | F3 | 3C | 52 |
| Octal | 272 | 267 | 355 | 26 | 27 | 0 | 7 | 363 | 74 | 122 |
| Binary | 10111010 | 10110111 | 11101101 | 10110 | 10111 | 0 | 111 | 11110011 | 111100 | 1010010 |
Color Harmonies of #BAB7ED
Complementary color
Monochromatic Colors of #BAB7ED
Black with #BAB7ED
Text Example
Text Example
White with #BAB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7ED; }
p { color: rgb(186,183,237); }
H1.HeaderClassName
{
color: #BAB7ED;
}
.AnyTagClassName
{
color: #BAB7ED;
}
</style>
background-color css
<style>
a { background-color: #BAB7ED; }
a { background-color: rgb(186,183,237); }
div.DivClassName
{
background-color: #BAB7ED;
}
.BgClassName
{
background-color: #BAB7ED;
}
</style>
border-color css
<style>
span { border-color: #BAB7ED; }
span { border-color: rgb(186,183,237); }
td.TdClassName
{
border-color: #BAB7ED;
}
.TagClassName
{
border-color: #BAB7ED;
}
</style>