#B18AAC

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

Shades of London Hue #B18AAC

Tints of London Hue #B18AAC

Color information

#B18AAC (or 0xB18AAC) is unknown color: approx London Hue. HEX triplet: B1, 8A and AC. RGB value is (177,138,172). Sum of RGB (Red+Green+Blue) = 177+138+172=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AAC is #4E7553. Grayscale: #999999. Windows color (decimal): -5141844 or 11307697. OLE color: 11307697.

HSL color Cylindrical-coordinate representation of color #B18AAC: hue angle of 307.69º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18AAC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177138172-
CMYK00.220.030.31
HSL307.69º20%61.76%-
HSV(B)307.69º22.03%69.41%-
XYZ34.6730.543.09-
YUV153.54138.42144.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=36.34%
G=28.34%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713817200.220.030.31307.692061.76
HexB18AAC01631F134143e
Octal2612122540263374642476
Binary101100011000101010101100010110111111110011010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AAC; }

 p { color: rgb(177,138,172); }

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

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

 a { background-color: rgb(177,138,172); }

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

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

 span { border-color: rgb(177,138,172); }

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