#BE80B6

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

Shades of London Hue #BE80B6

Tints of London Hue #BE80B6

Color information

#BE80B6 (or 0xBE80B6) is unknown color: approx London Hue. HEX triplet: BE, 80 and B6. RGB value is (190,128,182). Sum of RGB (Red+Green+Blue) = 190+128+182=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80B6 is #417F49. Grayscale: #989898. Windows color (decimal): -4292426 or 11960510. OLE color: 11960510.

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

Color convert

RGB190128182-
CMYK00.330.040.25
HSL307.74º32.29%62.35%-
HSV(B)307.74º32.63%74.51%-
XYZ37.429.7648.03-
YUV152.69144.54154.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=38%
G=25.6%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012818200.330.040.25307.7432.2962.35
HexBE80B6021419134203e
Octal2762002660414314644076
Binary101111101000000010110110010000110011001100110100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80B6; }

 p { color: rgb(190,128,182); }

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

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

 a { background-color: rgb(190,128,182); }

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

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

 span { border-color: rgb(190,128,182); }

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