Shades of Lavender Grey #BAB8D3
Tints of Lavender Grey #BAB8D3
RGB
CMYK
RGB Variations
Color information
#BAB8D3 (or 0xBAB8D3) is known color: Lavender Grey. HEX triplet: BA, B8 and D3. RGB value is (186,184,211). Sum of RGB (Red+Green+Blue) = 186+184+211=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAB8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8D3 is #45472C. Grayscale: #BBBBBB. Windows color (decimal): -4540205 or 13875386. OLE color: 13875386.
HSL color Cylindrical-coordinate representation of color #BAB8D3: hue angle of 244.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB8D3 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 184 | 211 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.17 |
| HSL | 244.44º | 0.23% | 0.77% | - |
| HSV(B) | 244.44º | 0.13% | 0.83% | - |
| XYZ | 49.15 | 49.42 | 68.58 | - |
| YUV | 187.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 211 | 0.12 | 0.13 | 0 | 0.17 | 244.44 | 0.23 | 0.77 |
| Hex | BA | B8 | D3 | C | D | 0 | 11 | F4 | 17 | 4D |
| Octal | 272 | 270 | 323 | 14 | 15 | 0 | 21 | 364 | 27 | 115 |
| Binary | 10111010 | 10111000 | 11010011 | 1100 | 1101 | 0 | 10001 | 11110100 | 10111 | 1001101 |
Color Harmonies of #BAB8D3
Complementary color
Monochromatic Colors of #BAB8D3
Black with #BAB8D3
Text Example
Text Example
White with #BAB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8D3; }
p { color: rgb(186,184,211); }
H1.HeaderClassName
{
color: #BAB8D3;
}
.AnyTagClassName
{
color: #BAB8D3;
}
</style>
background-color css
<style>
a { background-color: #BAB8D3; }
a { background-color: rgb(186,184,211); }
div.DivClassName
{
background-color: #BAB8D3;
}
.BgClassName
{
background-color: #BAB8D3;
}
</style>
border-color css
<style>
span { border-color: #BAB8D3; }
span { border-color: rgb(186,184,211); }
td.TdClassName
{
border-color: #BAB8D3;
}
.TagClassName
{
border-color: #BAB8D3;
}
</style>