Shades of Lavender Grey #BAB9DD
Tints of Lavender Grey #BAB9DD
RGB
CMYK
RGB Variations
Color information
#BAB9DD (or 0xBAB9DD) is known color: Lavender Grey. HEX triplet: BA, B9 and DD. RGB value is (186,185,221). Sum of RGB (Red+Green+Blue) = 186+185+221=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DD is #454622. Grayscale: #BDBDBD. Windows color (decimal): -4539939 or 14531002. OLE color: 14531002.
HSL color Cylindrical-coordinate representation of color #BAB9DD: hue angle of 241.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB9DD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 185 | 221 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.13 |
| HSL | 241.67º | 0.35% | 0.8% | - |
| HSV(B) | 241.67º | 0.16% | 0.87% | - |
| XYZ | 50.65 | 50.36 | 75.46 | - |
| YUV | 189.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 221 | 0.16 | 0.16 | 0 | 0.13 | 241.67 | 0.35 | 0.8 |
| Hex | BA | B9 | DD | 10 | 10 | 0 | D | F2 | 23 | 50 |
| Octal | 272 | 271 | 335 | 20 | 20 | 0 | 15 | 362 | 43 | 120 |
| Binary | 10111010 | 10111001 | 11011101 | 10000 | 10000 | 0 | 1101 | 11110010 | 100011 | 1010000 |
Color Harmonies of #BAB9DD
Complementary color
Monochromatic Colors of #BAB9DD
Black with #BAB9DD
Text Example
Text Example
White with #BAB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9DD; }
p { color: rgb(186,185,221); }
H1.HeaderClassName
{
color: #BAB9DD;
}
.AnyTagClassName
{
color: #BAB9DD;
}
</style>
background-color css
<style>
a { background-color: #BAB9DD; }
a { background-color: rgb(186,185,221); }
div.DivClassName
{
background-color: #BAB9DD;
}
.BgClassName
{
background-color: #BAB9DD;
}
</style>
border-color css
<style>
span { border-color: #BAB9DD; }
span { border-color: rgb(186,185,221); }
td.TdClassName
{
border-color: #BAB9DD;
}
.TagClassName
{
border-color: #BAB9DD;
}
</style>