#BE7FCD

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

Shades of East Side #BE7FCD

Tints of East Side #BE7FCD

Color information

#BE7FCD (or 0xBE7FCD) is unknown color: approx East Side. HEX triplet: BE, 7F and CD. RGB value is (190,127,205). Sum of RGB (Red+Green+Blue) = 190+127+205=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FCD is #418032. Grayscale: #9A9A9A. Windows color (decimal): -4292659 or 13467582. OLE color: 13467582.

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

Color convert

RGB190127205-
CMYK0.070.3800.20
HSL288.46º43.82%65.1%-
HSV(B)288.46º38.05%80.39%-
XYZ39.8430.5361.55-
YUV154.73156.37153.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=36.40%
G=24.33%
B=39.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901272050.070.3800.20288.4643.8265.1
HexBE7FCD7260141202c41
Octal27617731574602444054101
Binary101111101111111110011011111001100101001001000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FCD; }

 p { color: rgb(190,127,205); }

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

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

 a { background-color: rgb(190,127,205); }

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

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

 span { border-color: rgb(190,127,205); }

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