#B081AB

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

Shades of London Hue #B081AB

Tints of London Hue #B081AB

Color information

#B081AB (or 0xB081AB) is unknown color: approx London Hue. HEX triplet: B0, 81 and AB. RGB value is (176,129,171). Sum of RGB (Red+Green+Blue) = 176+129+171=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B081AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B081AB is #4F7E54. Grayscale: #939393. Windows color (decimal): -5209685 or 11239856. OLE color: 11239856.

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

Color convert

RGB176129171-
CMYK00.270.030.31
HSL306.38º22.93%59.8%-
HSV(B)306.38º26.7%69.02%-
XYZ33.1127.8742.16-
YUV147.84141.07148.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=36.97%
G=27.10%
B=35.92%

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
Decimal17612917100.270.030.31306.3822.9359.8
HexB081AB01B31F132173c
Octal2602012530333374622774
Binary101100001000000110101011011011111111110011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081AB; }

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

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

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

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

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

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

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

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