Shades of Lavender Grey #BAB5DA
Tints of Lavender Grey #BAB5DA
RGB
CMYK
RGB Variations
Color information
#BAB5DA (or 0xBAB5DA) is known color: Lavender Grey. HEX triplet: BA, B5 and DA. RGB value is (186,181,218). Sum of RGB (Red+Green+Blue) = 186+181+218=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5DA is #454A25. Grayscale: #BABABA. Windows color (decimal): -4540966 or 14333370. OLE color: 14333370.
HSL color Cylindrical-coordinate representation of color #BAB5DA: hue angle of 248.11º 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 #BAB5DA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 181 | 218 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.15 |
| HSL | 248.11º | 0.33% | 0.78% | - |
| HSV(B) | 248.11º | 0.17% | 0.85% | - |
| XYZ | 49.43 | 48.55 | 73.1 | - |
| YUV | 186.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 218 | 0.15 | 0.17 | 0 | 0.15 | 248.11 | 0.33 | 0.78 |
| Hex | BA | B5 | DA | F | 11 | 0 | F | F8 | 21 | 4E |
| Octal | 272 | 265 | 332 | 17 | 21 | 0 | 17 | 370 | 41 | 116 |
| Binary | 10111010 | 10110101 | 11011010 | 1111 | 10001 | 0 | 1111 | 11111000 | 100001 | 1001110 |
Color Harmonies of #BAB5DA
Complementary color
Monochromatic Colors of #BAB5DA
Black with #BAB5DA
Text Example
Text Example
White with #BAB5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5DA; }
p { color: rgb(186,181,218); }
H1.HeaderClassName
{
color: #BAB5DA;
}
.AnyTagClassName
{
color: #BAB5DA;
}
</style>
background-color css
<style>
a { background-color: #BAB5DA; }
a { background-color: rgb(186,181,218); }
div.DivClassName
{
background-color: #BAB5DA;
}
.BgClassName
{
background-color: #BAB5DA;
}
</style>
border-color css
<style>
span { border-color: #BAB5DA; }
span { border-color: rgb(186,181,218); }
td.TdClassName
{
border-color: #BAB5DA;
}
.TagClassName
{
border-color: #BAB5DA;
}
</style>