Shades of Lavender Grey #BABBD0
Tints of Lavender Grey #BABBD0
RGB
CMYK
RGB Variations
Color information
#BABBD0 (or 0xBABBD0) is known color: Lavender Grey. HEX triplet: BA, BB and D0. RGB value is (186,187,208). Sum of RGB (Red+Green+Blue) = 186+187+208=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD0 is #45442F. Grayscale: #BDBDBD. Windows color (decimal): -4539440 or 13679546. OLE color: 13679546.
HSL color Cylindrical-coordinate representation of color #BABBD0: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABBD0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 187 | 208 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.18 |
| HSL | 237.27º | 0.19% | 0.77% | - |
| HSV(B) | 237.27º | 0.11% | 0.82% | - |
| XYZ | 49.41 | 50.53 | 66.82 | - |
| YUV | 189.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 208 | 0.11 | 0.10 | 0 | 0.18 | 237.27 | 0.19 | 0.77 |
| Hex | BA | BB | D0 | B | A | 0 | 12 | ED | 13 | 4D |
| Octal | 272 | 273 | 320 | 13 | 12 | 0 | 22 | 355 | 23 | 115 |
| Binary | 10111010 | 10111011 | 11010000 | 1011 | 1010 | 0 | 10010 | 11101101 | 10011 | 1001101 |
Color Harmonies of #BABBD0
Complementary color
Monochromatic Colors of #BABBD0
Black with #BABBD0
Text Example
Text Example
White with #BABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBD0; }
p { color: rgb(186,187,208); }
H1.HeaderClassName
{
color: #BABBD0;
}
.AnyTagClassName
{
color: #BABBD0;
}
</style>
background-color css
<style>
a { background-color: #BABBD0; }
a { background-color: rgb(186,187,208); }
div.DivClassName
{
background-color: #BABBD0;
}
.BgClassName
{
background-color: #BABBD0;
}
</style>
border-color css
<style>
span { border-color: #BABBD0; }
span { border-color: rgb(186,187,208); }
td.TdClassName
{
border-color: #BABBD0;
}
.TagClassName
{
border-color: #BABBD0;
}
</style>