Shades of Viola #BB9DA6
Tints of Viola #BB9DA6
RGB
CMYK
RGB Variations
Color information
#BB9DA6 (or 0xBB9DA6) is known color: Viola. HEX triplet: BB, 9D and A6. RGB value is (187,157,166). Sum of RGB (Red+Green+Blue) = 187+157+166=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DA6 is #446259. Grayscale: #A6A6A6. Windows color (decimal): -4481626 or 10919355. OLE color: 10919355.
HSL color Cylindrical-coordinate representation of color #BB9DA6: hue angle of 342º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DA6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 166 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.27 |
| HSL | 342º | 0.18% | 0.67% | - |
| HSV(B) | 342º | 0.16% | 0.73% | - |
| XYZ | 39.43 | 37.43 | 41.22 | - |
| YUV | 167 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 166 | 0 | 0.16 | 0.11 | 0.27 | 342 | 0.18 | 0.67 |
| Hex | BB | 9D | A6 | 0 | 10 | B | 1B | 156 | 12 | 43 |
| Octal | 273 | 235 | 246 | 0 | 20 | 13 | 33 | 526 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10100110 | 0 | 10000 | 1011 | 11011 | 101010110 | 10010 | 1000011 |
Color Harmonies of #BB9DA6
Complementary color
Monochromatic Colors of #BB9DA6
Black with #BB9DA6
Text Example
Text Example
White with #BB9DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DA6; }
p { color: rgb(187,157,166); }
H1.HeaderClassName
{
color: #BB9DA6;
}
.AnyTagClassName
{
color: #BB9DA6;
}
</style>
background-color css
<style>
a { background-color: #BB9DA6; }
a { background-color: rgb(187,157,166); }
div.DivClassName
{
background-color: #BB9DA6;
}
.BgClassName
{
background-color: #BB9DA6;
}
</style>
border-color css
<style>
span { border-color: #BB9DA6; }
span { border-color: rgb(187,157,166); }
td.TdClassName
{
border-color: #BB9DA6;
}
.TagClassName
{
border-color: #BB9DA6;
}
</style>