Shades of Viola #BC99A7
Tints of Viola #BC99A7
RGB
CMYK
RGB Variations
Color information
#BC99A7 (or 0xBC99A7) is known color: Viola. HEX triplet: BC, 99 and A7. RGB value is (188,153,167). Sum of RGB (Red+Green+Blue) = 188+153+167=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99A7 is #436658. Grayscale: #A5A5A5. Windows color (decimal): -4417113 or 10983868. OLE color: 10983868.
HSL color Cylindrical-coordinate representation of color #BC99A7: hue angle of 336º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99A7 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 167 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.26 |
| HSL | 336º | 0.21% | 0.67% | - |
| HSV(B) | 336º | 0.19% | 0.74% | - |
| XYZ | 39.11 | 36.26 | 41.5 | - |
| YUV | 165.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 167 | 0 | 0.19 | 0.11 | 0.26 | 336 | 0.21 | 0.67 |
| Hex | BC | 99 | A7 | 0 | 13 | B | 1A | 150 | 15 | 43 |
| Octal | 274 | 231 | 247 | 0 | 23 | 13 | 32 | 520 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10100111 | 0 | 10011 | 1011 | 11010 | 101010000 | 10101 | 1000011 |
Color Harmonies of #BC99A7
Complementary color
Monochromatic Colors of #BC99A7
Black with #BC99A7
Text Example
Text Example
White with #BC99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99A7; }
p { color: rgb(188,153,167); }
H1.HeaderClassName
{
color: #BC99A7;
}
.AnyTagClassName
{
color: #BC99A7;
}
</style>
background-color css
<style>
a { background-color: #BC99A7; }
a { background-color: rgb(188,153,167); }
div.DivClassName
{
background-color: #BC99A7;
}
.BgClassName
{
background-color: #BC99A7;
}
</style>
border-color css
<style>
span { border-color: #BC99A7; }
span { border-color: rgb(188,153,167); }
td.TdClassName
{
border-color: #BC99A7;
}
.TagClassName
{
border-color: #BC99A7;
}
</style>