Shades of Lavender Grey #BABADB
Tints of Lavender Grey #BABADB
RGB
CMYK
RGB Variations
Color information
#BABADB (or 0xBABADB) is known color: Lavender Grey. HEX triplet: BA, BA and DB. RGB value is (186,186,219). Sum of RGB (Red+Green+Blue) = 186+186+219=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADB is #454524. Grayscale: #BDBDBD. Windows color (decimal): -4539685 or 14400186. OLE color: 14400186.
HSL color Cylindrical-coordinate representation of color #BABADB: hue angle of 240º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABADB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 186 | 219 | - |
CMYK | 0.15 | 0.15 | 0 | 0.14 |
HSL | 240º | 0.31% | 0.79% | - |
HSV(B) | 240º | 0.15% | 0.86% | - |
XYZ | 50.59 | 50.67 | 74.13 | - |
YUV | 189.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 219 | 0.15 | 0.15 | 0 | 0.14 | 240 | 0.31 | 0.79 |
Hex | BA | BA | DB | F | F | 0 | E | F0 | 1F | 4F |
Octal | 272 | 272 | 333 | 17 | 17 | 0 | 16 | 360 | 37 | 117 |
Binary | 10111010 | 10111010 | 11011011 | 1111 | 1111 | 0 | 1110 | 11110000 | 11111 | 1001111 |
Color Harmonies of #BABADB
Complementary color
Monochromatic Colors of #BABADB
Black with #BABADB
Text Example
Text Example
White with #BABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABADB; }
p { color: rgb(186,186,219); }
H1.HeaderClassName
{
color: #BABADB;
}
.AnyTagClassName
{
color: #BABADB;
}
</style>
background-color css
<style>
a { background-color: #BABADB; }
a { background-color: rgb(186,186,219); }
div.DivClassName
{
background-color: #BABADB;
}
.BgClassName
{
background-color: #BABADB;
}
</style>
border-color css
<style>
span { border-color: #BABADB; }
span { border-color: rgb(186,186,219); }
td.TdClassName
{
border-color: #BABADB;
}
.TagClassName
{
border-color: #BABADB;
}
</style>