Shades of Viola #BB9CA7
Tints of Viola #BB9CA7
RGB
CMYK
RGB Variations
Color information
#BB9CA7 (or 0xBB9CA7) is known color: Viola. HEX triplet: BB, 9C and A7. RGB value is (187,156,167). Sum of RGB (Red+Green+Blue) = 187+156+167=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CA7 is #446358. Grayscale: #A6A6A6. Windows color (decimal): -4481881 or 10984635. OLE color: 10984635.
HSL color Cylindrical-coordinate representation of color #BB9CA7: hue angle of 338.71º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9CA7 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 167 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.27 |
| HSL | 338.71º | 0.19% | 0.67% | - |
| HSV(B) | 338.71º | 0.17% | 0.73% | - |
| XYZ | 39.36 | 37.13 | 41.65 | - |
| YUV | 166.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 167 | 0 | 0.17 | 0.11 | 0.27 | 338.71 | 0.19 | 0.67 |
| Hex | BB | 9C | A7 | 0 | 11 | B | 1B | 153 | 13 | 43 |
| Octal | 273 | 234 | 247 | 0 | 21 | 13 | 33 | 523 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10100111 | 0 | 10001 | 1011 | 11011 | 101010011 | 10011 | 1000011 |
Color Harmonies of #BB9CA7
Complementary color
Monochromatic Colors of #BB9CA7
Black with #BB9CA7
Text Example
Text Example
White with #BB9CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CA7; }
p { color: rgb(187,156,167); }
H1.HeaderClassName
{
color: #BB9CA7;
}
.AnyTagClassName
{
color: #BB9CA7;
}
</style>
background-color css
<style>
a { background-color: #BB9CA7; }
a { background-color: rgb(187,156,167); }
div.DivClassName
{
background-color: #BB9CA7;
}
.BgClassName
{
background-color: #BB9CA7;
}
</style>
border-color css
<style>
span { border-color: #BB9CA7; }
span { border-color: rgb(187,156,167); }
td.TdClassName
{
border-color: #BB9CA7;
}
.TagClassName
{
border-color: #BB9CA7;
}
</style>