Shades of Lavender Grey #BAB6DA
Tints of Lavender Grey #BAB6DA
RGB
CMYK
RGB Variations
Color information
#BAB6DA (or 0xBAB6DA) is known color: Lavender Grey. HEX triplet: BA, B6 and DA. RGB value is (186,182,218). Sum of RGB (Red+Green+Blue) = 186+182+218=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6DA is #454925. Grayscale: #BBBBBB. Windows color (decimal): -4540710 or 14333626. OLE color: 14333626.
HSL color Cylindrical-coordinate representation of color #BAB6DA: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB6DA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 182 | 218 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.15 |
| HSL | 246.67º | 0.33% | 0.78% | - |
| HSV(B) | 246.67º | 0.17% | 0.85% | - |
| XYZ | 49.63 | 48.96 | 73.16 | - |
| YUV | 187.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 218 | 0.15 | 0.17 | 0 | 0.15 | 246.67 | 0.33 | 0.78 |
| Hex | BA | B6 | DA | F | 11 | 0 | F | F7 | 21 | 4E |
| Octal | 272 | 266 | 332 | 17 | 21 | 0 | 17 | 367 | 41 | 116 |
| Binary | 10111010 | 10110110 | 11011010 | 1111 | 10001 | 0 | 1111 | 11110111 | 100001 | 1001110 |
Color Harmonies of #BAB6DA
Complementary color
Monochromatic Colors of #BAB6DA
Black with #BAB6DA
Text Example
Text Example
White with #BAB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6DA; }
p { color: rgb(186,182,218); }
H1.HeaderClassName
{
color: #BAB6DA;
}
.AnyTagClassName
{
color: #BAB6DA;
}
</style>
background-color css
<style>
a { background-color: #BAB6DA; }
a { background-color: rgb(186,182,218); }
div.DivClassName
{
background-color: #BAB6DA;
}
.BgClassName
{
background-color: #BAB6DA;
}
</style>
border-color css
<style>
span { border-color: #BAB6DA; }
span { border-color: rgb(186,182,218); }
td.TdClassName
{
border-color: #BAB6DA;
}
.TagClassName
{
border-color: #BAB6DA;
}
</style>