Shades of East Side #BE85CE
Tints of East Side #BE85CE
RGB
CMYK
RGB Variations
Color information
#BE85CE (or 0xBE85CE) is known color: East Side. HEX triplet: BE, 85 and CE. RGB value is (190,133,206). Sum of RGB (Red+Green+Blue) = 190+133+206=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85CE is #417A31. Grayscale: #9E9E9E. Windows color (decimal): -4291122 or 13534654. OLE color: 13534654.
HSL color Cylindrical-coordinate representation of color #BE85CE: hue angle of 286.85º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE85CE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 133 | 206 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.19 |
| HSL | 286.85º | 0.43% | 0.66% | - |
| HSV(B) | 286.85º | 0.35% | 0.81% | - |
| XYZ | 40.76 | 32.18 | 62.46 | - |
| YUV | 158.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 206 | 0.08 | 0.35 | 0 | 0.19 | 286.85 | 0.43 | 0.66 |
| Hex | BE | 85 | CE | 8 | 23 | 0 | 13 | 11F | 2B | 42 |
| Octal | 276 | 205 | 316 | 10 | 43 | 0 | 23 | 437 | 53 | 102 |
| Binary | 10111110 | 10000101 | 11001110 | 1000 | 100011 | 0 | 10011 | 100011111 | 101011 | 1000010 |
Color Harmonies of #BE85CE
Complementary color
Monochromatic Colors of #BE85CE
Black with #BE85CE
Text Example
Text Example
White with #BE85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85CE; }
p { color: rgb(190,133,206); }
H1.HeaderClassName
{
color: #BE85CE;
}
.AnyTagClassName
{
color: #BE85CE;
}
</style>
background-color css
<style>
a { background-color: #BE85CE; }
a { background-color: rgb(190,133,206); }
div.DivClassName
{
background-color: #BE85CE;
}
.BgClassName
{
background-color: #BE85CE;
}
</style>
border-color css
<style>
span { border-color: #BE85CE; }
span { border-color: rgb(190,133,206); }
td.TdClassName
{
border-color: #BE85CE;
}
.TagClassName
{
border-color: #BE85CE;
}
</style>