#BE80BA

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

Shades of London Hue #BE80BA

Tints of London Hue #BE80BA

Color information

#BE80BA (or 0xBE80BA) is unknown color: approx London Hue. HEX triplet: BE, 80 and BA. RGB value is (190,128,186). Sum of RGB (Red+Green+Blue) = 190+128+186=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BA is #417F45. Grayscale: #989898. Windows color (decimal): -4292422 or 12222654. OLE color: 12222654.

HSL color Cylindrical-coordinate representation of color #BE80BA: hue angle of 303.87º 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 #BE80BA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190128186-
CMYK00.330.020.25
HSL303.87º32.29%62.35%-
HSV(B)303.87º32.63%74.51%-
XYZ37.8229.9350.24-
YUV153.15146.54154.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=37.70%
G=25.40%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012818600.330.020.25303.8732.2962.35
HexBE80BA021219130203e
Octal2762002720412314604076
Binary10111110100000001011101001000011011001100110000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80BA; }

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

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

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

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

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

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

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

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