#B18AA8

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

Shades of London Hue #B18AA8

Tints of London Hue #B18AA8

Color information

#B18AA8 (or 0xB18AA8) is unknown color: approx London Hue. HEX triplet: B1, 8A and A8. RGB value is (177,138,168). Sum of RGB (Red+Green+Blue) = 177+138+168=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AA8 is #4E7557. Grayscale: #999999. Windows color (decimal): -5141848 or 11045553. OLE color: 11045553.

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

Color convert

RGB177138168-
CMYK00.220.050.31
HSL313.85º20%61.76%-
HSV(B)313.85º22.03%69.41%-
XYZ34.2930.3541.1-
YUV153.08136.42145.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=36.65%
G=28.57%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713816800.220.050.31313.852061.76
HexB18AA801651F13a143e
Octal2612122500265374722476
Binary1011000110001010101010000101101011111110011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AA8; }

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

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

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

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

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

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

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

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