#BE82C4

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

Shades of East Side #BE82C4

Tints of East Side #BE82C4

Color information

#BE82C4 (or 0xBE82C4) is unknown color: approx East Side. HEX triplet: BE, 82 and C4. RGB value is (190,130,196). Sum of RGB (Red+Green+Blue) = 190+130+196=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82C4 is #417D3B. Grayscale: #9B9B9B. Windows color (decimal): -4291900 or 12878526. OLE color: 12878526.

HSL color Cylindrical-coordinate representation of color #BE82C4: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE82C4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190130196-
CMYK0.030.3400.23
HSL294.55º35.87%63.92%-
HSV(B)294.55º33.67%76.86%-
XYZ39.1830.956.12-
YUV155.46150.88152.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=36.82%
G=25.19%
B=37.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901301960.030.3400.23294.5535.8763.92
HexBE82C43220171272440
Octal27620230434202744744100
Binary101111101000001011000100111000100101111001001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82C4; }

 p { color: rgb(190,130,196); }

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

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

 a { background-color: rgb(190,130,196); }

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

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

 span { border-color: rgb(190,130,196); }

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