#B18AB0

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

Shades of London Hue #B18AB0

Tints of London Hue #B18AB0

Color information

#B18AB0 (or 0xB18AB0) is unknown color: approx London Hue. HEX triplet: B1, 8A and B0. RGB value is (177,138,176). Sum of RGB (Red+Green+Blue) = 177+138+176=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AB0 is #4E754F. Grayscale: #999999. Windows color (decimal): -5141840 or 11569841. OLE color: 11569841.

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

Color convert

RGB177138176-
CMYK00.220.010.31
HSL301.54º20%61.76%-
HSV(B)301.54º22.03%69.41%-
XYZ35.0630.6645.14-
YUV153.99140.42144.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=36.05%
G=28.11%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713817600.220.010.31301.542061.76
HexB18AB001611F12e143e
Octal2612122600261374562476
Binary10110001100010101011000001011011111110010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AB0; }

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

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

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

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

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

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

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

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