Shades of East Side #BE82C4
Tints of East Side #BE82C4
RGB
CMYK
RGB Variations
Color information
#BE82C4 (or 0xBE82C4) is known color: East Side. HEX triplet: BE, 82 and C4. RGB value is (190,130,196). Sum of RGB (Red+Green+Blue) = 190+130+196=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82C4 is #417D3B. Grayscale: #9B9B9B. Windows color (decimal): -4291900 or 12878526. OLE color: 12878526.
HSL color Cylindrical-coordinate representation of color #BE82C4: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE82C4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 130 | 196 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.23 |
| HSL | 294.55º | 0.36% | 0.64% | - |
| HSV(B) | 294.55º | 0.34% | 0.77% | - |
| XYZ | 39.18 | 30.9 | 56.12 | - |
| YUV | 155.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 196 | 0.03 | 0.34 | 0 | 0.23 | 294.55 | 0.36 | 0.64 |
| Hex | BE | 82 | C4 | 3 | 22 | 0 | 17 | 127 | 24 | 40 |
| Octal | 276 | 202 | 304 | 3 | 42 | 0 | 27 | 447 | 44 | 100 |
| Binary | 10111110 | 10000010 | 11000100 | 11 | 100010 | 0 | 10111 | 100100111 | 100100 | 1000000 |
Color Harmonies of #BE82C4
Complementary color
Monochromatic Colors of #BE82C4
Black with #BE82C4
Text Example
Text Example
White with #BE82C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82C4; }
p { color: rgb(190,130,196); }
H1.HeaderClassName
{
color: #BE82C4;
}
.AnyTagClassName
{
color: #BE82C4;
}
</style>
background-color css
<style>
a { background-color: #BE82C4; }
a { background-color: rgb(190,130,196); }
div.DivClassName
{
background-color: #BE82C4;
}
.BgClassName
{
background-color: #BE82C4;
}
</style>
border-color css
<style>
span { border-color: #BE82C4; }
span { border-color: rgb(190,130,196); }
td.TdClassName
{
border-color: #BE82C4;
}
.TagClassName
{
border-color: #BE82C4;
}
</style>