Shades of Lavender Grey #BAB5DF
Tints of Lavender Grey #BAB5DF
RGB
CMYK
RGB Variations
Color information
#BAB5DF (or 0xBAB5DF) is known color: Lavender Grey. HEX triplet: BA, B5 and DF. RGB value is (186,181,223). Sum of RGB (Red+Green+Blue) = 186+181+223=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5DF is #454A20. Grayscale: #BBBBBB. Windows color (decimal): -4540961 or 14661050. OLE color: 14661050.
HSL color Cylindrical-coordinate representation of color #BAB5DF: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB5DF is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 181 | 223 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.13 |
| HSL | 247.14º | 0.4% | 0.79% | - |
| HSV(B) | 247.14º | 0.19% | 0.87% | - |
| XYZ | 50.09 | 48.81 | 76.59 | - |
| YUV | 187.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 223 | 0.17 | 0.19 | 0 | 0.13 | 247.14 | 0.4 | 0.79 |
| Hex | BA | B5 | DF | 11 | 13 | 0 | D | F7 | 28 | 4F |
| Octal | 272 | 265 | 337 | 21 | 23 | 0 | 15 | 367 | 50 | 117 |
| Binary | 10111010 | 10110101 | 11011111 | 10001 | 10011 | 0 | 1101 | 11110111 | 101000 | 1001111 |
Color Harmonies of #BAB5DF
Complementary color
Monochromatic Colors of #BAB5DF
Black with #BAB5DF
Text Example
Text Example
White with #BAB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5DF; }
p { color: rgb(186,181,223); }
H1.HeaderClassName
{
color: #BAB5DF;
}
.AnyTagClassName
{
color: #BAB5DF;
}
</style>
background-color css
<style>
a { background-color: #BAB5DF; }
a { background-color: rgb(186,181,223); }
div.DivClassName
{
background-color: #BAB5DF;
}
.BgClassName
{
background-color: #BAB5DF;
}
</style>
border-color css
<style>
span { border-color: #BAB5DF; }
span { border-color: rgb(186,181,223); }
td.TdClassName
{
border-color: #BAB5DF;
}
.TagClassName
{
border-color: #BAB5DF;
}
</style>