#B18AAE

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

Shades of London Hue #B18AAE

Tints of London Hue #B18AAE

Color information

#B18AAE (or 0xB18AAE) is unknown color: approx London Hue. HEX triplet: B1, 8A and AE. RGB value is (177,138,174). Sum of RGB (Red+Green+Blue) = 177+138+174=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AAE is #4E7551. Grayscale: #999999. Windows color (decimal): -5141842 or 11438769. OLE color: 11438769.

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

Color convert

RGB177138174-
CMYK00.220.020.31
HSL304.62º20%61.76%-
HSV(B)304.62º22.03%69.41%-
XYZ34.8630.5844.11-
YUV153.77139.42144.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=36.20%
G=28.22%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713817400.220.020.31304.622061.76
HexB18AAE01621F131143e
Octal2612122560262374612476
Binary101100011000101010101110010110101111110011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AAE; }

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

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

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

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

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

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

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

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