Shades of Lavender Grey #BABCD3
Tints of Lavender Grey #BABCD3
RGB
CMYK
RGB Variations
Color information
#BABCD3 (or 0xBABCD3) is known color: Lavender Grey. HEX triplet: BA, BC and D3. RGB value is (186,188,211). Sum of RGB (Red+Green+Blue) = 186+188+211=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #BABCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD3 is #45432C. Grayscale: #BDBDBD. Windows color (decimal): -4539181 or 13876410. OLE color: 13876410.
HSL color Cylindrical-coordinate representation of color #BABCD3: hue angle of 235.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABCD3 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 188 | 211 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.17 |
| HSL | 235.2º | 0.22% | 0.78% | - |
| HSV(B) | 235.2º | 0.12% | 0.83% | - |
| XYZ | 49.99 | 51.11 | 68.86 | - |
| YUV | 190.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 211 | 0.12 | 0.11 | 0 | 0.17 | 235.2 | 0.22 | 0.78 |
| Hex | BA | BC | D3 | C | B | 0 | 11 | EB | 16 | 4E |
| Octal | 272 | 274 | 323 | 14 | 13 | 0 | 21 | 353 | 26 | 116 |
| Binary | 10111010 | 10111100 | 11010011 | 1100 | 1011 | 0 | 10001 | 11101011 | 10110 | 1001110 |
Color Harmonies of #BABCD3
Complementary color
Monochromatic Colors of #BABCD3
Black with #BABCD3
Text Example
Text Example
White with #BABCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCD3; }
p { color: rgb(186,188,211); }
H1.HeaderClassName
{
color: #BABCD3;
}
.AnyTagClassName
{
color: #BABCD3;
}
</style>
background-color css
<style>
a { background-color: #BABCD3; }
a { background-color: rgb(186,188,211); }
div.DivClassName
{
background-color: #BABCD3;
}
.BgClassName
{
background-color: #BABCD3;
}
</style>
border-color css
<style>
span { border-color: #BABCD3; }
span { border-color: rgb(186,188,211); }
td.TdClassName
{
border-color: #BABCD3;
}
.TagClassName
{
border-color: #BABCD3;
}
</style>