Shades of Viola #BE929B
Tints of Viola #BE929B
RGB
CMYK
RGB Variations
Color information
#BE929B (or 0xBE929B) is known color: Viola. HEX triplet: BE, 92 and 9B. RGB value is (190,146,155). Sum of RGB (Red+Green+Blue) = 190+146+155=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE929B is #416D64. Grayscale: #A0A0A0. Windows color (decimal): -4287845 or 10195646. OLE color: 10195646.
HSL color Cylindrical-coordinate representation of color #BE929B: hue angle of 347.73º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE929B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 155 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.25 |
| HSL | 347.73º | 0.25% | 0.66% | - |
| HSV(B) | 347.73º | 0.23% | 0.75% | - |
| XYZ | 37.43 | 33.87 | 35.58 | - |
| YUV | 160.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 155 | 0 | 0.23 | 0.18 | 0.25 | 347.73 | 0.25 | 0.66 |
| Hex | BE | 92 | 9B | 0 | 17 | 12 | 19 | 15C | 19 | 42 |
| Octal | 276 | 222 | 233 | 0 | 27 | 22 | 31 | 534 | 31 | 102 |
| Binary | 10111110 | 10010010 | 10011011 | 0 | 10111 | 10010 | 11001 | 101011100 | 11001 | 1000010 |
Color Harmonies of #BE929B
Complementary color
Monochromatic Colors of #BE929B
Black with #BE929B
Text Example
Text Example
White with #BE929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE929B; }
p { color: rgb(190,146,155); }
H1.HeaderClassName
{
color: #BE929B;
}
.AnyTagClassName
{
color: #BE929B;
}
</style>
background-color css
<style>
a { background-color: #BE929B; }
a { background-color: rgb(190,146,155); }
div.DivClassName
{
background-color: #BE929B;
}
.BgClassName
{
background-color: #BE929B;
}
</style>
border-color css
<style>
span { border-color: #BE929B; }
span { border-color: rgb(190,146,155); }
td.TdClassName
{
border-color: #BE929B;
}
.TagClassName
{
border-color: #BE929B;
}
</style>