Shades of Viola #BE969E
Tints of Viola #BE969E
RGB
CMYK
RGB Variations
Color information
#BE969E (or 0xBE969E) is known color: Viola. HEX triplet: BE, 96 and 9E. RGB value is (190,150,158). Sum of RGB (Red+Green+Blue) = 190+150+158=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE969E is #416961. Grayscale: #A2A2A2. Windows color (decimal): -4286818 or 10393278. OLE color: 10393278.
HSL color Cylindrical-coordinate representation of color #BE969E: hue angle of 348º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE969E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 158 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.25 |
| HSL | 348º | 0.24% | 0.67% | - |
| HSV(B) | 348º | 0.21% | 0.75% | - |
| XYZ | 38.31 | 35.23 | 37.13 | - |
| YUV | 162.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 158 | 0 | 0.21 | 0.17 | 0.25 | 348 | 0.24 | 0.67 |
| Hex | BE | 96 | 9E | 0 | 15 | 11 | 19 | 15C | 18 | 43 |
| Octal | 276 | 226 | 236 | 0 | 25 | 21 | 31 | 534 | 30 | 103 |
| Binary | 10111110 | 10010110 | 10011110 | 0 | 10101 | 10001 | 11001 | 101011100 | 11000 | 1000011 |
Color Harmonies of #BE969E
Complementary color
Monochromatic Colors of #BE969E
Black with #BE969E
Text Example
Text Example
White with #BE969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE969E; }
p { color: rgb(190,150,158); }
H1.HeaderClassName
{
color: #BE969E;
}
.AnyTagClassName
{
color: #BE969E;
}
</style>
background-color css
<style>
a { background-color: #BE969E; }
a { background-color: rgb(190,150,158); }
div.DivClassName
{
background-color: #BE969E;
}
.BgClassName
{
background-color: #BE969E;
}
</style>
border-color css
<style>
span { border-color: #BE969E; }
span { border-color: rgb(190,150,158); }
td.TdClassName
{
border-color: #BE969E;
}
.TagClassName
{
border-color: #BE969E;
}
</style>