Shades of East Side #BE8ACC
Tints of East Side #BE8ACC
RGB
CMYK
RGB Variations
Color information
#BE8ACC (or 0xBE8ACC) is known color: East Side. HEX triplet: BE, 8A and CC. RGB value is (190,138,204). Sum of RGB (Red+Green+Blue) = 190+138+204=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACC is #417533. Grayscale: #A0A0A0. Windows color (decimal): -4289844 or 13404862. OLE color: 13404862.
HSL color Cylindrical-coordinate representation of color #BE8ACC: hue angle of 287.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8ACC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 138 | 204 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.2 |
| HSL | 287.27º | 0.39% | 0.67% | - |
| HSV(B) | 287.27º | 0.32% | 0.8% | - |
| XYZ | 41.22 | 33.48 | 61.42 | - |
| YUV | 161.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 204 | 0.07 | 0.32 | 0 | 0.2 | 287.27 | 0.39 | 0.67 |
| Hex | BE | 8A | CC | 7 | 20 | 0 | 14 | 11F | 27 | 43 |
| Octal | 276 | 212 | 314 | 7 | 40 | 0 | 24 | 437 | 47 | 103 |
| Binary | 10111110 | 10001010 | 11001100 | 111 | 100000 | 0 | 10100 | 100011111 | 100111 | 1000011 |
Color Harmonies of #BE8ACC
Complementary color
Monochromatic Colors of #BE8ACC
Black with #BE8ACC
Text Example
Text Example
White with #BE8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ACC; }
p { color: rgb(190,138,204); }
H1.HeaderClassName
{
color: #BE8ACC;
}
.AnyTagClassName
{
color: #BE8ACC;
}
</style>
background-color css
<style>
a { background-color: #BE8ACC; }
a { background-color: rgb(190,138,204); }
div.DivClassName
{
background-color: #BE8ACC;
}
.BgClassName
{
background-color: #BE8ACC;
}
</style>
border-color css
<style>
span { border-color: #BE8ACC; }
span { border-color: rgb(190,138,204); }
td.TdClassName
{
border-color: #BE8ACC;
}
.TagClassName
{
border-color: #BE8ACC;
}
</style>