#B18BAC

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

Shades of London Hue #B18BAC

Tints of London Hue #B18BAC

Color information

#B18BAC (or 0xB18BAC) is unknown color: approx London Hue. HEX triplet: B1, 8B and AC. RGB value is (177,139,172). Sum of RGB (Red+Green+Blue) = 177+139+172=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAC is #4E7453. Grayscale: #9A9A9A. Windows color (decimal): -5141588 or 11307953. OLE color: 11307953.

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

Color convert

RGB177139172-
CMYK00.210.030.31
HSL307.89º19.59%61.96%-
HSV(B)307.89º21.47%69.41%-
XYZ34.8130.7943.14-
YUV154.12138.09144.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=36.27%
G=28.48%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713917200.210.030.31307.8919.5961.96
HexB18BAC01531F134143e
Octal2612132540253374642476
Binary101100011000101110101100010101111111110011010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BAC; }

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

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

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

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

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

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

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

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