#BE76B5

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

Shades of London Hue #BE76B5

Tints of London Hue #BE76B5

Color information

#BE76B5 (or 0xBE76B5) is unknown color: approx London Hue. HEX triplet: BE, 76 and B5. RGB value is (190,118,181). Sum of RGB (Red+Green+Blue) = 190+118+181=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76B5 is #41894A. Grayscale: #929292. Windows color (decimal): -4294987 or 11892414. OLE color: 11892414.

HSL color Cylindrical-coordinate representation of color #BE76B5: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE76B5 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190118181-
CMYK00.380.050.25
HSL307.5º35.64%60.39%-
HSV(B)307.5º37.89%74.51%-
XYZ36.0527.2447.07-
YUV146.71147.35158.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 181 (71.09% from 255) = 37.01%
R=38.85%
G=24.13%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011818100.380.050.25307.535.6460.39
HexBE76B5026519134243c
Octal2761662650465314644474
Binary10111110111011010110101010011010111001100110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76B5; }

 p { color: rgb(190,118,181); }

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

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

 a { background-color: rgb(190,118,181); }

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

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

 span { border-color: rgb(190,118,181); }

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