#BE7DC3

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

Shades of East Side #BE7DC3

Tints of East Side #BE7DC3

Color information

#BE7DC3 (or 0xBE7DC3) is unknown color: approx East Side. HEX triplet: BE, 7D and C3. RGB value is (190,125,195). Sum of RGB (Red+Green+Blue) = 190+125+195=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE7DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DC3 is #41823C. Grayscale: #989898. Windows color (decimal): -4293181 or 12811710. OLE color: 12811710.

HSL color Cylindrical-coordinate representation of color #BE7DC3: hue angle of 295.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7DC3 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190125195-
CMYK0.030.3600.24
HSL295.71º36.84%62.75%-
HSV(B)295.71º35.9%76.47%-
XYZ38.4229.5555.31-
YUV152.42152.03154.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=37.25%
G=24.51%
B=38.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901251950.030.3600.24295.7136.8462.75
HexBE7DC3324018128253f
Octal2761753033440304504577
Binary1011111011111011100001111100100011000100101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DC3; }

 p { color: rgb(190,125,195); }

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

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

 a { background-color: rgb(190,125,195); }

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

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

 span { border-color: rgb(190,125,195); }

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