Shades of Viola #BE9DA8
Tints of Viola #BE9DA8
RGB
CMYK
RGB Variations
Color information
#BE9DA8 (or 0xBE9DA8) is known color: Viola. HEX triplet: BE, 9D and A8. RGB value is (190,157,168). Sum of RGB (Red+Green+Blue) = 190+157+168=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9DA8 is #416257. Grayscale: #A8A8A8. Windows color (decimal): -4285016 or 11050430. OLE color: 11050430.
HSL color Cylindrical-coordinate representation of color #BE9DA8: hue angle of 340º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9DA8 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 168 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.25 |
| HSL | 340º | 0.2% | 0.68% | - |
| HSV(B) | 340º | 0.17% | 0.75% | - |
| XYZ | 40.36 | 37.89 | 42.23 | - |
| YUV | 168.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 168 | 0 | 0.17 | 0.12 | 0.25 | 340 | 0.2 | 0.68 |
| Hex | BE | 9D | A8 | 0 | 11 | C | 19 | 154 | 14 | 44 |
| Octal | 276 | 235 | 250 | 0 | 21 | 14 | 31 | 524 | 24 | 104 |
| Binary | 10111110 | 10011101 | 10101000 | 0 | 10001 | 1100 | 11001 | 101010100 | 10100 | 1000100 |
Color Harmonies of #BE9DA8
Complementary color
Monochromatic Colors of #BE9DA8
Black with #BE9DA8
Text Example
Text Example
White with #BE9DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DA8; }
p { color: rgb(190,157,168); }
H1.HeaderClassName
{
color: #BE9DA8;
}
.AnyTagClassName
{
color: #BE9DA8;
}
</style>
background-color css
<style>
a { background-color: #BE9DA8; }
a { background-color: rgb(190,157,168); }
div.DivClassName
{
background-color: #BE9DA8;
}
.BgClassName
{
background-color: #BE9DA8;
}
</style>
border-color css
<style>
span { border-color: #BE9DA8; }
span { border-color: rgb(190,157,168); }
td.TdClassName
{
border-color: #BE9DA8;
}
.TagClassName
{
border-color: #BE9DA8;
}
</style>