#B080AE

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

Shades of London Hue #B080AE

Tints of London Hue #B080AE

Color information

#B080AE (or 0xB080AE) is unknown color: approx London Hue. HEX triplet: B0, 80 and AE. RGB value is (176,128,174). Sum of RGB (Red+Green+Blue) = 176+128+174=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AE is #4F7F51. Grayscale: #939393. Windows color (decimal): -5209938 or 11436208. OLE color: 11436208.

HSL color Cylindrical-coordinate representation of color #B080AE: hue angle of 302.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B080AE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176128174-
CMYK00.270.010.31
HSL302.5º23.3%59.61%-
HSV(B)302.5º27.27%69.02%-
XYZ33.2627.7243.64-
YUV147.6142.9148.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=36.82%
G=26.78%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612817400.270.010.31302.523.359.61
HexB080AE01B11F12e173c
Octal2602002560331374562774
Binary10110000100000001010111001101111111110010111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080AE; }

 p { color: rgb(176,128,174); }

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

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

 a { background-color: rgb(176,128,174); }

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

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

 span { border-color: rgb(176,128,174); }

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