Shades of Lavender Grey #BAB3DF
Tints of Lavender Grey #BAB3DF
RGB
CMYK
RGB Variations
Color information
#BAB3DF (or 0xBAB3DF) is known color: Lavender Grey. HEX triplet: BA, B3 and DF. RGB value is (186,179,223). Sum of RGB (Red+Green+Blue) = 186+179+223=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DF is #454C20. Grayscale: #B9B9B9. Windows color (decimal): -4541473 or 14660538. OLE color: 14660538.
HSL color Cylindrical-coordinate representation of color #BAB3DF: hue angle of 249.55º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB3DF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 179 | 223 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.13 |
| HSL | 249.55º | 0.41% | 0.79% | - |
| HSV(B) | 249.55º | 0.2% | 0.87% | - |
| XYZ | 49.69 | 48.01 | 76.46 | - |
| YUV | 186.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 223 | 0.17 | 0.20 | 0 | 0.13 | 249.55 | 0.41 | 0.79 |
| Hex | BA | B3 | DF | 11 | 14 | 0 | D | FA | 29 | 4F |
| Octal | 272 | 263 | 337 | 21 | 24 | 0 | 15 | 372 | 51 | 117 |
| Binary | 10111010 | 10110011 | 11011111 | 10001 | 10100 | 0 | 1101 | 11111010 | 101001 | 1001111 |
Color Harmonies of #BAB3DF
Complementary color
Monochromatic Colors of #BAB3DF
Black with #BAB3DF
Text Example
Text Example
White with #BAB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3DF; }
p { color: rgb(186,179,223); }
H1.HeaderClassName
{
color: #BAB3DF;
}
.AnyTagClassName
{
color: #BAB3DF;
}
</style>
background-color css
<style>
a { background-color: #BAB3DF; }
a { background-color: rgb(186,179,223); }
div.DivClassName
{
background-color: #BAB3DF;
}
.BgClassName
{
background-color: #BAB3DF;
}
</style>
border-color css
<style>
span { border-color: #BAB3DF; }
span { border-color: rgb(186,179,223); }
td.TdClassName
{
border-color: #BAB3DF;
}
.TagClassName
{
border-color: #BAB3DF;
}
</style>