Shades of Lavender Grey #BAB6DD
Tints of Lavender Grey #BAB6DD
RGB
CMYK
RGB Variations
Color information
#BAB6DD (or 0xBAB6DD) is known color: Lavender Grey. HEX triplet: BA, B6 and DD. RGB value is (186,182,221). Sum of RGB (Red+Green+Blue) = 186+182+221=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6DD is #454922. Grayscale: #BBBBBB. Windows color (decimal): -4540707 or 14530234. OLE color: 14530234.
HSL color Cylindrical-coordinate representation of color #BAB6DD: hue angle of 246.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB6DD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 182 | 221 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 246.15º | 0.36% | 0.79% | - |
| HSV(B) | 246.15º | 0.18% | 0.87% | - |
| XYZ | 50.03 | 49.12 | 75.25 | - |
| YUV | 187.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 221 | 0.16 | 0.18 | 0 | 0.13 | 246.15 | 0.36 | 0.79 |
| Hex | BA | B6 | DD | 10 | 12 | 0 | D | F6 | 24 | 4F |
| Octal | 272 | 266 | 335 | 20 | 22 | 0 | 15 | 366 | 44 | 117 |
| Binary | 10111010 | 10110110 | 11011101 | 10000 | 10010 | 0 | 1101 | 11110110 | 100100 | 1001111 |
Color Harmonies of #BAB6DD
Complementary color
Monochromatic Colors of #BAB6DD
Black with #BAB6DD
Text Example
Text Example
White with #BAB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6DD; }
p { color: rgb(186,182,221); }
H1.HeaderClassName
{
color: #BAB6DD;
}
.AnyTagClassName
{
color: #BAB6DD;
}
</style>
background-color css
<style>
a { background-color: #BAB6DD; }
a { background-color: rgb(186,182,221); }
div.DivClassName
{
background-color: #BAB6DD;
}
.BgClassName
{
background-color: #BAB6DD;
}
</style>
border-color css
<style>
span { border-color: #BAB6DD; }
span { border-color: rgb(186,182,221); }
td.TdClassName
{
border-color: #BAB6DD;
}
.TagClassName
{
border-color: #BAB6DD;
}
</style>