Shades of Lavender Grey #BAB6E5
Tints of Lavender Grey #BAB6E5
RGB
CMYK
RGB Variations
Color information
#BAB6E5 (or 0xBAB6E5) is known color: Lavender Grey. HEX triplet: BA, B6 and E5. RGB value is (186,182,229). Sum of RGB (Red+Green+Blue) = 186+182+229=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6E5 is #45491A. Grayscale: #BCBCBC. Windows color (decimal): -4540699 or 15054522. OLE color: 15054522.
HSL color Cylindrical-coordinate representation of color #BAB6E5: hue angle of 245.11º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB6E5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 182 | 229 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.10 |
| HSL | 245.11º | 0.47% | 0.81% | - |
| HSV(B) | 245.11º | 0.21% | 0.9% | - |
| XYZ | 51.12 | 49.55 | 81 | - |
| YUV | 188.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 229 | 0.19 | 0.21 | 0 | 0.10 | 245.11 | 0.47 | 0.81 |
| Hex | BA | B6 | E5 | 13 | 15 | 0 | A | F5 | 2F | 51 |
| Octal | 272 | 266 | 345 | 23 | 25 | 0 | 12 | 365 | 57 | 121 |
| Binary | 10111010 | 10110110 | 11100101 | 10011 | 10101 | 0 | 1010 | 11110101 | 101111 | 1010001 |
Color Harmonies of #BAB6E5
Complementary color
Monochromatic Colors of #BAB6E5
Black with #BAB6E5
Text Example
Text Example
White with #BAB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6E5; }
p { color: rgb(186,182,229); }
H1.HeaderClassName
{
color: #BAB6E5;
}
.AnyTagClassName
{
color: #BAB6E5;
}
</style>
background-color css
<style>
a { background-color: #BAB6E5; }
a { background-color: rgb(186,182,229); }
div.DivClassName
{
background-color: #BAB6E5;
}
.BgClassName
{
background-color: #BAB6E5;
}
</style>
border-color css
<style>
span { border-color: #BAB6E5; }
span { border-color: rgb(186,182,229); }
td.TdClassName
{
border-color: #BAB6E5;
}
.TagClassName
{
border-color: #BAB6E5;
}
</style>