Shades of Lavender Grey #BABAD9
Tints of Lavender Grey #BABAD9
RGB
CMYK
RGB Variations
Color information
#BABAD9 (or 0xBABAD9) is known color: Lavender Grey. HEX triplet: BA, BA and D9. RGB value is (186,186,217). Sum of RGB (Red+Green+Blue) = 186+186+217=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #BABAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD9 is #454526. Grayscale: #BDBDBD. Windows color (decimal): -4539687 or 14269114. OLE color: 14269114.
HSL color Cylindrical-coordinate representation of color #BABAD9: hue angle of 240º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABAD9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 186 | 186 | 217 | - |
CMYK | 0.14 | 0.14 | 0 | 0.15 |
HSL | 240º | 0.29% | 0.79% | - |
HSV(B) | 240º | 0.14% | 0.85% | - |
XYZ | 50.33 | 50.57 | 72.75 | - |
YUV | 189.53 | 143.5 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 217 | 0.14 | 0.14 | 0 | 0.15 | 240 | 0.29 | 0.79 |
Hex | BA | BA | D9 | E | E | 0 | F | F0 | 1D | 4F |
Octal | 272 | 272 | 331 | 16 | 16 | 0 | 17 | 360 | 35 | 117 |
Binary | 10111010 | 10111010 | 11011001 | 1110 | 1110 | 0 | 1111 | 11110000 | 11101 | 1001111 |
Color Harmonies of #BABAD9
Complementary color
Monochromatic Colors of #BABAD9
Black with #BABAD9
Text Example
Text Example
White with #BABAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAD9; }
p { color: rgb(186,186,217); }
H1.HeaderClassName
{
color: #BABAD9;
}
.AnyTagClassName
{
color: #BABAD9;
}
</style>
background-color css
<style>
a { background-color: #BABAD9; }
a { background-color: rgb(186,186,217); }
div.DivClassName
{
background-color: #BABAD9;
}
.BgClassName
{
background-color: #BABAD9;
}
</style>
border-color css
<style>
span { border-color: #BABAD9; }
span { border-color: rgb(186,186,217); }
td.TdClassName
{
border-color: #BABAD9;
}
.TagClassName
{
border-color: #BABAD9;
}
</style>