#BE7CAD

Color #BE7CAD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE7CAD

Tints of London Hue #BE7CAD

Color information

#BE7CAD (or 0xBE7CAD) is unknown color: approx London Hue. HEX triplet: BE, 7C and AD. RGB value is (190,124,173). Sum of RGB (Red+Green+Blue) = 190+124+173=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAD is #418352. Grayscale: #959595. Windows color (decimal): -4293459 or 11369662. OLE color: 11369662.

HSL color Cylindrical-coordinate representation of color #BE7CAD: hue angle of 315.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7CAD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190124173-
CMYK00.350.090.25
HSL315.45º33.67%61.57%-
HSV(B)315.45º34.74%74.51%-
XYZ35.9928.3843.12-
YUV149.32141.37157.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=39.01%
G=25.46%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012417300.350.090.25315.4533.6761.57
HexBE7CAD02391913b223e
Octal27617425504311314734276
Binary101111101111100101011010100011100111001100111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CAD; }

 p { color: rgb(190,124,173); }

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

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

 a { background-color: rgb(190,124,173); }

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

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

 span { border-color: rgb(190,124,173); }

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