Shades of Lavender Grey #BABCE6
Tints of Lavender Grey #BABCE6
RGB
CMYK
RGB Variations
Color information
#BABCE6 (or 0xBABCE6) is known color: Lavender Grey. HEX triplet: BA, BC and E6. RGB value is (186,188,230). Sum of RGB (Red+Green+Blue) = 186+188+230=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #BABCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCE6 is #454319. Grayscale: #C0C0C0. Windows color (decimal): -4539162 or 15121594. OLE color: 15121594.
HSL color Cylindrical-coordinate representation of color #BABCE6: hue angle of 237.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABCE6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 188 | 230 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.10 |
| HSL | 237.27º | 0.47% | 0.82% | - |
| HSV(B) | 237.27º | 0.19% | 0.9% | - |
| XYZ | 52.52 | 52.12 | 82.15 | - |
| YUV | 192.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 230 | 0.19 | 0.18 | 0 | 0.10 | 237.27 | 0.47 | 0.82 |
| Hex | BA | BC | E6 | 13 | 12 | 0 | A | ED | 2F | 52 |
| Octal | 272 | 274 | 346 | 23 | 22 | 0 | 12 | 355 | 57 | 122 |
| Binary | 10111010 | 10111100 | 11100110 | 10011 | 10010 | 0 | 1010 | 11101101 | 101111 | 1010010 |
Color Harmonies of #BABCE6
Complementary color
Monochromatic Colors of #BABCE6
Black with #BABCE6
Text Example
Text Example
White with #BABCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCE6; }
p { color: rgb(186,188,230); }
H1.HeaderClassName
{
color: #BABCE6;
}
.AnyTagClassName
{
color: #BABCE6;
}
</style>
background-color css
<style>
a { background-color: #BABCE6; }
a { background-color: rgb(186,188,230); }
div.DivClassName
{
background-color: #BABCE6;
}
.BgClassName
{
background-color: #BABCE6;
}
</style>
border-color css
<style>
span { border-color: #BABCE6; }
span { border-color: rgb(186,188,230); }
td.TdClassName
{
border-color: #BABCE6;
}
.TagClassName
{
border-color: #BABCE6;
}
</style>