Shades of Lavender Grey #BAB7D9
Tints of Lavender Grey #BAB7D9
RGB
CMYK
RGB Variations
Color information
#BAB7D9 (or 0xBAB7D9) is known color: Lavender Grey. HEX triplet: BA, B7 and D9. RGB value is (186,183,217). Sum of RGB (Red+Green+Blue) = 186+183+217=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7D9 is #454826. Grayscale: #BBBBBB. Windows color (decimal): -4540455 or 14268346. OLE color: 14268346.
HSL color Cylindrical-coordinate representation of color #BAB7D9: hue angle of 245.29º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB7D9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 183 | 217 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.15 |
| HSL | 245.29º | 0.31% | 0.78% | - |
| HSV(B) | 245.29º | 0.16% | 0.85% | - |
| XYZ | 49.71 | 49.32 | 72.54 | - |
| YUV | 187.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 217 | 0.14 | 0.16 | 0 | 0.15 | 245.29 | 0.31 | 0.78 |
| Hex | BA | B7 | D9 | E | 10 | 0 | F | F5 | 1F | 4E |
| Octal | 272 | 267 | 331 | 16 | 20 | 0 | 17 | 365 | 37 | 116 |
| Binary | 10111010 | 10110111 | 11011001 | 1110 | 10000 | 0 | 1111 | 11110101 | 11111 | 1001110 |
Color Harmonies of #BAB7D9
Complementary color
Monochromatic Colors of #BAB7D9
Black with #BAB7D9
Text Example
Text Example
White with #BAB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7D9; }
p { color: rgb(186,183,217); }
H1.HeaderClassName
{
color: #BAB7D9;
}
.AnyTagClassName
{
color: #BAB7D9;
}
</style>
background-color css
<style>
a { background-color: #BAB7D9; }
a { background-color: rgb(186,183,217); }
div.DivClassName
{
background-color: #BAB7D9;
}
.BgClassName
{
background-color: #BAB7D9;
}
</style>
border-color css
<style>
span { border-color: #BAB7D9; }
span { border-color: rgb(186,183,217); }
td.TdClassName
{
border-color: #BAB7D9;
}
.TagClassName
{
border-color: #BAB7D9;
}
</style>