#B18FAC

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

Shades of London Hue #B18FAC

Tints of London Hue #B18FAC

Color information

#B18FAC (or 0xB18FAC) is unknown color: approx London Hue. HEX triplet: B1, 8F and AC. RGB value is (177,143,172). Sum of RGB (Red+Green+Blue) = 177+143+172=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAC is #4E7053. Grayscale: #9C9C9C. Windows color (decimal): -5140564 or 11308977. OLE color: 11308977.

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

Color convert

RGB177143172-
CMYK00.190.030.31
HSL308.82º17.89%62.75%-
HSV(B)308.82º19.21%69.41%-
XYZ35.431.9743.33-
YUV156.47136.76142.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=35.98%
G=29.07%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714317200.190.030.31308.8217.8962.75
HexB18FAC01331F135123f
Octal2612172540233374652277
Binary101100011000111110101100010011111111110011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FAC; }

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

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

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

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

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

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

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

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