Shades of Lavender Grey #BAB9DF
Tints of Lavender Grey #BAB9DF
RGB
CMYK
RGB Variations
Color information
#BAB9DF (or 0xBAB9DF) is known color: Lavender Grey. HEX triplet: BA, B9 and DF. RGB value is (186,185,223). Sum of RGB (Red+Green+Blue) = 186+185+223=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DF is #454620. Grayscale: #BDBDBD. Windows color (decimal): -4539937 or 14662074. OLE color: 14662074.
HSL color Cylindrical-coordinate representation of color #BAB9DF: hue angle of 241.58º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB9DF is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 185 | 223 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.13 |
| HSL | 241.58º | 0.37% | 0.8% | - |
| HSV(B) | 241.58º | 0.17% | 0.87% | - |
| XYZ | 50.92 | 50.46 | 76.87 | - |
| YUV | 189.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 223 | 0.17 | 0.17 | 0 | 0.13 | 241.58 | 0.37 | 0.8 |
| Hex | BA | B9 | DF | 11 | 11 | 0 | D | F2 | 25 | 50 |
| Octal | 272 | 271 | 337 | 21 | 21 | 0 | 15 | 362 | 45 | 120 |
| Binary | 10111010 | 10111001 | 11011111 | 10001 | 10001 | 0 | 1101 | 11110010 | 100101 | 1010000 |
Color Harmonies of #BAB9DF
Complementary color
Monochromatic Colors of #BAB9DF
Black with #BAB9DF
Text Example
Text Example
White with #BAB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9DF; }
p { color: rgb(186,185,223); }
H1.HeaderClassName
{
color: #BAB9DF;
}
.AnyTagClassName
{
color: #BAB9DF;
}
</style>
background-color css
<style>
a { background-color: #BAB9DF; }
a { background-color: rgb(186,185,223); }
div.DivClassName
{
background-color: #BAB9DF;
}
.BgClassName
{
background-color: #BAB9DF;
}
</style>
border-color css
<style>
span { border-color: #BAB9DF; }
span { border-color: rgb(186,185,223); }
td.TdClassName
{
border-color: #BAB9DF;
}
.TagClassName
{
border-color: #BAB9DF;
}
</style>