Shades of Lavender Grey #BABADA
Tints of Lavender Grey #BABADA
RGB
CMYK
RGB Variations
Color information
#BABADA (or 0xBABADA) is known color: Lavender Grey. HEX triplet: BA, BA and DA. RGB value is (186,186,218). Sum of RGB (Red+Green+Blue) = 186+186+218=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #BABADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADA is #454525. Grayscale: #BDBDBD. Windows color (decimal): -4539686 or 14334650. OLE color: 14334650.
HSL color Cylindrical-coordinate representation of color #BABADA: hue angle of 240º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABADA is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 186 | 218 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.15 |
| HSL | 240º | 0.3% | 0.79% | - |
| HSV(B) | 240º | 0.15% | 0.85% | - |
| XYZ | 50.46 | 50.62 | 73.44 | - |
| YUV | 189.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 218 | 0.15 | 0.15 | 0 | 0.15 | 240 | 0.3 | 0.79 |
| Hex | BA | BA | DA | F | F | 0 | F | F0 | 1E | 4F |
| Octal | 272 | 272 | 332 | 17 | 17 | 0 | 17 | 360 | 36 | 117 |
| Binary | 10111010 | 10111010 | 11011010 | 1111 | 1111 | 0 | 1111 | 11110000 | 11110 | 1001111 |
Color Harmonies of #BABADA
Complementary color
Monochromatic Colors of #BABADA
Black with #BABADA
Text Example
Text Example
White with #BABADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABADA; }
p { color: rgb(186,186,218); }
H1.HeaderClassName
{
color: #BABADA;
}
.AnyTagClassName
{
color: #BABADA;
}
</style>
background-color css
<style>
a { background-color: #BABADA; }
a { background-color: rgb(186,186,218); }
div.DivClassName
{
background-color: #BABADA;
}
.BgClassName
{
background-color: #BABADA;
}
</style>
border-color css
<style>
span { border-color: #BABADA; }
span { border-color: rgb(186,186,218); }
td.TdClassName
{
border-color: #BABADA;
}
.TagClassName
{
border-color: #BABADA;
}
</style>