Shades of Lavender Grey #BABCD0
Tints of Lavender Grey #BABCD0
RGB
CMYK
RGB Variations
Color information
#BABCD0 (or 0xBABCD0) is known color: Lavender Grey. HEX triplet: BA, BC and D0. RGB value is (186,188,208). Sum of RGB (Red+Green+Blue) = 186+188+208=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD0 is #45432F. Grayscale: #BDBDBD. Windows color (decimal): -4539184 or 13679802. OLE color: 13679802.
HSL color Cylindrical-coordinate representation of color #BABCD0: hue angle of 234.55º 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 #BABCD0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 188 | 208 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.18 |
| HSL | 234.55º | 0.19% | 0.77% | - |
| HSV(B) | 234.55º | 0.11% | 0.82% | - |
| XYZ | 49.62 | 50.96 | 66.9 | - |
| YUV | 189.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 208 | 0.11 | 0.10 | 0 | 0.18 | 234.55 | 0.19 | 0.77 |
| Hex | BA | BC | D0 | B | A | 0 | 12 | EB | 13 | 4D |
| Octal | 272 | 274 | 320 | 13 | 12 | 0 | 22 | 353 | 23 | 115 |
| Binary | 10111010 | 10111100 | 11010000 | 1011 | 1010 | 0 | 10010 | 11101011 | 10011 | 1001101 |
Color Harmonies of #BABCD0
Complementary color
Monochromatic Colors of #BABCD0
Black with #BABCD0
Text Example
Text Example
White with #BABCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCD0; }
p { color: rgb(186,188,208); }
H1.HeaderClassName
{
color: #BABCD0;
}
.AnyTagClassName
{
color: #BABCD0;
}
</style>
background-color css
<style>
a { background-color: #BABCD0; }
a { background-color: rgb(186,188,208); }
div.DivClassName
{
background-color: #BABCD0;
}
.BgClassName
{
background-color: #BABCD0;
}
</style>
border-color css
<style>
span { border-color: #BABCD0; }
span { border-color: rgb(186,188,208); }
td.TdClassName
{
border-color: #BABCD0;
}
.TagClassName
{
border-color: #BABCD0;
}
</style>