#B18AB3

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

Shades of London Hue #B18AB3

Tints of London Hue #B18AB3

Color information

#B18AB3 (or 0xB18AB3) is unknown color: approx London Hue. HEX triplet: B1, 8A and B3. RGB value is (177,138,179). Sum of RGB (Red+Green+Blue) = 177+138+179=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 179 - color contains mainly: blue. Hex color #B18AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AB3 is #4E754C. Grayscale: #9A9A9A. Windows color (decimal): -5141837 or 11766449. OLE color: 11766449.

HSL color Cylindrical-coordinate representation of color #B18AB3: hue angle of 297.07º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B18AB3 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177138179-
CMYK0.010.2300.30
HSL297.07º21.24%62.16%-
HSV(B)297.07º22.91%70.2%-
XYZ35.3630.7846.73-
YUV154.34141.92144.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=35.83%
G=27.94%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771381790.010.2300.30297.0721.2462.16
HexB18AB311701E129153e
Octal2612122631270364512576
Binary10110001100010101011001111011101111010010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AB3; }

 p { color: rgb(177,138,179); }

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

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

 a { background-color: rgb(177,138,179); }

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

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

 span { border-color: rgb(177,138,179); }

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