Shades of Lavender Grey #BAB5DC
Tints of Lavender Grey #BAB5DC
RGB
CMYK
RGB Variations
Color information
#BAB5DC (or 0xBAB5DC) is known color: Lavender Grey. HEX triplet: BA, B5 and DC. RGB value is (186,181,220). Sum of RGB (Red+Green+Blue) = 186+181+220=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5DC is #454A23. Grayscale: #BABABA. Windows color (decimal): -4540964 or 14464442. OLE color: 14464442.
HSL color Cylindrical-coordinate representation of color #BAB5DC: hue angle of 247.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB5DC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 181 | 220 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.14 |
| HSL | 247.69º | 0.36% | 0.79% | - |
| HSV(B) | 247.69º | 0.18% | 0.86% | - |
| XYZ | 49.69 | 48.65 | 74.48 | - |
| YUV | 186.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 220 | 0.15 | 0.18 | 0 | 0.14 | 247.69 | 0.36 | 0.79 |
| Hex | BA | B5 | DC | F | 12 | 0 | E | F8 | 24 | 4F |
| Octal | 272 | 265 | 334 | 17 | 22 | 0 | 16 | 370 | 44 | 117 |
| Binary | 10111010 | 10110101 | 11011100 | 1111 | 10010 | 0 | 1110 | 11111000 | 100100 | 1001111 |
Color Harmonies of #BAB5DC
Complementary color
Monochromatic Colors of #BAB5DC
Black with #BAB5DC
Text Example
Text Example
White with #BAB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5DC; }
p { color: rgb(186,181,220); }
H1.HeaderClassName
{
color: #BAB5DC;
}
.AnyTagClassName
{
color: #BAB5DC;
}
</style>
background-color css
<style>
a { background-color: #BAB5DC; }
a { background-color: rgb(186,181,220); }
div.DivClassName
{
background-color: #BAB5DC;
}
.BgClassName
{
background-color: #BAB5DC;
}
</style>
border-color css
<style>
span { border-color: #BAB5DC; }
span { border-color: rgb(186,181,220); }
td.TdClassName
{
border-color: #BAB5DC;
}
.TagClassName
{
border-color: #BAB5DC;
}
</style>