#BE7ECD

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

Shades of East Side #BE7ECD

Tints of East Side #BE7ECD

Color information

#BE7ECD (or 0xBE7ECD) is unknown color: approx East Side. HEX triplet: BE, 7E and CD. RGB value is (190,126,205). Sum of RGB (Red+Green+Blue) = 190+126+205=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ECD is #418132. Grayscale: #999999. Windows color (decimal): -4292915 or 13467326. OLE color: 13467326.

HSL color Cylindrical-coordinate representation of color #BE7ECD: hue angle of 288.61º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7ECD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190126205-
CMYK0.070.3900.20
HSL288.61º44.13%64.9%-
HSV(B)288.61º38.54%80.39%-
XYZ39.7230.2861.51-
YUV154.14156.7153.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=36.47%
G=24.18%
B=39.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901262050.070.3900.20288.6144.1364.9
HexBE7ECD7270141212c41
Octal27617631574702444154101
Binary101111101111110110011011111001110101001001000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ECD; }

 p { color: rgb(190,126,205); }

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

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

 a { background-color: rgb(190,126,205); }

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

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

 span { border-color: rgb(190,126,205); }

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