Shades of East Side #BE86CE
Tints of East Side #BE86CE
RGB
CMYK
RGB Variations
Color information
#BE86CE (or 0xBE86CE) is known color: East Side. HEX triplet: BE, 86 and CE. RGB value is (190,134,206). Sum of RGB (Red+Green+Blue) = 190+134+206=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86CE is #417931. Grayscale: #9E9E9E. Windows color (decimal): -4290866 or 13534910. OLE color: 13534910.
HSL color Cylindrical-coordinate representation of color #BE86CE: hue angle of 286.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE86CE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 134 | 206 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.19 |
| HSL | 286.67º | 0.42% | 0.67% | - |
| HSV(B) | 286.67º | 0.35% | 0.81% | - |
| XYZ | 40.9 | 32.45 | 62.5 | - |
| YUV | 158.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 206 | 0.08 | 0.35 | 0 | 0.19 | 286.67 | 0.42 | 0.67 |
| Hex | BE | 86 | CE | 8 | 23 | 0 | 13 | 11F | 2A | 43 |
| Octal | 276 | 206 | 316 | 10 | 43 | 0 | 23 | 437 | 52 | 103 |
| Binary | 10111110 | 10000110 | 11001110 | 1000 | 100011 | 0 | 10011 | 100011111 | 101010 | 1000011 |
Color Harmonies of #BE86CE
Complementary color
Monochromatic Colors of #BE86CE
Black with #BE86CE
Text Example
Text Example
White with #BE86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE86CE; }
p { color: rgb(190,134,206); }
H1.HeaderClassName
{
color: #BE86CE;
}
.AnyTagClassName
{
color: #BE86CE;
}
</style>
background-color css
<style>
a { background-color: #BE86CE; }
a { background-color: rgb(190,134,206); }
div.DivClassName
{
background-color: #BE86CE;
}
.BgClassName
{
background-color: #BE86CE;
}
</style>
border-color css
<style>
span { border-color: #BE86CE; }
span { border-color: rgb(190,134,206); }
td.TdClassName
{
border-color: #BE86CE;
}
.TagClassName
{
border-color: #BE86CE;
}
</style>