#B18FAD

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

Shades of London Hue #B18FAD

Tints of London Hue #B18FAD

Color information

#B18FAD (or 0xB18FAD) is unknown color: approx London Hue. HEX triplet: B1, 8F and AD. RGB value is (177,143,173). Sum of RGB (Red+Green+Blue) = 177+143+173=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAD is #4E7052. Grayscale: #9C9C9C. Windows color (decimal): -5140563 or 11374513. OLE color: 11374513.

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

Color convert

RGB177143173-
CMYK00.190.020.31
HSL307.06º17.89%62.75%-
HSV(B)307.06º19.21%69.41%-
XYZ35.532.0143.84-
YUV156.59137.26142.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=35.90%
G=29.01%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714317300.190.020.31307.0617.8962.75
HexB18FAD01321F133123f
Octal2612172550232374632277
Binary101100011000111110101101010011101111110011001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FAD; }

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

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

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

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

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

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

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

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