Shades of Lavender Grey #BAB6ED
Tints of Lavender Grey #BAB6ED
RGB
CMYK
RGB Variations
Color information
#BAB6ED (or 0xBAB6ED) is known color: Lavender Grey. HEX triplet: BA, B6 and ED. RGB value is (186,182,237). Sum of RGB (Red+Green+Blue) = 186+182+237=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6ED is #454912. Grayscale: #BDBDBD. Windows color (decimal): -4540691 or 15578810. OLE color: 15578810.
HSL color Cylindrical-coordinate representation of color #BAB6ED: hue angle of 244.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB6ED is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 182 | 237 | - |
CMYK | 0.22 | 0.23 | 0 | 0.07 |
HSL | 244.36º | 0.6% | 0.82% | - |
HSV(B) | 244.36º | 0.23% | 0.93% | - |
XYZ | 52.26 | 50.01 | 87.02 | - |
YUV | 189.47 | 154.83 | 125.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 182 | 237 | 0.22 | 0.23 | 0 | 0.07 | 244.36 | 0.6 | 0.82 |
Hex | BA | B6 | ED | 16 | 17 | 0 | 7 | F4 | 3C | 52 |
Octal | 272 | 266 | 355 | 26 | 27 | 0 | 7 | 364 | 74 | 122 |
Binary | 10111010 | 10110110 | 11101101 | 10110 | 10111 | 0 | 111 | 11110100 | 111100 | 1010010 |
Color Harmonies of #BAB6ED
Complementary color
Monochromatic Colors of #BAB6ED
Black with #BAB6ED
Text Example
Text Example
White with #BAB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6ED; }
p { color: rgb(186,182,237); }
H1.HeaderClassName
{
color: #BAB6ED;
}
.AnyTagClassName
{
color: #BAB6ED;
}
</style>
background-color css
<style>
a { background-color: #BAB6ED; }
a { background-color: rgb(186,182,237); }
div.DivClassName
{
background-color: #BAB6ED;
}
.BgClassName
{
background-color: #BAB6ED;
}
</style>
border-color css
<style>
span { border-color: #BAB6ED; }
span { border-color: rgb(186,182,237); }
td.TdClassName
{
border-color: #BAB6ED;
}
.TagClassName
{
border-color: #BAB6ED;
}
</style>