Shades of Lavender Grey #BAB8DB
Tints of Lavender Grey #BAB8DB
RGB
CMYK
RGB Variations
Color information
#BAB8DB (or 0xBAB8DB) is known color: Lavender Grey. HEX triplet: BA, B8 and DB. RGB value is (186,184,219). Sum of RGB (Red+Green+Blue) = 186+184+219=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8DB is #454724. Grayscale: #BCBCBC. Windows color (decimal): -4540197 or 14399674. OLE color: 14399674.
HSL color Cylindrical-coordinate representation of color #BAB8DB: hue angle of 243.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB8DB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 184 | 219 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.14 |
| HSL | 243.43º | 0.33% | 0.79% | - |
| HSV(B) | 243.43º | 0.16% | 0.86% | - |
| XYZ | 50.18 | 49.83 | 73.99 | - |
| YUV | 188.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 219 | 0.15 | 0.16 | 0 | 0.14 | 243.43 | 0.33 | 0.79 |
| Hex | BA | B8 | DB | F | 10 | 0 | E | F3 | 21 | 4F |
| Octal | 272 | 270 | 333 | 17 | 20 | 0 | 16 | 363 | 41 | 117 |
| Binary | 10111010 | 10111000 | 11011011 | 1111 | 10000 | 0 | 1110 | 11110011 | 100001 | 1001111 |
Color Harmonies of #BAB8DB
Complementary color
Monochromatic Colors of #BAB8DB
Black with #BAB8DB
Text Example
Text Example
White with #BAB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8DB; }
p { color: rgb(186,184,219); }
H1.HeaderClassName
{
color: #BAB8DB;
}
.AnyTagClassName
{
color: #BAB8DB;
}
</style>
background-color css
<style>
a { background-color: #BAB8DB; }
a { background-color: rgb(186,184,219); }
div.DivClassName
{
background-color: #BAB8DB;
}
.BgClassName
{
background-color: #BAB8DB;
}
</style>
border-color css
<style>
span { border-color: #BAB8DB; }
span { border-color: rgb(186,184,219); }
td.TdClassName
{
border-color: #BAB8DB;
}
.TagClassName
{
border-color: #BAB8DB;
}
</style>