Shades of Lavender Grey #BAB8DF
Tints of Lavender Grey #BAB8DF
RGB
CMYK
RGB Variations
Color information
#BAB8DF (or 0xBAB8DF) is known color: Lavender Grey. HEX triplet: BA, B8 and DF. RGB value is (186,184,223). Sum of RGB (Red+Green+Blue) = 186+184+223=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8DF is #454720. Grayscale: #BCBCBC. Windows color (decimal): -4540193 or 14661818. OLE color: 14661818.
HSL color Cylindrical-coordinate representation of color #BAB8DF: hue angle of 243.08º degrees, saturation: 0.38, 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 #BAB8DF is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 184 | 223 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.13 |
| HSL | 243.08º | 0.38% | 0.8% | - |
| HSV(B) | 243.08º | 0.17% | 0.87% | - |
| XYZ | 50.71 | 50.05 | 76.8 | - |
| YUV | 189.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 223 | 0.17 | 0.17 | 0 | 0.13 | 243.08 | 0.38 | 0.8 |
| Hex | BA | B8 | DF | 11 | 11 | 0 | D | F3 | 26 | 50 |
| Octal | 272 | 270 | 337 | 21 | 21 | 0 | 15 | 363 | 46 | 120 |
| Binary | 10111010 | 10111000 | 11011111 | 10001 | 10001 | 0 | 1101 | 11110011 | 100110 | 1010000 |
Color Harmonies of #BAB8DF
Complementary color
Monochromatic Colors of #BAB8DF
Black with #BAB8DF
Text Example
Text Example
White with #BAB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8DF; }
p { color: rgb(186,184,223); }
H1.HeaderClassName
{
color: #BAB8DF;
}
.AnyTagClassName
{
color: #BAB8DF;
}
</style>
background-color css
<style>
a { background-color: #BAB8DF; }
a { background-color: rgb(186,184,223); }
div.DivClassName
{
background-color: #BAB8DF;
}
.BgClassName
{
background-color: #BAB8DF;
}
</style>
border-color css
<style>
span { border-color: #BAB8DF; }
span { border-color: rgb(186,184,223); }
td.TdClassName
{
border-color: #BAB8DF;
}
.TagClassName
{
border-color: #BAB8DF;
}
</style>