Shades of Lavender Grey #BAB3E7
Tints of Lavender Grey #BAB3E7
RGB
CMYK
RGB Variations
Color information
#BAB3E7 (or 0xBAB3E7) is known color: Lavender Grey. HEX triplet: BA, B3 and E7. RGB value is (186,179,231). Sum of RGB (Red+Green+Blue) = 186+179+231=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAB3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3E7 is #454C18. Grayscale: #BABABA. Windows color (decimal): -4541465 or 15184826. OLE color: 15184826.
HSL color Cylindrical-coordinate representation of color #BAB3E7: hue angle of 248.08º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB3E7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 179 | 231 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.09 |
| HSL | 248.08º | 0.52% | 0.8% | - |
| HSV(B) | 248.08º | 0.23% | 0.91% | - |
| XYZ | 50.79 | 48.45 | 82.28 | - |
| YUV | 187.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 231 | 0.19 | 0.23 | 0 | 0.09 | 248.08 | 0.52 | 0.8 |
| Hex | BA | B3 | E7 | 13 | 17 | 0 | 9 | F8 | 34 | 50 |
| Octal | 272 | 263 | 347 | 23 | 27 | 0 | 11 | 370 | 64 | 120 |
| Binary | 10111010 | 10110011 | 11100111 | 10011 | 10111 | 0 | 1001 | 11111000 | 110100 | 1010000 |
Color Harmonies of #BAB3E7
Complementary color
Monochromatic Colors of #BAB3E7
Black with #BAB3E7
Text Example
Text Example
White with #BAB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3E7; }
p { color: rgb(186,179,231); }
H1.HeaderClassName
{
color: #BAB3E7;
}
.AnyTagClassName
{
color: #BAB3E7;
}
</style>
background-color css
<style>
a { background-color: #BAB3E7; }
a { background-color: rgb(186,179,231); }
div.DivClassName
{
background-color: #BAB3E7;
}
.BgClassName
{
background-color: #BAB3E7;
}
</style>
border-color css
<style>
span { border-color: #BAB3E7; }
span { border-color: rgb(186,179,231); }
td.TdClassName
{
border-color: #BAB3E7;
}
.TagClassName
{
border-color: #BAB3E7;
}
</style>