Shades of Viola #BC969C
Tints of Viola #BC969C
RGB
CMYK
RGB Variations
Color information
#BC969C (or 0xBC969C) is known color: Viola. HEX triplet: BC, 96 and 9C. RGB value is (188,150,156). Sum of RGB (Red+Green+Blue) = 188+150+156=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC969C is #436963. Grayscale: #A2A2A2. Windows color (decimal): -4417892 or 10262204. OLE color: 10262204.
HSL color Cylindrical-coordinate representation of color #BC969C: hue angle of 350.53º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC969C is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 156 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.26 |
| HSL | 350.53º | 0.22% | 0.66% | - |
| HSV(B) | 350.53º | 0.2% | 0.74% | - |
| XYZ | 37.65 | 34.9 | 36.21 | - |
| YUV | 162.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 156 | 0 | 0.20 | 0.17 | 0.26 | 350.53 | 0.22 | 0.66 |
| Hex | BC | 96 | 9C | 0 | 14 | 11 | 1A | 15F | 16 | 42 |
| Octal | 274 | 226 | 234 | 0 | 24 | 21 | 32 | 537 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10011100 | 0 | 10100 | 10001 | 11010 | 101011111 | 10110 | 1000010 |
Color Harmonies of #BC969C
Complementary color
Monochromatic Colors of #BC969C
Black with #BC969C
Text Example
Text Example
White with #BC969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC969C; }
p { color: rgb(188,150,156); }
H1.HeaderClassName
{
color: #BC969C;
}
.AnyTagClassName
{
color: #BC969C;
}
</style>
background-color css
<style>
a { background-color: #BC969C; }
a { background-color: rgb(188,150,156); }
div.DivClassName
{
background-color: #BC969C;
}
.BgClassName
{
background-color: #BC969C;
}
</style>
border-color css
<style>
span { border-color: #BC969C; }
span { border-color: rgb(188,150,156); }
td.TdClassName
{
border-color: #BC969C;
}
.TagClassName
{
border-color: #BC969C;
}
</style>