Shades of Viola #BC9BA6
Tints of Viola #BC9BA6
RGB
CMYK
RGB Variations
Color information
#BC9BA6 (or 0xBC9BA6) is known color: Viola. HEX triplet: BC, 9B and A6. RGB value is (188,155,166). Sum of RGB (Red+Green+Blue) = 188+155+166=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9BA6 is #436459. Grayscale: #A6A6A6. Windows color (decimal): -4416602 or 10918844. OLE color: 10918844.
HSL color Cylindrical-coordinate representation of color #BC9BA6: hue angle of 340º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9BA6 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 166 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.26 |
| HSL | 340º | 0.2% | 0.67% | - |
| HSV(B) | 340º | 0.18% | 0.74% | - |
| XYZ | 39.34 | 36.89 | 41.12 | - |
| YUV | 166.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 166 | 0 | 0.18 | 0.12 | 0.26 | 340 | 0.2 | 0.67 |
| Hex | BC | 9B | A6 | 0 | 12 | C | 1A | 154 | 14 | 43 |
| Octal | 274 | 233 | 246 | 0 | 22 | 14 | 32 | 524 | 24 | 103 |
| Binary | 10111100 | 10011011 | 10100110 | 0 | 10010 | 1100 | 11010 | 101010100 | 10100 | 1000011 |
Color Harmonies of #BC9BA6
Complementary color
Monochromatic Colors of #BC9BA6
Black with #BC9BA6
Text Example
Text Example
White with #BC9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BA6; }
p { color: rgb(188,155,166); }
H1.HeaderClassName
{
color: #BC9BA6;
}
.AnyTagClassName
{
color: #BC9BA6;
}
</style>
background-color css
<style>
a { background-color: #BC9BA6; }
a { background-color: rgb(188,155,166); }
div.DivClassName
{
background-color: #BC9BA6;
}
.BgClassName
{
background-color: #BC9BA6;
}
</style>
border-color css
<style>
span { border-color: #BC9BA6; }
span { border-color: rgb(188,155,166); }
td.TdClassName
{
border-color: #BC9BA6;
}
.TagClassName
{
border-color: #BC9BA6;
}
</style>