#BE82CB

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

Shades of East Side #BE82CB

Tints of East Side #BE82CB

Color information

#BE82CB (or 0xBE82CB) is unknown color: approx East Side. HEX triplet: BE, 82 and CB. RGB value is (190,130,203). Sum of RGB (Red+Green+Blue) = 190+130+203=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82CB is #417D34. Grayscale: #9C9C9C. Windows color (decimal): -4291893 or 13337278. OLE color: 13337278.

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

Color convert

RGB190130203-
CMYK0.060.3600.20
HSL289.32º41.24%65.29%-
HSV(B)289.32º35.96%79.61%-
XYZ4031.2260.42-
YUV156.26154.38152.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=36.33%
G=24.86%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901302030.060.3600.20289.3241.2465.29
HexBE82CB6240141212941
Octal27620231364402444151101
Binary1011111010000010110010111101001000101001001000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82CB; }

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

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

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

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

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

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

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

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