Shades of Lavender Grey #BAB8E5
Tints of Lavender Grey #BAB8E5
RGB
CMYK
RGB Variations
Color information
#BAB8E5 (or 0xBAB8E5) is known color: Lavender Grey. HEX triplet: BA, B8 and E5. RGB value is (186,184,229). Sum of RGB (Red+Green+Blue) = 186+184+229=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8E5 is #45471A. Grayscale: #BDBDBD. Windows color (decimal): -4540187 or 15055034. OLE color: 15055034.
HSL color Cylindrical-coordinate representation of color #BAB8E5: hue angle of 242.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB8E5 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 184 | 229 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.10 |
| HSL | 242.67º | 0.46% | 0.81% | - |
| HSV(B) | 242.67º | 0.2% | 0.9% | - |
| XYZ | 51.53 | 50.38 | 81.14 | - |
| YUV | 189.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 229 | 0.19 | 0.20 | 0 | 0.10 | 242.67 | 0.46 | 0.81 |
| Hex | BA | B8 | E5 | 13 | 14 | 0 | A | F3 | 2E | 51 |
| Octal | 272 | 270 | 345 | 23 | 24 | 0 | 12 | 363 | 56 | 121 |
| Binary | 10111010 | 10111000 | 11100101 | 10011 | 10100 | 0 | 1010 | 11110011 | 101110 | 1010001 |
Color Harmonies of #BAB8E5
Complementary color
Monochromatic Colors of #BAB8E5
Black with #BAB8E5
Text Example
Text Example
White with #BAB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8E5; }
p { color: rgb(186,184,229); }
H1.HeaderClassName
{
color: #BAB8E5;
}
.AnyTagClassName
{
color: #BAB8E5;
}
</style>
background-color css
<style>
a { background-color: #BAB8E5; }
a { background-color: rgb(186,184,229); }
div.DivClassName
{
background-color: #BAB8E5;
}
.BgClassName
{
background-color: #BAB8E5;
}
</style>
border-color css
<style>
span { border-color: #BAB8E5; }
span { border-color: rgb(186,184,229); }
td.TdClassName
{
border-color: #BAB8E5;
}
.TagClassName
{
border-color: #BAB8E5;
}
</style>