Shades of Lavender Grey #BABADD
Tints of Lavender Grey #BABADD
RGB
CMYK
RGB Variations
Color information
#BABADD (or 0xBABADD) is known color: Lavender Grey. HEX triplet: BA, BA and DD. RGB value is (186,186,221). Sum of RGB (Red+Green+Blue) = 186+186+221=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #BABADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADD is #454522. Grayscale: #BDBDBD. Windows color (decimal): -4539683 or 14531258. OLE color: 14531258.
HSL color Cylindrical-coordinate representation of color #BABADD: hue angle of 240º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABADD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 186 | 221 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.13 |
| HSL | 240º | 0.34% | 0.8% | - |
| HSV(B) | 240º | 0.16% | 0.87% | - |
| XYZ | 50.86 | 50.78 | 75.53 | - |
| YUV | 189.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 221 | 0.16 | 0.16 | 0 | 0.13 | 240 | 0.34 | 0.8 |
| Hex | BA | BA | DD | 10 | 10 | 0 | D | F0 | 22 | 50 |
| Octal | 272 | 272 | 335 | 20 | 20 | 0 | 15 | 360 | 42 | 120 |
| Binary | 10111010 | 10111010 | 11011101 | 10000 | 10000 | 0 | 1101 | 11110000 | 100010 | 1010000 |
Color Harmonies of #BABADD
Complementary color
Monochromatic Colors of #BABADD
Black with #BABADD
Text Example
Text Example
White with #BABADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABADD; }
p { color: rgb(186,186,221); }
H1.HeaderClassName
{
color: #BABADD;
}
.AnyTagClassName
{
color: #BABADD;
}
</style>
background-color css
<style>
a { background-color: #BABADD; }
a { background-color: rgb(186,186,221); }
div.DivClassName
{
background-color: #BABADD;
}
.BgClassName
{
background-color: #BABADD;
}
</style>
border-color css
<style>
span { border-color: #BABADD; }
span { border-color: rgb(186,186,221); }
td.TdClassName
{
border-color: #BABADD;
}
.TagClassName
{
border-color: #BABADD;
}
</style>