#BE80BF

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

Shades of London Hue #BE80BF

Tints of London Hue #BE80BF

Color information

#BE80BF (or 0xBE80BF) is unknown color: approx London Hue. HEX triplet: BE, 80 and BF. RGB value is (190,128,191). Sum of RGB (Red+Green+Blue) = 190+128+191=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BF is #417F40. Grayscale: #999999. Windows color (decimal): -4292417 or 12550334. OLE color: 12550334.

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

Color convert

RGB190128191-
CMYK0.010.3300.25
HSL299.05º32.98%62.55%-
HSV(B)299.05º32.98%74.9%-
XYZ38.3630.1553.09-
YUV153.72149.04153.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 191 (75% from 255) = 37.52%
R=37.33%
G=25.15%
B=37.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901281910.010.3300.25299.0532.9862.55
HexBE80BF12101912b213f
Octal2762002771410314534177
Binary1011111010000000101111111100001011001100101011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80BF; }

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

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

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

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

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

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

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

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