Shades of Viola #BB899E
Tints of Viola #BB899E
RGB
CMYK
RGB Variations
Color information
#BB899E (or 0xBB899E) is known color: Viola. HEX triplet: BB, 89 and 9E. RGB value is (187,137,158). Sum of RGB (Red+Green+Blue) = 187+137+158=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB899E is #447661. Grayscale: #9A9A9A. Windows color (decimal): -4486754 or 10389947. OLE color: 10389947.
HSL color Cylindrical-coordinate representation of color #BB899E: hue angle of 334.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB899E is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 158 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.27 |
| HSL | 334.8º | 0.27% | 0.64% | - |
| HSV(B) | 334.8º | 0.27% | 0.73% | - |
| XYZ | 35.61 | 30.92 | 36.44 | - |
| YUV | 154.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 158 | 0 | 0.27 | 0.16 | 0.27 | 334.8 | 0.27 | 0.64 |
| Hex | BB | 89 | 9E | 0 | 1B | 10 | 1B | 14F | 1B | 40 |
| Octal | 273 | 211 | 236 | 0 | 33 | 20 | 33 | 517 | 33 | 100 |
| Binary | 10111011 | 10001001 | 10011110 | 0 | 11011 | 10000 | 11011 | 101001111 | 11011 | 1000000 |
Color Harmonies of #BB899E
Complementary color
Monochromatic Colors of #BB899E
Black with #BB899E
Text Example
Text Example
White with #BB899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB899E; }
p { color: rgb(187,137,158); }
H1.HeaderClassName
{
color: #BB899E;
}
.AnyTagClassName
{
color: #BB899E;
}
</style>
background-color css
<style>
a { background-color: #BB899E; }
a { background-color: rgb(187,137,158); }
div.DivClassName
{
background-color: #BB899E;
}
.BgClassName
{
background-color: #BB899E;
}
</style>
border-color css
<style>
span { border-color: #BB899E; }
span { border-color: rgb(187,137,158); }
td.TdClassName
{
border-color: #BB899E;
}
.TagClassName
{
border-color: #BB899E;
}
</style>