#B18EAC

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

Shades of London Hue #B18EAC

Tints of London Hue #B18EAC

Color information

#B18EAC (or 0xB18EAC) is unknown color: approx London Hue. HEX triplet: B1, 8E and AC. RGB value is (177,142,172). Sum of RGB (Red+Green+Blue) = 177+142+172=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EAC is #4E7153. Grayscale: #9B9B9B. Windows color (decimal): -5140820 or 11308721. OLE color: 11308721.

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

Color convert

RGB177142172-
CMYK00.200.030.31
HSL308.57º18.32%62.55%-
HSV(B)308.57º19.77%69.41%-
XYZ35.2531.6743.29-
YUV155.88137.1143.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=36.05%
G=28.92%
B=35.03%

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
Decimal17714217200.200.030.31308.5718.3262.55
HexB18EAC01431F135123f
Octal2612162540243374652277
Binary101100011000111010101100010100111111110011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EAC; }

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

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

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

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

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

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

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

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