#B18EAD

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

Shades of London Hue #B18EAD

Tints of London Hue #B18EAD

Color information

#B18EAD (or 0xB18EAD) is unknown color: approx London Hue. HEX triplet: B1, 8E and AD. RGB value is (177,142,173). Sum of RGB (Red+Green+Blue) = 177+142+173=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B18EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EAD is #4E7152. Grayscale: #9B9B9B. Windows color (decimal): -5140819 or 11374257. OLE color: 11374257.

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

Color convert

RGB177142173-
CMYK00.200.020.31
HSL306.86º18.32%62.55%-
HSV(B)306.86º19.77%69.41%-
XYZ35.3531.7143.79-
YUV156137.6142.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=35.98%
G=28.86%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714217300.200.020.31306.8618.3262.55
HexB18EAD01421F133123f
Octal2612162550242374632277
Binary101100011000111010101101010100101111110011001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EAD; }

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

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

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

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

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

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

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

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