#BE7ECF

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

Shades of East Side #BE7ECF

Tints of East Side #BE7ECF

Color information

#BE7ECF (or 0xBE7ECF) is unknown color: approx East Side. HEX triplet: BE, 7E and CF. RGB value is (190,126,207). Sum of RGB (Red+Green+Blue) = 190+126+207=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ECF is #418130. Grayscale: #9A9A9A. Windows color (decimal): -4292913 or 13598398. OLE color: 13598398.

HSL color Cylindrical-coordinate representation of color #BE7ECF: hue angle of 287.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7ECF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190126207-
CMYK0.080.3900.19
HSL287.41º45.76%65.29%-
HSV(B)287.41º39.13%81.18%-
XYZ39.9630.3762.79-
YUV154.37157.7153.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=36.33%
G=24.09%
B=39.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901262070.080.3900.19287.4145.7665.29
HexBE7ECF82701311f2e41
Octal276176317104702343756101
Binary1011111011111101100111110001001110100111000111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ECF; }

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

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

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

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

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

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

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

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