Shades of Lavender Grey #BAB9E5
Tints of Lavender Grey #BAB9E5
RGB
CMYK
RGB Variations
Color information
#BAB9E5 (or 0xBAB9E5) is known color: Lavender Grey. HEX triplet: BA, B9 and E5. RGB value is (186,185,229). Sum of RGB (Red+Green+Blue) = 186+185+229=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9E5 is #45461A. Grayscale: #BEBEBE. Windows color (decimal): -4539931 or 15055290. OLE color: 15055290.
HSL color Cylindrical-coordinate representation of color #BAB9E5: hue angle of 241.36º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB9E5 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 186 | 185 | 229 | - |
CMYK | 0.19 | 0.19 | 0 | 0.10 |
HSL | 241.36º | 0.46% | 0.81% | - |
HSV(B) | 241.36º | 0.19% | 0.9% | - |
XYZ | 51.74 | 50.79 | 81.21 | - |
YUV | 190.32 | 149.83 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 185 | 229 | 0.19 | 0.19 | 0 | 0.10 | 241.36 | 0.46 | 0.81 |
Hex | BA | B9 | E5 | 13 | 13 | 0 | A | F1 | 2E | 51 |
Octal | 272 | 271 | 345 | 23 | 23 | 0 | 12 | 361 | 56 | 121 |
Binary | 10111010 | 10111001 | 11100101 | 10011 | 10011 | 0 | 1010 | 11110001 | 101110 | 1010001 |
Color Harmonies of #BAB9E5
Complementary color
Monochromatic Colors of #BAB9E5
Black with #BAB9E5
Text Example
Text Example
White with #BAB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9E5; }
p { color: rgb(186,185,229); }
H1.HeaderClassName
{
color: #BAB9E5;
}
.AnyTagClassName
{
color: #BAB9E5;
}
</style>
background-color css
<style>
a { background-color: #BAB9E5; }
a { background-color: rgb(186,185,229); }
div.DivClassName
{
background-color: #BAB9E5;
}
.BgClassName
{
background-color: #BAB9E5;
}
</style>
border-color css
<style>
span { border-color: #BAB9E5; }
span { border-color: rgb(186,185,229); }
td.TdClassName
{
border-color: #BAB9E5;
}
.TagClassName
{
border-color: #BAB9E5;
}
</style>