#B18EAB

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

Shades of London Hue #B18EAB

Tints of London Hue #B18EAB

Color information

#B18EAB (or 0xB18EAB) is unknown color: approx London Hue. HEX triplet: B1, 8E and AB. RGB value is (177,142,171). Sum of RGB (Red+Green+Blue) = 177+142+171=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EAB is #4E7154. Grayscale: #9B9B9B. Windows color (decimal): -5140821 or 11243185. OLE color: 11243185.

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

Color convert

RGB177142171-
CMYK00.200.030.31
HSL310.29º18.32%62.55%-
HSV(B)310.29º19.77%69.41%-
XYZ35.1631.6342.78-
YUV155.77136.6143.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=36.12%
G=28.98%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714217100.200.030.31310.2918.3262.55
HexB18EAB01431F136123f
Octal2612162530243374662277
Binary101100011000111010101011010100111111110011011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EAB; }

 p { color: rgb(177,142,171); }

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

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

 a { background-color: rgb(177,142,171); }

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

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

 span { border-color: rgb(177,142,171); }

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