Shades of East Side #BE8ACD
Tints of East Side #BE8ACD
RGB
CMYK
RGB Variations
Color information
#BE8ACD (or 0xBE8ACD) is known color: East Side. HEX triplet: BE, 8A and CD. RGB value is (190,138,205). Sum of RGB (Red+Green+Blue) = 190+138+205=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACD is #417532. Grayscale: #A0A0A0. Windows color (decimal): -4289843 or 13470398. OLE color: 13470398.
HSL color Cylindrical-coordinate representation of color #BE8ACD: hue angle of 286.57º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8ACD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 138 | 205 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.20 |
| HSL | 286.57º | 0.4% | 0.67% | - |
| HSV(B) | 286.57º | 0.33% | 0.8% | - |
| XYZ | 41.34 | 33.53 | 62.05 | - |
| YUV | 161.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 205 | 0.07 | 0.33 | 0 | 0.20 | 286.57 | 0.4 | 0.67 |
| Hex | BE | 8A | CD | 7 | 21 | 0 | 14 | 11F | 28 | 43 |
| Octal | 276 | 212 | 315 | 7 | 41 | 0 | 24 | 437 | 50 | 103 |
| Binary | 10111110 | 10001010 | 11001101 | 111 | 100001 | 0 | 10100 | 100011111 | 101000 | 1000011 |
Color Harmonies of #BE8ACD
Complementary color
Monochromatic Colors of #BE8ACD
Black with #BE8ACD
Text Example
Text Example
White with #BE8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ACD; }
p { color: rgb(190,138,205); }
H1.HeaderClassName
{
color: #BE8ACD;
}
.AnyTagClassName
{
color: #BE8ACD;
}
</style>
background-color css
<style>
a { background-color: #BE8ACD; }
a { background-color: rgb(190,138,205); }
div.DivClassName
{
background-color: #BE8ACD;
}
.BgClassName
{
background-color: #BE8ACD;
}
</style>
border-color css
<style>
span { border-color: #BE8ACD; }
span { border-color: rgb(190,138,205); }
td.TdClassName
{
border-color: #BE8ACD;
}
.TagClassName
{
border-color: #BE8ACD;
}
</style>