#BE80B1

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

Shades of London Hue #BE80B1

Tints of London Hue #BE80B1

Color information

#BE80B1 (or 0xBE80B1) is unknown color: approx London Hue. HEX triplet: BE, 80 and B1. RGB value is (190,128,177). Sum of RGB (Red+Green+Blue) = 190+128+177=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80B1 is #417F4E. Grayscale: #979797. Windows color (decimal): -4292431 or 11632830. OLE color: 11632830.

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

Color convert

RGB190128177-
CMYK00.330.070.25
HSL312.58º32.29%62.35%-
HSV(B)312.58º32.63%74.51%-
XYZ36.8929.5645.36-
YUV152.12142.04155.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=38.38%
G=25.86%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012817700.330.070.25312.5832.2962.35
HexBE80B1021719139203e
Octal2762002610417314714076
Binary101111101000000010110001010000111111001100111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80B1; }

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

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

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

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

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

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

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

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