#B18FAB

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

Shades of London Hue #B18FAB

Tints of London Hue #B18FAB

Color information

#B18FAB (or 0xB18FAB) is unknown color: approx London Hue. HEX triplet: B1, 8F and AB. RGB value is (177,143,171). Sum of RGB (Red+Green+Blue) = 177+143+171=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAB is #4E7054. Grayscale: #9C9C9C. Windows color (decimal): -5140565 or 11243441. OLE color: 11243441.

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

Color convert

RGB177143171-
CMYK00.190.030.31
HSL310.59º17.89%62.75%-
HSV(B)310.59º19.21%69.41%-
XYZ35.331.9342.83-
YUV156.36136.26142.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=36.05%
G=29.12%
B=34.83%

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
Decimal17714317100.190.030.31310.5917.8962.75
HexB18FAB01331F137123f
Octal2612172530233374672277
Binary101100011000111110101011010011111111110011011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FAB; }

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

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

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

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

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

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

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

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