#B18BA8

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

Shades of London Hue #B18BA8

Tints of London Hue #B18BA8

Color information

#B18BA8 (or 0xB18BA8) is unknown color: approx London Hue. HEX triplet: B1, 8B and A8. RGB value is (177,139,168). Sum of RGB (Red+Green+Blue) = 177+139+168=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BA8 is #4E7457. Grayscale: #999999. Windows color (decimal): -5141592 or 11045809. OLE color: 11045809.

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

Color convert

RGB177139168-
CMYK00.210.050.31
HSL314.21º19.59%61.96%-
HSV(B)314.21º21.47%69.41%-
XYZ34.4330.6441.15-
YUV153.67136.09144.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=36.57%
G=28.72%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713916800.210.050.31314.2119.5961.96
HexB18BA801551F13a143e
Octal2612132500255374722476
Binary1011000110001011101010000101011011111110011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BA8; }

 p { color: rgb(177,139,168); }

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

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

 a { background-color: rgb(177,139,168); }

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

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

 span { border-color: rgb(177,139,168); }

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