Shades of Viola #BE899B
Tints of Viola #BE899B
RGB
CMYK
RGB Variations
Color information
#BE899B (or 0xBE899B) is known color: Viola. HEX triplet: BE, 89 and 9B. RGB value is (190,137,155). Sum of RGB (Red+Green+Blue) = 190+137+155=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE899B is #417664. Grayscale: #9A9A9A. Windows color (decimal): -4290149 or 10193342. OLE color: 10193342.
HSL color Cylindrical-coordinate representation of color #BE899B: hue angle of 339.62º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE899B is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 155 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.25 |
| HSL | 339.62º | 0.29% | 0.64% | - |
| HSV(B) | 339.62º | 0.28% | 0.75% | - |
| XYZ | 36.1 | 31.21 | 35.13 | - |
| YUV | 154.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 155 | 0 | 0.28 | 0.18 | 0.25 | 339.62 | 0.29 | 0.64 |
| Hex | BE | 89 | 9B | 0 | 1C | 12 | 19 | 154 | 1D | 40 |
| Octal | 276 | 211 | 233 | 0 | 34 | 22 | 31 | 524 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10011011 | 0 | 11100 | 10010 | 11001 | 101010100 | 11101 | 1000000 |
Color Harmonies of #BE899B
Complementary color
Monochromatic Colors of #BE899B
Black with #BE899B
Text Example
Text Example
White with #BE899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE899B; }
p { color: rgb(190,137,155); }
H1.HeaderClassName
{
color: #BE899B;
}
.AnyTagClassName
{
color: #BE899B;
}
</style>
background-color css
<style>
a { background-color: #BE899B; }
a { background-color: rgb(190,137,155); }
div.DivClassName
{
background-color: #BE899B;
}
.BgClassName
{
background-color: #BE899B;
}
</style>
border-color css
<style>
span { border-color: #BE899B; }
span { border-color: rgb(190,137,155); }
td.TdClassName
{
border-color: #BE899B;
}
.TagClassName
{
border-color: #BE899B;
}
</style>