Shades of Lavender Grey #BABBD1
Tints of Lavender Grey #BABBD1
RGB
CMYK
RGB Variations
Color information
#BABBD1 (or 0xBABBD1) is known color: Lavender Grey. HEX triplet: BA, BB and D1. RGB value is (186,187,209). Sum of RGB (Red+Green+Blue) = 186+187+209=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #BABBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD1 is #45442E. Grayscale: #BDBDBD. Windows color (decimal): -4539439 or 13745082. OLE color: 13745082.
HSL color Cylindrical-coordinate representation of color #BABBD1: hue angle of 237.39º degrees, saturation: 0.2, 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 #BABBD1 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 187 | 209 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.18 |
| HSL | 237.39º | 0.2% | 0.77% | - |
| HSV(B) | 237.39º | 0.11% | 0.82% | - |
| XYZ | 49.53 | 50.58 | 67.47 | - |
| YUV | 189.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 209 | 0.11 | 0.11 | 0 | 0.18 | 237.39 | 0.2 | 0.77 |
| Hex | BA | BB | D1 | B | B | 0 | 12 | ED | 14 | 4D |
| Octal | 272 | 273 | 321 | 13 | 13 | 0 | 22 | 355 | 24 | 115 |
| Binary | 10111010 | 10111011 | 11010001 | 1011 | 1011 | 0 | 10010 | 11101101 | 10100 | 1001101 |
Color Harmonies of #BABBD1
Complementary color
Monochromatic Colors of #BABBD1
Black with #BABBD1
Text Example
Text Example
White with #BABBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBD1; }
p { color: rgb(186,187,209); }
H1.HeaderClassName
{
color: #BABBD1;
}
.AnyTagClassName
{
color: #BABBD1;
}
</style>
background-color css
<style>
a { background-color: #BABBD1; }
a { background-color: rgb(186,187,209); }
div.DivClassName
{
background-color: #BABBD1;
}
.BgClassName
{
background-color: #BABBD1;
}
</style>
border-color css
<style>
span { border-color: #BABBD1; }
span { border-color: rgb(186,187,209); }
td.TdClassName
{
border-color: #BABBD1;
}
.TagClassName
{
border-color: #BABBD1;
}
</style>