Shades of Viola #BA949C
Tints of Viola #BA949C
RGB
CMYK
RGB Variations
Color information
#BA949C (or 0xBA949C) is known color: Viola. HEX triplet: BA, 94 and 9C. RGB value is (186,148,156). Sum of RGB (Red+Green+Blue) = 186+148+156=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA949C is #456B63. Grayscale: #A0A0A0. Windows color (decimal): -4549476 or 10261690. OLE color: 10261690.
HSL color Cylindrical-coordinate representation of color #BA949C: hue angle of 347.37º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA949C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 156 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.27 |
| HSL | 347.37º | 0.22% | 0.65% | - |
| HSV(B) | 347.37º | 0.2% | 0.73% | - |
| XYZ | 36.84 | 34.02 | 36.08 | - |
| YUV | 160.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 156 | 0 | 0.20 | 0.16 | 0.27 | 347.37 | 0.22 | 0.65 |
| Hex | BA | 94 | 9C | 0 | 14 | 10 | 1B | 15B | 16 | 41 |
| Octal | 272 | 224 | 234 | 0 | 24 | 20 | 33 | 533 | 26 | 101 |
| Binary | 10111010 | 10010100 | 10011100 | 0 | 10100 | 10000 | 11011 | 101011011 | 10110 | 1000001 |
Color Harmonies of #BA949C
Complementary color
Monochromatic Colors of #BA949C
Black with #BA949C
Text Example
Text Example
White with #BA949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA949C; }
p { color: rgb(186,148,156); }
H1.HeaderClassName
{
color: #BA949C;
}
.AnyTagClassName
{
color: #BA949C;
}
</style>
background-color css
<style>
a { background-color: #BA949C; }
a { background-color: rgb(186,148,156); }
div.DivClassName
{
background-color: #BA949C;
}
.BgClassName
{
background-color: #BA949C;
}
</style>
border-color css
<style>
span { border-color: #BA949C; }
span { border-color: rgb(186,148,156); }
td.TdClassName
{
border-color: #BA949C;
}
.TagClassName
{
border-color: #BA949C;
}
</style>