Shades of Lavender Grey #BABCD6
Tints of Lavender Grey #BABCD6
RGB
CMYK
RGB Variations
Color information
#BABCD6 (or 0xBABCD6) is known color: Lavender Grey. HEX triplet: BA, BC and D6. RGB value is (186,188,214). Sum of RGB (Red+Green+Blue) = 186+188+214=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD6 is #454329. Grayscale: #BEBEBE. Windows color (decimal): -4539178 or 14073018. OLE color: 14073018.
HSL color Cylindrical-coordinate representation of color #BABCD6: hue angle of 235.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABCD6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 188 | 214 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.16 |
| HSL | 235.71º | 0.25% | 0.78% | - |
| HSV(B) | 235.71º | 0.13% | 0.84% | - |
| XYZ | 50.37 | 51.26 | 70.86 | - |
| YUV | 190.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 214 | 0.13 | 0.12 | 0 | 0.16 | 235.71 | 0.25 | 0.78 |
| Hex | BA | BC | D6 | D | C | 0 | 10 | EC | 19 | 4E |
| Octal | 272 | 274 | 326 | 15 | 14 | 0 | 20 | 354 | 31 | 116 |
| Binary | 10111010 | 10111100 | 11010110 | 1101 | 1100 | 0 | 10000 | 11101100 | 11001 | 1001110 |
Color Harmonies of #BABCD6
Complementary color
Monochromatic Colors of #BABCD6
Black with #BABCD6
Text Example
Text Example
White with #BABCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCD6; }
p { color: rgb(186,188,214); }
H1.HeaderClassName
{
color: #BABCD6;
}
.AnyTagClassName
{
color: #BABCD6;
}
</style>
background-color css
<style>
a { background-color: #BABCD6; }
a { background-color: rgb(186,188,214); }
div.DivClassName
{
background-color: #BABCD6;
}
.BgClassName
{
background-color: #BABCD6;
}
</style>
border-color css
<style>
span { border-color: #BABCD6; }
span { border-color: rgb(186,188,214); }
td.TdClassName
{
border-color: #BABCD6;
}
.TagClassName
{
border-color: #BABCD6;
}
</style>