Shades of Lavender Grey #BABFD5
Tints of Lavender Grey #BABFD5
RGB
CMYK
RGB Variations
Color information
#BABFD5 (or 0xBABFD5) is known color: Lavender Grey. HEX triplet: BA, BF and D5. RGB value is (186,191,213). Sum of RGB (Red+Green+Blue) = 186+191+213=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #BABFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFD5 is #45402A. Grayscale: #BFBFBF. Windows color (decimal): -4538411 or 14008250. OLE color: 14008250.
HSL color Cylindrical-coordinate representation of color #BABFD5: hue angle of 228.89º degrees, saturation: 0.24, 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 #BABFD5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 191 | 213 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.16 |
| HSL | 228.89º | 0.24% | 0.78% | - |
| HSV(B) | 228.89º | 0.13% | 0.84% | - |
| XYZ | 50.89 | 52.5 | 70.4 | - |
| YUV | 192.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 213 | 0.13 | 0.10 | 0 | 0.16 | 228.89 | 0.24 | 0.78 |
| Hex | BA | BF | D5 | D | A | 0 | 10 | E5 | 18 | 4E |
| Octal | 272 | 277 | 325 | 15 | 12 | 0 | 20 | 345 | 30 | 116 |
| Binary | 10111010 | 10111111 | 11010101 | 1101 | 1010 | 0 | 10000 | 11100101 | 11000 | 1001110 |
Color Harmonies of #BABFD5
Complementary color
Monochromatic Colors of #BABFD5
Black with #BABFD5
Text Example
Text Example
White with #BABFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFD5; }
p { color: rgb(186,191,213); }
H1.HeaderClassName
{
color: #BABFD5;
}
.AnyTagClassName
{
color: #BABFD5;
}
</style>
background-color css
<style>
a { background-color: #BABFD5; }
a { background-color: rgb(186,191,213); }
div.DivClassName
{
background-color: #BABFD5;
}
.BgClassName
{
background-color: #BABFD5;
}
</style>
border-color css
<style>
span { border-color: #BABFD5; }
span { border-color: rgb(186,191,213); }
td.TdClassName
{
border-color: #BABFD5;
}
.TagClassName
{
border-color: #BABFD5;
}
</style>