Shades of Lavender Grey #BAB5DB
Tints of Lavender Grey #BAB5DB
RGB
CMYK
RGB Variations
Color information
#BAB5DB (or 0xBAB5DB) is known color: Lavender Grey. HEX triplet: BA, B5 and DB. RGB value is (186,181,219). Sum of RGB (Red+Green+Blue) = 186+181+219=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5DB is #454A24. Grayscale: #BABABA. Windows color (decimal): -4540965 or 14398906. OLE color: 14398906.
HSL color Cylindrical-coordinate representation of color #BAB5DB: hue angle of 247.89º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB5DB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 181 | 219 | - |
CMYK | 0.15 | 0.17 | 0 | 0.14 |
HSL | 247.89º | 0.35% | 0.78% | - |
HSV(B) | 247.89º | 0.17% | 0.86% | - |
XYZ | 49.56 | 48.6 | 73.79 | - |
YUV | 186.83 | 146.16 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 181 | 219 | 0.15 | 0.17 | 0 | 0.14 | 247.89 | 0.35 | 0.78 |
Hex | BA | B5 | DB | F | 11 | 0 | E | F8 | 23 | 4E |
Octal | 272 | 265 | 333 | 17 | 21 | 0 | 16 | 370 | 43 | 116 |
Binary | 10111010 | 10110101 | 11011011 | 1111 | 10001 | 0 | 1110 | 11111000 | 100011 | 1001110 |
Color Harmonies of #BAB5DB
Complementary color
Monochromatic Colors of #BAB5DB
Black with #BAB5DB
Text Example
Text Example
White with #BAB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5DB; }
p { color: rgb(186,181,219); }
H1.HeaderClassName
{
color: #BAB5DB;
}
.AnyTagClassName
{
color: #BAB5DB;
}
</style>
background-color css
<style>
a { background-color: #BAB5DB; }
a { background-color: rgb(186,181,219); }
div.DivClassName
{
background-color: #BAB5DB;
}
.BgClassName
{
background-color: #BAB5DB;
}
</style>
border-color css
<style>
span { border-color: #BAB5DB; }
span { border-color: rgb(186,181,219); }
td.TdClassName
{
border-color: #BAB5DB;
}
.TagClassName
{
border-color: #BAB5DB;
}
</style>