Shades of Lavender Grey #BABBDD
Tints of Lavender Grey #BABBDD
RGB
CMYK
RGB Variations
Color information
#BABBDD (or 0xBABBDD) is known color: Lavender Grey. HEX triplet: BA, BB and DD. RGB value is (186,187,221). Sum of RGB (Red+Green+Blue) = 186+187+221=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #BABBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBDD is #454422. Grayscale: #BEBEBE. Windows color (decimal): -4539427 or 14531514. OLE color: 14531514.
HSL color Cylindrical-coordinate representation of color #BABBDD: hue angle of 238.29º 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 #BABBDD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 187 | 221 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.13 |
| HSL | 238.29º | 0.34% | 0.8% | - |
| HSV(B) | 238.29º | 0.16% | 0.87% | - |
| XYZ | 51.07 | 51.2 | 75.6 | - |
| YUV | 190.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 221 | 0.16 | 0.15 | 0 | 0.13 | 238.29 | 0.34 | 0.8 |
| Hex | BA | BB | DD | 10 | F | 0 | D | EE | 22 | 50 |
| Octal | 272 | 273 | 335 | 20 | 17 | 0 | 15 | 356 | 42 | 120 |
| Binary | 10111010 | 10111011 | 11011101 | 10000 | 1111 | 0 | 1101 | 11101110 | 100010 | 1010000 |
Color Harmonies of #BABBDD
Complementary color
Monochromatic Colors of #BABBDD
Black with #BABBDD
Text Example
Text Example
White with #BABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBDD; }
p { color: rgb(186,187,221); }
H1.HeaderClassName
{
color: #BABBDD;
}
.AnyTagClassName
{
color: #BABBDD;
}
</style>
background-color css
<style>
a { background-color: #BABBDD; }
a { background-color: rgb(186,187,221); }
div.DivClassName
{
background-color: #BABBDD;
}
.BgClassName
{
background-color: #BABBDD;
}
</style>
border-color css
<style>
span { border-color: #BABBDD; }
span { border-color: rgb(186,187,221); }
td.TdClassName
{
border-color: #BABBDD;
}
.TagClassName
{
border-color: #BABBDD;
}
</style>