Shades of Lavender Grey #BAB5D8
Tints of Lavender Grey #BAB5D8
RGB
CMYK
RGB Variations
Color information
#BAB5D8 (or 0xBAB5D8) is known color: Lavender Grey. HEX triplet: BA, B5 and D8. RGB value is (186,181,216). Sum of RGB (Red+Green+Blue) = 186+181+216=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5D8 is #454A27. Grayscale: #BABABA. Windows color (decimal): -4540968 or 14202298. OLE color: 14202298.
HSL color Cylindrical-coordinate representation of color #BAB5D8: hue angle of 248.57º 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 #BAB5D8 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 181 | 216 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.15 |
| HSL | 248.57º | 0.31% | 0.78% | - |
| HSV(B) | 248.57º | 0.16% | 0.85% | - |
| XYZ | 49.17 | 48.44 | 71.73 | - |
| YUV | 186.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 216 | 0.14 | 0.16 | 0 | 0.15 | 248.57 | 0.31 | 0.78 |
| Hex | BA | B5 | D8 | E | 10 | 0 | F | F9 | 1F | 4E |
| Octal | 272 | 265 | 330 | 16 | 20 | 0 | 17 | 371 | 37 | 116 |
| Binary | 10111010 | 10110101 | 11011000 | 1110 | 10000 | 0 | 1111 | 11111001 | 11111 | 1001110 |
Color Harmonies of #BAB5D8
Complementary color
Monochromatic Colors of #BAB5D8
Black with #BAB5D8
Text Example
Text Example
White with #BAB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5D8; }
p { color: rgb(186,181,216); }
H1.HeaderClassName
{
color: #BAB5D8;
}
.AnyTagClassName
{
color: #BAB5D8;
}
</style>
background-color css
<style>
a { background-color: #BAB5D8; }
a { background-color: rgb(186,181,216); }
div.DivClassName
{
background-color: #BAB5D8;
}
.BgClassName
{
background-color: #BAB5D8;
}
</style>
border-color css
<style>
span { border-color: #BAB5D8; }
span { border-color: rgb(186,181,216); }
td.TdClassName
{
border-color: #BAB5D8;
}
.TagClassName
{
border-color: #BAB5D8;
}
</style>