Shades of Lavender Grey #BABBDB
Tints of Lavender Grey #BABBDB
RGB
CMYK
RGB Variations
Color information
#BABBDB (or 0xBABBDB) is known color: Lavender Grey. HEX triplet: BA, BB and DB. RGB value is (186,187,219). Sum of RGB (Red+Green+Blue) = 186+187+219=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBDB is #454424. Grayscale: #BEBEBE. Windows color (decimal): -4539429 or 14400442. OLE color: 14400442.
HSL color Cylindrical-coordinate representation of color #BABBDB: hue angle of 238.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABBDB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 187 | 219 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.14 |
| HSL | 238.18º | 0.31% | 0.79% | - |
| HSV(B) | 238.18º | 0.15% | 0.86% | - |
| XYZ | 50.81 | 51.09 | 74.2 | - |
| YUV | 190.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 219 | 0.15 | 0.15 | 0 | 0.14 | 238.18 | 0.31 | 0.79 |
| Hex | BA | BB | DB | F | F | 0 | E | EE | 1F | 4F |
| Octal | 272 | 273 | 333 | 17 | 17 | 0 | 16 | 356 | 37 | 117 |
| Binary | 10111010 | 10111011 | 11011011 | 1111 | 1111 | 0 | 1110 | 11101110 | 11111 | 1001111 |
Color Harmonies of #BABBDB
Complementary color
Monochromatic Colors of #BABBDB
Black with #BABBDB
Text Example
Text Example
White with #BABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBDB; }
p { color: rgb(186,187,219); }
H1.HeaderClassName
{
color: #BABBDB;
}
.AnyTagClassName
{
color: #BABBDB;
}
</style>
background-color css
<style>
a { background-color: #BABBDB; }
a { background-color: rgb(186,187,219); }
div.DivClassName
{
background-color: #BABBDB;
}
.BgClassName
{
background-color: #BABBDB;
}
</style>
border-color css
<style>
span { border-color: #BABBDB; }
span { border-color: rgb(186,187,219); }
td.TdClassName
{
border-color: #BABBDB;
}
.TagClassName
{
border-color: #BABBDB;
}
</style>