Shades of Viola #BC989F
Tints of Viola #BC989F
RGB
CMYK
RGB Variations
Color information
#BC989F (or 0xBC989F) is known color: Viola. HEX triplet: BC, 98 and 9F. RGB value is (188,152,159). Sum of RGB (Red+Green+Blue) = 188+152+159=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC989F is #436760. Grayscale: #A3A3A3. Windows color (decimal): -4417377 or 10459324. OLE color: 10459324.
HSL color Cylindrical-coordinate representation of color #BC989F: hue angle of 348.33º 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 #BC989F is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 159 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.26 |
| HSL | 348.33º | 0.21% | 0.67% | - |
| HSV(B) | 348.33º | 0.19% | 0.74% | - |
| XYZ | 38.23 | 35.65 | 37.67 | - |
| YUV | 163.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 159 | 0 | 0.19 | 0.15 | 0.26 | 348.33 | 0.21 | 0.67 |
| Hex | BC | 98 | 9F | 0 | 13 | F | 1A | 15C | 15 | 43 |
| Octal | 274 | 230 | 237 | 0 | 23 | 17 | 32 | 534 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10011111 | 0 | 10011 | 1111 | 11010 | 101011100 | 10101 | 1000011 |
Color Harmonies of #BC989F
Complementary color
Monochromatic Colors of #BC989F
Black with #BC989F
Text Example
Text Example
White with #BC989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC989F; }
p { color: rgb(188,152,159); }
H1.HeaderClassName
{
color: #BC989F;
}
.AnyTagClassName
{
color: #BC989F;
}
</style>
background-color css
<style>
a { background-color: #BC989F; }
a { background-color: rgb(188,152,159); }
div.DivClassName
{
background-color: #BC989F;
}
.BgClassName
{
background-color: #BC989F;
}
</style>
border-color css
<style>
span { border-color: #BC989F; }
span { border-color: rgb(188,152,159); }
td.TdClassName
{
border-color: #BC989F;
}
.TagClassName
{
border-color: #BC989F;
}
</style>