Shades of East Side #BE84C9
Tints of East Side #BE84C9
RGB
CMYK
RGB Variations
Color information
#BE84C9 (or 0xBE84C9) is known color: East Side. HEX triplet: BE, 84 and C9. RGB value is (190,132,201). Sum of RGB (Red+Green+Blue) = 190+132+201=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84C9 is #417B36. Grayscale: #9C9C9C. Windows color (decimal): -4291383 or 13206718. OLE color: 13206718.
HSL color Cylindrical-coordinate representation of color #BE84C9: hue angle of 290.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE84C9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 132 | 201 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.21 |
| HSL | 290.43º | 0.39% | 0.65% | - |
| HSV(B) | 290.43º | 0.34% | 0.79% | - |
| XYZ | 40.03 | 31.67 | 59.26 | - |
| YUV | 157.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 201 | 0.05 | 0.34 | 0 | 0.21 | 290.43 | 0.39 | 0.65 |
| Hex | BE | 84 | C9 | 5 | 22 | 0 | 15 | 122 | 27 | 41 |
| Octal | 276 | 204 | 311 | 5 | 42 | 0 | 25 | 442 | 47 | 101 |
| Binary | 10111110 | 10000100 | 11001001 | 101 | 100010 | 0 | 10101 | 100100010 | 100111 | 1000001 |
Color Harmonies of #BE84C9
Complementary color
Monochromatic Colors of #BE84C9
Black with #BE84C9
Text Example
Text Example
White with #BE84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84C9; }
p { color: rgb(190,132,201); }
H1.HeaderClassName
{
color: #BE84C9;
}
.AnyTagClassName
{
color: #BE84C9;
}
</style>
background-color css
<style>
a { background-color: #BE84C9; }
a { background-color: rgb(190,132,201); }
div.DivClassName
{
background-color: #BE84C9;
}
.BgClassName
{
background-color: #BE84C9;
}
</style>
border-color css
<style>
span { border-color: #BE84C9; }
span { border-color: rgb(190,132,201); }
td.TdClassName
{
border-color: #BE84C9;
}
.TagClassName
{
border-color: #BE84C9;
}
</style>