Shades of East Side #BE7ACE
Tints of East Side #BE7ACE
RGB
CMYK
RGB Variations
Color information
#BE7ACE (or 0xBE7ACE) is known color: East Side. HEX triplet: BE, 7A and CE. RGB value is (190,122,206). Sum of RGB (Red+Green+Blue) = 190+122+206=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ACE is #418531. Grayscale: #979797. Windows color (decimal): -4293938 or 13531838. OLE color: 13531838.
HSL color Cylindrical-coordinate representation of color #BE7ACE: hue angle of 288.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7ACE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 122 | 206 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.19 |
| HSL | 288.57º | 0.46% | 0.64% | - |
| HSV(B) | 288.57º | 0.41% | 0.81% | - |
| XYZ | 39.34 | 29.32 | 61.98 | - |
| YUV | 151.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 206 | 0.08 | 0.41 | 0 | 0.19 | 288.57 | 0.46 | 0.64 |
| Hex | BE | 7A | CE | 8 | 29 | 0 | 13 | 121 | 2E | 40 |
| Octal | 276 | 172 | 316 | 10 | 51 | 0 | 23 | 441 | 56 | 100 |
| Binary | 10111110 | 1111010 | 11001110 | 1000 | 101001 | 0 | 10011 | 100100001 | 101110 | 1000000 |
Color Harmonies of #BE7ACE
Complementary color
Monochromatic Colors of #BE7ACE
Black with #BE7ACE
Text Example
Text Example
White with #BE7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ACE; }
p { color: rgb(190,122,206); }
H1.HeaderClassName
{
color: #BE7ACE;
}
.AnyTagClassName
{
color: #BE7ACE;
}
</style>
background-color css
<style>
a { background-color: #BE7ACE; }
a { background-color: rgb(190,122,206); }
div.DivClassName
{
background-color: #BE7ACE;
}
.BgClassName
{
background-color: #BE7ACE;
}
</style>
border-color css
<style>
span { border-color: #BE7ACE; }
span { border-color: rgb(190,122,206); }
td.TdClassName
{
border-color: #BE7ACE;
}
.TagClassName
{
border-color: #BE7ACE;
}
</style>