#BE8CCA

Color #BE8CCA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BE8CCA

Tints of East Side #BE8CCA

Color information

#BE8CCA (or 0xBE8CCA) is unknown color: approx East Side. HEX triplet: BE, 8C and CA. RGB value is (190,140,202). Sum of RGB (Red+Green+Blue) = 190+140+202=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CCA is #417335. Grayscale: #A1A1A1. Windows color (decimal): -4289334 or 13274302. OLE color: 13274302.

HSL color Cylindrical-coordinate representation of color #BE8CCA: hue angle of 288.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8CCA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190140202-
CMYK0.060.3100.21
HSL288.39º36.9%67.06%-
HSV(B)288.39º30.69%79.22%-
XYZ41.2733.9760.26-
YUV162.02150.56147.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=35.71%
G=26.32%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901402020.060.3100.21288.3936.967.06
HexBE8CCA61F0151202543
Octal27621431263702544045103
Binary101111101000110011001010110111110101011001000001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CCA; }

 p { color: rgb(190,140,202); }

 H1.HeaderClassName
 {
   color: #BE8CCA;
 }
 .AnyTagClassName
 {
   color: #BE8CCA;
 }
</style>
background-color css

<style>
 a { background-color: #BE8CCA; }

 a { background-color: rgb(190,140,202); }

 div.DivClassName
 {
   background-color: #BE8CCA;
 }
 .BgClassName
 {
   background-color: #BE8CCA;
 }
</style>
border-color css

<style>
 span { border-color: #BE8CCA; }

 span { border-color: rgb(190,140,202); }

 td.TdClassName
 {
   border-color: #BE8CCA;
 }
 .TagClassName
 {
   border-color: #BE8CCA;
 }
</style>