Shades of Viola #BA9CA6
Tints of Viola #BA9CA6
RGB
CMYK
RGB Variations
Color information
#BA9CA6 (or 0xBA9CA6) is known color: Viola. HEX triplet: BA, 9C and A6. RGB value is (186,156,166). Sum of RGB (Red+Green+Blue) = 186+156+166=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA6 is #456359. Grayscale: #A6A6A6. Windows color (decimal): -4547418 or 10919098. OLE color: 10919098.
HSL color Cylindrical-coordinate representation of color #BA9CA6: hue angle of 340º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9CA6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 166 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.27 |
| HSL | 340º | 0.18% | 0.67% | - |
| HSV(B) | 340º | 0.16% | 0.73% | - |
| XYZ | 39.02 | 36.97 | 41.16 | - |
| YUV | 166.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 166 | 0 | 0.16 | 0.11 | 0.27 | 340 | 0.18 | 0.67 |
| Hex | BA | 9C | A6 | 0 | 10 | B | 1B | 154 | 12 | 43 |
| Octal | 272 | 234 | 246 | 0 | 20 | 13 | 33 | 524 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10100110 | 0 | 10000 | 1011 | 11011 | 101010100 | 10010 | 1000011 |
Color Harmonies of #BA9CA6
Complementary color
Monochromatic Colors of #BA9CA6
Black with #BA9CA6
Text Example
Text Example
White with #BA9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CA6; }
p { color: rgb(186,156,166); }
H1.HeaderClassName
{
color: #BA9CA6;
}
.AnyTagClassName
{
color: #BA9CA6;
}
</style>
background-color css
<style>
a { background-color: #BA9CA6; }
a { background-color: rgb(186,156,166); }
div.DivClassName
{
background-color: #BA9CA6;
}
.BgClassName
{
background-color: #BA9CA6;
}
</style>
border-color css
<style>
span { border-color: #BA9CA6; }
span { border-color: rgb(186,156,166); }
td.TdClassName
{
border-color: #BA9CA6;
}
.TagClassName
{
border-color: #BA9CA6;
}
</style>