Shades of Viola #BB989F
Tints of Viola #BB989F
RGB
CMYK
RGB Variations
Color information
#BB989F (or 0xBB989F) is known color: Viola. HEX triplet: BB, 98 and 9F. RGB value is (187,152,159). Sum of RGB (Red+Green+Blue) = 187+152+159=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989F is #446760. Grayscale: #A3A3A3. Windows color (decimal): -4482913 or 10459323. OLE color: 10459323.
HSL color Cylindrical-coordinate representation of color #BB989F: hue angle of 348º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB989F is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 159 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.27 |
| HSL | 348º | 0.2% | 0.66% | - |
| HSV(B) | 348º | 0.19% | 0.73% | - |
| XYZ | 37.98 | 35.52 | 37.66 | - |
| YUV | 163.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 159 | 0 | 0.19 | 0.15 | 0.27 | 348 | 0.2 | 0.66 |
| Hex | BB | 98 | 9F | 0 | 13 | F | 1B | 15C | 14 | 42 |
| Octal | 273 | 230 | 237 | 0 | 23 | 17 | 33 | 534 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10011111 | 0 | 10011 | 1111 | 11011 | 101011100 | 10100 | 1000010 |
Color Harmonies of #BB989F
Complementary color
Monochromatic Colors of #BB989F
Black with #BB989F
Text Example
Text Example
White with #BB989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB989F; }
p { color: rgb(187,152,159); }
H1.HeaderClassName
{
color: #BB989F;
}
.AnyTagClassName
{
color: #BB989F;
}
</style>
background-color css
<style>
a { background-color: #BB989F; }
a { background-color: rgb(187,152,159); }
div.DivClassName
{
background-color: #BB989F;
}
.BgClassName
{
background-color: #BB989F;
}
</style>
border-color css
<style>
span { border-color: #BB989F; }
span { border-color: rgb(187,152,159); }
td.TdClassName
{
border-color: #BB989F;
}
.TagClassName
{
border-color: #BB989F;
}
</style>