Shades of Lavender Grey #BAB9E9
Tints of Lavender Grey #BAB9E9
RGB
CMYK
RGB Variations
Color information
#BAB9E9 (or 0xBAB9E9) is known color: Lavender Grey. HEX triplet: BA, B9 and E9. RGB value is (186,185,233). Sum of RGB (Red+Green+Blue) = 186+185+233=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAB9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9E9 is #454616. Grayscale: #BEBEBE. Windows color (decimal): -4539927 or 15317434. OLE color: 15317434.
HSL color Cylindrical-coordinate representation of color #BAB9E9: hue angle of 241.25º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB9E9 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 185 | 233 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.09 |
| HSL | 241.25º | 0.52% | 0.82% | - |
| HSV(B) | 241.25º | 0.21% | 0.91% | - |
| XYZ | 52.31 | 51.02 | 84.18 | - |
| YUV | 190.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 233 | 0.20 | 0.21 | 0 | 0.09 | 241.25 | 0.52 | 0.82 |
| Hex | BA | B9 | E9 | 14 | 15 | 0 | 9 | F1 | 34 | 52 |
| Octal | 272 | 271 | 351 | 24 | 25 | 0 | 11 | 361 | 64 | 122 |
| Binary | 10111010 | 10111001 | 11101001 | 10100 | 10101 | 0 | 1001 | 11110001 | 110100 | 1010010 |
Color Harmonies of #BAB9E9
Complementary color
Monochromatic Colors of #BAB9E9
Black with #BAB9E9
Text Example
Text Example
White with #BAB9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9E9; }
p { color: rgb(186,185,233); }
H1.HeaderClassName
{
color: #BAB9E9;
}
.AnyTagClassName
{
color: #BAB9E9;
}
</style>
background-color css
<style>
a { background-color: #BAB9E9; }
a { background-color: rgb(186,185,233); }
div.DivClassName
{
background-color: #BAB9E9;
}
.BgClassName
{
background-color: #BAB9E9;
}
</style>
border-color css
<style>
span { border-color: #BAB9E9; }
span { border-color: rgb(186,185,233); }
td.TdClassName
{
border-color: #BAB9E9;
}
.TagClassName
{
border-color: #BAB9E9;
}
</style>