Shades of Lavender Grey #BABCDB
Tints of Lavender Grey #BABCDB
RGB
CMYK
RGB Variations
Color information
#BABCDB (or 0xBABCDB) is known color: Lavender Grey. HEX triplet: BA, BC and DB. RGB value is (186,188,219). Sum of RGB (Red+Green+Blue) = 186+188+219=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDB is #454324. Grayscale: #BEBEBE. Windows color (decimal): -4539173 or 14400698. OLE color: 14400698.
HSL color Cylindrical-coordinate representation of color #BABCDB: hue angle of 236.36º 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 #BABCDB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 188 | 219 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.14 |
| HSL | 236.36º | 0.31% | 0.79% | - |
| HSV(B) | 236.36º | 0.15% | 0.86% | - |
| XYZ | 51.02 | 51.52 | 74.27 | - |
| YUV | 190.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 219 | 0.15 | 0.14 | 0 | 0.14 | 236.36 | 0.31 | 0.79 |
| Hex | BA | BC | DB | F | E | 0 | E | EC | 1F | 4F |
| Octal | 272 | 274 | 333 | 17 | 16 | 0 | 16 | 354 | 37 | 117 |
| Binary | 10111010 | 10111100 | 11011011 | 1111 | 1110 | 0 | 1110 | 11101100 | 11111 | 1001111 |
Color Harmonies of #BABCDB
Complementary color
Monochromatic Colors of #BABCDB
Black with #BABCDB
Text Example
Text Example
White with #BABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCDB; }
p { color: rgb(186,188,219); }
H1.HeaderClassName
{
color: #BABCDB;
}
.AnyTagClassName
{
color: #BABCDB;
}
</style>
background-color css
<style>
a { background-color: #BABCDB; }
a { background-color: rgb(186,188,219); }
div.DivClassName
{
background-color: #BABCDB;
}
.BgClassName
{
background-color: #BABCDB;
}
</style>
border-color css
<style>
span { border-color: #BABCDB; }
span { border-color: rgb(186,188,219); }
td.TdClassName
{
border-color: #BABCDB;
}
.TagClassName
{
border-color: #BABCDB;
}
</style>