Shades of Lavender Grey #BABFD6
Tints of Lavender Grey #BABFD6
RGB
CMYK
RGB Variations
Color information
#BABFD6 (or 0xBABFD6) is known color: Lavender Grey. HEX triplet: BA, BF and D6. RGB value is (186,191,214). Sum of RGB (Red+Green+Blue) = 186+191+214=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFD6 is #454029. Grayscale: #C0C0C0. Windows color (decimal): -4538410 or 14073786. OLE color: 14073786.
HSL color Cylindrical-coordinate representation of color #BABFD6: hue angle of 229.29º 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 #BABFD6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 191 | 214 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.16 |
| HSL | 229.29º | 0.25% | 0.78% | - |
| HSV(B) | 229.29º | 0.13% | 0.84% | - |
| XYZ | 51.02 | 52.56 | 71.07 | - |
| YUV | 192.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 214 | 0.13 | 0.11 | 0 | 0.16 | 229.29 | 0.25 | 0.78 |
| Hex | BA | BF | D6 | D | B | 0 | 10 | E5 | 19 | 4E |
| Octal | 272 | 277 | 326 | 15 | 13 | 0 | 20 | 345 | 31 | 116 |
| Binary | 10111010 | 10111111 | 11010110 | 1101 | 1011 | 0 | 10000 | 11100101 | 11001 | 1001110 |
Color Harmonies of #BABFD6
Complementary color
Monochromatic Colors of #BABFD6
Black with #BABFD6
Text Example
Text Example
White with #BABFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFD6; }
p { color: rgb(186,191,214); }
H1.HeaderClassName
{
color: #BABFD6;
}
.AnyTagClassName
{
color: #BABFD6;
}
</style>
background-color css
<style>
a { background-color: #BABFD6; }
a { background-color: rgb(186,191,214); }
div.DivClassName
{
background-color: #BABFD6;
}
.BgClassName
{
background-color: #BABFD6;
}
</style>
border-color css
<style>
span { border-color: #BABFD6; }
span { border-color: rgb(186,191,214); }
td.TdClassName
{
border-color: #BABFD6;
}
.TagClassName
{
border-color: #BABFD6;
}
</style>