#BE8BCC

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

Shades of East Side #BE8BCC

Tints of East Side #BE8BCC

Color information

#BE8BCC (or 0xBE8BCC) is unknown color: approx East Side. HEX triplet: BE, 8B and CC. RGB value is (190,139,204). Sum of RGB (Red+Green+Blue) = 190+139+204=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BCC is #417433. Grayscale: #A1A1A1. Windows color (decimal): -4289588 or 13405118. OLE color: 13405118.

HSL color Cylindrical-coordinate representation of color #BE8BCC: hue angle of 287.08º 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 #BE8BCC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190139204-
CMYK0.070.3200.2
HSL287.08º38.92%67.25%-
HSV(B)287.08º31.86%80%-
XYZ41.3733.7761.47-
YUV161.66151.9148.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=35.65%
G=26.08%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901392040.070.3200.2287.0838.9267.25
HexBE8BCC72001411f2743
Octal27621331474002443747103
Binary1011111010001011110011001111000000101001000111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BCC; }

 p { color: rgb(190,139,204); }

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

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

 a { background-color: rgb(190,139,204); }

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

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

 span { border-color: rgb(190,139,204); }

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