#BE7DD0

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

Shades of East Side #BE7DD0

Tints of East Side #BE7DD0

Color information

#BE7DD0 (or 0xBE7DD0) is unknown color: approx East Side. HEX triplet: BE, 7D and D0. RGB value is (190,125,208). Sum of RGB (Red+Green+Blue) = 190+125+208=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE7DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DD0 is #41822F. Grayscale: #999999. Windows color (decimal): -4293168 or 13663678. OLE color: 13663678.

HSL color Cylindrical-coordinate representation of color #BE7DD0: hue angle of 286.99º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7DD0 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190125208-
CMYK0.090.4000.18
HSL286.99º46.89%65.29%-
HSV(B)286.99º39.9%81.57%-
XYZ39.9530.1763.39-
YUV153.9158.53153.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=36.33%
G=23.90%
B=39.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901252080.090.4000.18286.9946.8965.29
HexBE7DD092801211f2f41
Octal276175320115002243757101
Binary1011111011111011101000010011010000100101000111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DD0; }

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

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

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

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

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

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

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

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