Shades of Lavender Grey #BAB5ED
Tints of Lavender Grey #BAB5ED
RGB
CMYK
RGB Variations
Color information
#BAB5ED (or 0xBAB5ED) is known color: Lavender Grey. HEX triplet: BA, B5 and ED. RGB value is (186,181,237). Sum of RGB (Red+Green+Blue) = 186+181+237=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5ED is #454A12. Grayscale: #BCBCBC. Windows color (decimal): -4540947 or 15578554. OLE color: 15578554.
HSL color Cylindrical-coordinate representation of color #BAB5ED: hue angle of 245.36º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB5ED is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 181 | 237 | - |
CMYK | 0.22 | 0.24 | 0 | 0.07 |
HSL | 245.36º | 0.61% | 0.82% | - |
HSV(B) | 245.36º | 0.24% | 0.93% | - |
XYZ | 52.06 | 49.6 | 86.95 | - |
YUV | 188.88 | 155.16 | 125.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 181 | 237 | 0.22 | 0.24 | 0 | 0.07 | 245.36 | 0.61 | 0.82 |
Hex | BA | B5 | ED | 16 | 18 | 0 | 7 | F5 | 3D | 52 |
Octal | 272 | 265 | 355 | 26 | 30 | 0 | 7 | 365 | 75 | 122 |
Binary | 10111010 | 10110101 | 11101101 | 10110 | 11000 | 0 | 111 | 11110101 | 111101 | 1010010 |
Color Harmonies of #BAB5ED
Complementary color
Monochromatic Colors of #BAB5ED
Black with #BAB5ED
Text Example
Text Example
White with #BAB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5ED; }
p { color: rgb(186,181,237); }
H1.HeaderClassName
{
color: #BAB5ED;
}
.AnyTagClassName
{
color: #BAB5ED;
}
</style>
background-color css
<style>
a { background-color: #BAB5ED; }
a { background-color: rgb(186,181,237); }
div.DivClassName
{
background-color: #BAB5ED;
}
.BgClassName
{
background-color: #BAB5ED;
}
</style>
border-color css
<style>
span { border-color: #BAB5ED; }
span { border-color: rgb(186,181,237); }
td.TdClassName
{
border-color: #BAB5ED;
}
.TagClassName
{
border-color: #BAB5ED;
}
</style>