Shades of Lavender Grey #BAB6EA
Tints of Lavender Grey #BAB6EA
RGB
CMYK
RGB Variations
Color information
#BAB6EA (or 0xBAB6EA) is known color: Lavender Grey. HEX triplet: BA, B6 and EA. RGB value is (186,182,234). Sum of RGB (Red+Green+Blue) = 186+182+234=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6EA is #454915. Grayscale: #BCBCBC. Windows color (decimal): -4540694 or 15382202. OLE color: 15382202.
HSL color Cylindrical-coordinate representation of color #BAB6EA: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB6EA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 182 | 234 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.08 |
| HSL | 244.62º | 0.55% | 0.82% | - |
| HSV(B) | 244.62º | 0.22% | 0.92% | - |
| XYZ | 51.83 | 49.84 | 84.73 | - |
| YUV | 189.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 234 | 0.21 | 0.22 | 0 | 0.08 | 244.62 | 0.55 | 0.82 |
| Hex | BA | B6 | EA | 15 | 16 | 0 | 8 | F5 | 37 | 52 |
| Octal | 272 | 266 | 352 | 25 | 26 | 0 | 10 | 365 | 67 | 122 |
| Binary | 10111010 | 10110110 | 11101010 | 10101 | 10110 | 0 | 1000 | 11110101 | 110111 | 1010010 |
Color Harmonies of #BAB6EA
Complementary color
Monochromatic Colors of #BAB6EA
Black with #BAB6EA
Text Example
Text Example
White with #BAB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6EA; }
p { color: rgb(186,182,234); }
H1.HeaderClassName
{
color: #BAB6EA;
}
.AnyTagClassName
{
color: #BAB6EA;
}
</style>
background-color css
<style>
a { background-color: #BAB6EA; }
a { background-color: rgb(186,182,234); }
div.DivClassName
{
background-color: #BAB6EA;
}
.BgClassName
{
background-color: #BAB6EA;
}
</style>
border-color css
<style>
span { border-color: #BAB6EA; }
span { border-color: rgb(186,182,234); }
td.TdClassName
{
border-color: #BAB6EA;
}
.TagClassName
{
border-color: #BAB6EA;
}
</style>