#B080AB

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

Shades of London Hue #B080AB

Tints of London Hue #B080AB

Color information

#B080AB (or 0xB080AB) is unknown color: approx London Hue. HEX triplet: B0, 80 and AB. RGB value is (176,128,171). Sum of RGB (Red+Green+Blue) = 176+128+171=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AB is #4F7F54. Grayscale: #939393. Windows color (decimal): -5209941 or 11239600. OLE color: 11239600.

HSL color Cylindrical-coordinate representation of color #B080AB: hue angle of 306.25º 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 #B080AB is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176128171-
CMYK00.270.030.31
HSL306.25º23.3%59.61%-
HSV(B)306.25º27.27%69.02%-
XYZ32.9727.6142.12-
YUV147.25141.4148.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 171 (67.19% from 255) = 36%
R=37.05%
G=26.95%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612817100.270.030.31306.2523.359.61
HexB080AB01B31F132173c
Octal2602002530333374622774
Binary101100001000000010101011011011111111110011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080AB; }

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

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

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

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

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

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

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

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