Shades of Lavender Grey #BABBD4
Tints of Lavender Grey #BABBD4
RGB
CMYK
RGB Variations
Color information
#BABBD4 (or 0xBABBD4) is known color: Lavender Grey. HEX triplet: BA, BB and D4. RGB value is (186,187,212). Sum of RGB (Red+Green+Blue) = 186+187+212=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #BABBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD4 is #45442B. Grayscale: #BDBDBD. Windows color (decimal): -4539436 or 13941690. OLE color: 13941690.
HSL color Cylindrical-coordinate representation of color #BABBD4: hue angle of 237.69º degrees, saturation: 0.23, 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 #BABBD4 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 187 | 212 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.17 |
| HSL | 237.69º | 0.23% | 0.78% | - |
| HSV(B) | 237.69º | 0.12% | 0.83% | - |
| XYZ | 49.9 | 50.73 | 69.45 | - |
| YUV | 189.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 212 | 0.12 | 0.12 | 0 | 0.17 | 237.69 | 0.23 | 0.78 |
| Hex | BA | BB | D4 | C | C | 0 | 11 | EE | 17 | 4E |
| Octal | 272 | 273 | 324 | 14 | 14 | 0 | 21 | 356 | 27 | 116 |
| Binary | 10111010 | 10111011 | 11010100 | 1100 | 1100 | 0 | 10001 | 11101110 | 10111 | 1001110 |
Color Harmonies of #BABBD4
Complementary color
Monochromatic Colors of #BABBD4
Black with #BABBD4
Text Example
Text Example
White with #BABBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBD4; }
p { color: rgb(186,187,212); }
H1.HeaderClassName
{
color: #BABBD4;
}
.AnyTagClassName
{
color: #BABBD4;
}
</style>
background-color css
<style>
a { background-color: #BABBD4; }
a { background-color: rgb(186,187,212); }
div.DivClassName
{
background-color: #BABBD4;
}
.BgClassName
{
background-color: #BABBD4;
}
</style>
border-color css
<style>
span { border-color: #BABBD4; }
span { border-color: rgb(186,187,212); }
td.TdClassName
{
border-color: #BABBD4;
}
.TagClassName
{
border-color: #BABBD4;
}
</style>