Shades of East Side #BE85CA
Tints of East Side #BE85CA
RGB
CMYK
RGB Variations
Color information
#BE85CA (or 0xBE85CA) is known color: East Side. HEX triplet: BE, 85 and CA. RGB value is (190,133,202). Sum of RGB (Red+Green+Blue) = 190+133+202=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85CA is #417A35. Grayscale: #9D9D9D. Windows color (decimal): -4291126 or 13272510. OLE color: 13272510.
HSL color Cylindrical-coordinate representation of color #BE85CA: hue angle of 289.57º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE85CA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 133 | 202 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.21 |
| HSL | 289.57º | 0.39% | 0.66% | - |
| HSV(B) | 289.57º | 0.34% | 0.79% | - |
| XYZ | 40.28 | 31.99 | 59.93 | - |
| YUV | 157.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 202 | 0.06 | 0.34 | 0 | 0.21 | 289.57 | 0.39 | 0.66 |
| Hex | BE | 85 | CA | 6 | 22 | 0 | 15 | 122 | 27 | 42 |
| Octal | 276 | 205 | 312 | 6 | 42 | 0 | 25 | 442 | 47 | 102 |
| Binary | 10111110 | 10000101 | 11001010 | 110 | 100010 | 0 | 10101 | 100100010 | 100111 | 1000010 |
Color Harmonies of #BE85CA
Complementary color
Monochromatic Colors of #BE85CA
Black with #BE85CA
Text Example
Text Example
White with #BE85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85CA; }
p { color: rgb(190,133,202); }
H1.HeaderClassName
{
color: #BE85CA;
}
.AnyTagClassName
{
color: #BE85CA;
}
</style>
background-color css
<style>
a { background-color: #BE85CA; }
a { background-color: rgb(190,133,202); }
div.DivClassName
{
background-color: #BE85CA;
}
.BgClassName
{
background-color: #BE85CA;
}
</style>
border-color css
<style>
span { border-color: #BE85CA; }
span { border-color: rgb(190,133,202); }
td.TdClassName
{
border-color: #BE85CA;
}
.TagClassName
{
border-color: #BE85CA;
}
</style>