Shades of Lavender Grey #BAB3DB
Tints of Lavender Grey #BAB3DB
RGB
CMYK
RGB Variations
Color information
#BAB3DB (or 0xBAB3DB) is known color: Lavender Grey. HEX triplet: BA, B3 and DB. RGB value is (186,179,219). Sum of RGB (Red+Green+Blue) = 186+179+219=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DB is #454C24. Grayscale: #B9B9B9. Windows color (decimal): -4541477 or 14398394. OLE color: 14398394.
HSL color Cylindrical-coordinate representation of color #BAB3DB: hue angle of 250.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB3DB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 179 | 219 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.14 |
| HSL | 250.5º | 0.36% | 0.78% | - |
| HSV(B) | 250.5º | 0.18% | 0.86% | - |
| XYZ | 49.16 | 47.79 | 73.65 | - |
| YUV | 185.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 219 | 0.15 | 0.18 | 0 | 0.14 | 250.5 | 0.36 | 0.78 |
| Hex | BA | B3 | DB | F | 12 | 0 | E | FB | 24 | 4E |
| Octal | 272 | 263 | 333 | 17 | 22 | 0 | 16 | 373 | 44 | 116 |
| Binary | 10111010 | 10110011 | 11011011 | 1111 | 10010 | 0 | 1110 | 11111011 | 100100 | 1001110 |
Color Harmonies of #BAB3DB
Complementary color
Monochromatic Colors of #BAB3DB
Black with #BAB3DB
Text Example
Text Example
White with #BAB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3DB; }
p { color: rgb(186,179,219); }
H1.HeaderClassName
{
color: #BAB3DB;
}
.AnyTagClassName
{
color: #BAB3DB;
}
</style>
background-color css
<style>
a { background-color: #BAB3DB; }
a { background-color: rgb(186,179,219); }
div.DivClassName
{
background-color: #BAB3DB;
}
.BgClassName
{
background-color: #BAB3DB;
}
</style>
border-color css
<style>
span { border-color: #BAB3DB; }
span { border-color: rgb(186,179,219); }
td.TdClassName
{
border-color: #BAB3DB;
}
.TagClassName
{
border-color: #BAB3DB;
}
</style>