Shades of Lavender Grey #BABDD1
Tints of Lavender Grey #BABDD1
RGB
CMYK
RGB Variations
Color information
#BABDD1 (or 0xBABDD1) is known color: Lavender Grey. HEX triplet: BA, BD and D1. RGB value is (186,189,209). Sum of RGB (Red+Green+Blue) = 186+189+209=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BABDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD1 is #45422E. Grayscale: #BEBEBE. Windows color (decimal): -4538927 or 13745594. OLE color: 13745594.
HSL color Cylindrical-coordinate representation of color #BABDD1: hue angle of 232.17º 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 #BABDD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 189 | 209 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.18 |
| HSL | 232.17º | 0.2% | 0.77% | - |
| HSV(B) | 232.17º | 0.11% | 0.82% | - |
| XYZ | 49.96 | 51.44 | 67.62 | - |
| YUV | 190.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 209 | 0.11 | 0.10 | 0 | 0.18 | 232.17 | 0.2 | 0.77 |
| Hex | BA | BD | D1 | B | A | 0 | 12 | E8 | 14 | 4D |
| Octal | 272 | 275 | 321 | 13 | 12 | 0 | 22 | 350 | 24 | 115 |
| Binary | 10111010 | 10111101 | 11010001 | 1011 | 1010 | 0 | 10010 | 11101000 | 10100 | 1001101 |
Color Harmonies of #BABDD1
Complementary color
Monochromatic Colors of #BABDD1
Black with #BABDD1
Text Example
Text Example
White with #BABDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDD1; }
p { color: rgb(186,189,209); }
H1.HeaderClassName
{
color: #BABDD1;
}
.AnyTagClassName
{
color: #BABDD1;
}
</style>
background-color css
<style>
a { background-color: #BABDD1; }
a { background-color: rgb(186,189,209); }
div.DivClassName
{
background-color: #BABDD1;
}
.BgClassName
{
background-color: #BABDD1;
}
</style>
border-color css
<style>
span { border-color: #BABDD1; }
span { border-color: rgb(186,189,209); }
td.TdClassName
{
border-color: #BABDD1;
}
.TagClassName
{
border-color: #BABDD1;
}
</style>