#B18DAB

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

Shades of London Hue #B18DAB

Tints of London Hue #B18DAB

Color information

#B18DAB (or 0xB18DAB) is unknown color: approx London Hue. HEX triplet: B1, 8D and AB. RGB value is (177,141,171). Sum of RGB (Red+Green+Blue) = 177+141+171=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAB is #4E7254. Grayscale: #9B9B9B. Windows color (decimal): -5141077 or 11242929. OLE color: 11242929.

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

Color convert

RGB177141171-
CMYK00.200.030.31
HSL310º18.75%62.35%-
HSV(B)310º20.34%69.41%-
XYZ35.0131.3442.73-
YUV155.18136.93143.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=36.20%
G=28.83%
B=34.97%

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
Decimal17714117100.200.030.3131018.7562.35
HexB18DAB01431F136133e
Octal2612152530243374662376
Binary101100011000110110101011010100111111110011011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DAB; }

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

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

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

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

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

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

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

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