Shades of East Side #BE7CC8
Tints of East Side #BE7CC8
RGB
CMYK
RGB Variations
Color information
#BE7CC8 (or 0xBE7CC8) is known color: East Side. HEX triplet: BE, 7C and C8. RGB value is (190,124,200). Sum of RGB (Red+Green+Blue) = 190+124+200=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE7CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CC8 is #418337. Grayscale: #989898. Windows color (decimal): -4293432 or 13139134. OLE color: 13139134.
HSL color Cylindrical-coordinate representation of color #BE7CC8: hue angle of 292.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7CC8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 124 | 200 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.22 |
| HSL | 292.11º | 0.41% | 0.64% | - |
| HSV(B) | 292.11º | 0.38% | 0.78% | - |
| XYZ | 38.87 | 29.53 | 58.3 | - |
| YUV | 152.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 200 | 0.05 | 0.38 | 0 | 0.22 | 292.11 | 0.41 | 0.64 |
| Hex | BE | 7C | C8 | 5 | 26 | 0 | 16 | 124 | 29 | 40 |
| Octal | 276 | 174 | 310 | 5 | 46 | 0 | 26 | 444 | 51 | 100 |
| Binary | 10111110 | 1111100 | 11001000 | 101 | 100110 | 0 | 10110 | 100100100 | 101001 | 1000000 |
Color Harmonies of #BE7CC8
Complementary color
Monochromatic Colors of #BE7CC8
Black with #BE7CC8
Text Example
Text Example
White with #BE7CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CC8; }
p { color: rgb(190,124,200); }
H1.HeaderClassName
{
color: #BE7CC8;
}
.AnyTagClassName
{
color: #BE7CC8;
}
</style>
background-color css
<style>
a { background-color: #BE7CC8; }
a { background-color: rgb(190,124,200); }
div.DivClassName
{
background-color: #BE7CC8;
}
.BgClassName
{
background-color: #BE7CC8;
}
</style>
border-color css
<style>
span { border-color: #BE7CC8; }
span { border-color: rgb(190,124,200); }
td.TdClassName
{
border-color: #BE7CC8;
}
.TagClassName
{
border-color: #BE7CC8;
}
</style>