Shades of Lavender Grey #BAB7DC
Tints of Lavender Grey #BAB7DC
RGB
CMYK
RGB Variations
Color information
#BAB7DC (or 0xBAB7DC) is known color: Lavender Grey. HEX triplet: BA, B7 and DC. RGB value is (186,183,220). Sum of RGB (Red+Green+Blue) = 186+183+220=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DC is #454823. Grayscale: #BBBBBB. Windows color (decimal): -4540452 or 14464954. OLE color: 14464954.
HSL color Cylindrical-coordinate representation of color #BAB7DC: hue angle of 244.86º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB7DC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 183 | 220 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.14 |
| HSL | 244.86º | 0.35% | 0.79% | - |
| HSV(B) | 244.86º | 0.17% | 0.86% | - |
| XYZ | 50.1 | 49.47 | 74.62 | - |
| YUV | 188.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 220 | 0.15 | 0.17 | 0 | 0.14 | 244.86 | 0.35 | 0.79 |
| Hex | BA | B7 | DC | F | 11 | 0 | E | F5 | 23 | 4F |
| Octal | 272 | 267 | 334 | 17 | 21 | 0 | 16 | 365 | 43 | 117 |
| Binary | 10111010 | 10110111 | 11011100 | 1111 | 10001 | 0 | 1110 | 11110101 | 100011 | 1001111 |
Color Harmonies of #BAB7DC
Complementary color
Monochromatic Colors of #BAB7DC
Black with #BAB7DC
Text Example
Text Example
White with #BAB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7DC; }
p { color: rgb(186,183,220); }
H1.HeaderClassName
{
color: #BAB7DC;
}
.AnyTagClassName
{
color: #BAB7DC;
}
</style>
background-color css
<style>
a { background-color: #BAB7DC; }
a { background-color: rgb(186,183,220); }
div.DivClassName
{
background-color: #BAB7DC;
}
.BgClassName
{
background-color: #BAB7DC;
}
</style>
border-color css
<style>
span { border-color: #BAB7DC; }
span { border-color: rgb(186,183,220); }
td.TdClassName
{
border-color: #BAB7DC;
}
.TagClassName
{
border-color: #BAB7DC;
}
</style>