Shades of East Side #BE8CCC
Tints of East Side #BE8CCC
RGB
CMYK
RGB Variations
Color information
#BE8CCC (or 0xBE8CCC) is known color: East Side. HEX triplet: BE, 8C and CC. RGB value is (190,140,204). Sum of RGB (Red+Green+Blue) = 190+140+204=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CCC is #417333. Grayscale: #A2A2A2. Windows color (decimal): -4289332 or 13405374. OLE color: 13405374.
HSL color Cylindrical-coordinate representation of color #BE8CCC: hue angle of 286.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8CCC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 140 | 204 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.2 |
| HSL | 286.88º | 0.39% | 0.67% | - |
| HSV(B) | 286.88º | 0.31% | 0.8% | - |
| XYZ | 41.51 | 34.06 | 61.51 | - |
| YUV | 162.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 204 | 0.07 | 0.31 | 0 | 0.2 | 286.88 | 0.39 | 0.67 |
| Hex | BE | 8C | CC | 7 | 1F | 0 | 14 | 11F | 27 | 43 |
| Octal | 276 | 214 | 314 | 7 | 37 | 0 | 24 | 437 | 47 | 103 |
| Binary | 10111110 | 10001100 | 11001100 | 111 | 11111 | 0 | 10100 | 100011111 | 100111 | 1000011 |
Color Harmonies of #BE8CCC
Complementary color
Monochromatic Colors of #BE8CCC
Black with #BE8CCC
Text Example
Text Example
White with #BE8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CCC; }
p { color: rgb(190,140,204); }
H1.HeaderClassName
{
color: #BE8CCC;
}
.AnyTagClassName
{
color: #BE8CCC;
}
</style>
background-color css
<style>
a { background-color: #BE8CCC; }
a { background-color: rgb(190,140,204); }
div.DivClassName
{
background-color: #BE8CCC;
}
.BgClassName
{
background-color: #BE8CCC;
}
</style>
border-color css
<style>
span { border-color: #BE8CCC; }
span { border-color: rgb(190,140,204); }
td.TdClassName
{
border-color: #BE8CCC;
}
.TagClassName
{
border-color: #BE8CCC;
}
</style>