Shades of East Side #BE7EC8
Tints of East Side #BE7EC8
RGB
CMYK
RGB Variations
Color information
#BE7EC8 (or 0xBE7EC8) is known color: East Side. HEX triplet: BE, 7E and C8. RGB value is (190,126,200). Sum of RGB (Red+Green+Blue) = 190+126+200=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EC8 is #418137. Grayscale: #999999. Windows color (decimal): -4292920 or 13139646. OLE color: 13139646.
HSL color Cylindrical-coordinate representation of color #BE7EC8: hue angle of 291.89º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7EC8 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 126 | 200 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.22 |
| HSL | 291.89º | 0.4% | 0.64% | - |
| HSV(B) | 291.89º | 0.37% | 0.78% | - |
| XYZ | 39.12 | 30.04 | 58.38 | - |
| YUV | 153.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 200 | 0.05 | 0.37 | 0 | 0.22 | 291.89 | 0.4 | 0.64 |
| Hex | BE | 7E | C8 | 5 | 25 | 0 | 16 | 124 | 28 | 40 |
| Octal | 276 | 176 | 310 | 5 | 45 | 0 | 26 | 444 | 50 | 100 |
| Binary | 10111110 | 1111110 | 11001000 | 101 | 100101 | 0 | 10110 | 100100100 | 101000 | 1000000 |
Color Harmonies of #BE7EC8
Complementary color
Monochromatic Colors of #BE7EC8
Black with #BE7EC8
Text Example
Text Example
White with #BE7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EC8; }
p { color: rgb(190,126,200); }
H1.HeaderClassName
{
color: #BE7EC8;
}
.AnyTagClassName
{
color: #BE7EC8;
}
</style>
background-color css
<style>
a { background-color: #BE7EC8; }
a { background-color: rgb(190,126,200); }
div.DivClassName
{
background-color: #BE7EC8;
}
.BgClassName
{
background-color: #BE7EC8;
}
</style>
border-color css
<style>
span { border-color: #BE7EC8; }
span { border-color: rgb(190,126,200); }
td.TdClassName
{
border-color: #BE7EC8;
}
.TagClassName
{
border-color: #BE7EC8;
}
</style>