Shades of Lavender Grey #BAB9DB
Tints of Lavender Grey #BAB9DB
RGB
CMYK
RGB Variations
Color information
#BAB9DB (or 0xBAB9DB) is known color: Lavender Grey. HEX triplet: BA, B9 and DB. RGB value is (186,185,219). Sum of RGB (Red+Green+Blue) = 186+185+219=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DB is #454624. Grayscale: #BDBDBD. Windows color (decimal): -4539941 or 14399930. OLE color: 14399930.
HSL color Cylindrical-coordinate representation of color #BAB9DB: hue angle of 241.76º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB9DB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 185 | 219 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.14 |
| HSL | 241.76º | 0.32% | 0.79% | - |
| HSV(B) | 241.76º | 0.16% | 0.86% | - |
| XYZ | 50.38 | 50.25 | 74.06 | - |
| YUV | 189.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 219 | 0.15 | 0.16 | 0 | 0.14 | 241.76 | 0.32 | 0.79 |
| Hex | BA | B9 | DB | F | 10 | 0 | E | F2 | 20 | 4F |
| Octal | 272 | 271 | 333 | 17 | 20 | 0 | 16 | 362 | 40 | 117 |
| Binary | 10111010 | 10111001 | 11011011 | 1111 | 10000 | 0 | 1110 | 11110010 | 100000 | 1001111 |
Color Harmonies of #BAB9DB
Complementary color
Monochromatic Colors of #BAB9DB
Black with #BAB9DB
Text Example
Text Example
White with #BAB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9DB; }
p { color: rgb(186,185,219); }
H1.HeaderClassName
{
color: #BAB9DB;
}
.AnyTagClassName
{
color: #BAB9DB;
}
</style>
background-color css
<style>
a { background-color: #BAB9DB; }
a { background-color: rgb(186,185,219); }
div.DivClassName
{
background-color: #BAB9DB;
}
.BgClassName
{
background-color: #BAB9DB;
}
</style>
border-color css
<style>
span { border-color: #BAB9DB; }
span { border-color: rgb(186,185,219); }
td.TdClassName
{
border-color: #BAB9DB;
}
.TagClassName
{
border-color: #BAB9DB;
}
</style>