#B18BAE

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

Shades of London Hue #B18BAE

Tints of London Hue #B18BAE

Color information

#B18BAE (or 0xB18BAE) is unknown color: approx London Hue. HEX triplet: B1, 8B and AE. RGB value is (177,139,174). Sum of RGB (Red+Green+Blue) = 177+139+174=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAE is #4E7451. Grayscale: #9A9A9A. Windows color (decimal): -5141586 or 11439025. OLE color: 11439025.

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

Color convert

RGB177139174-
CMYK00.210.020.31
HSL304.74º19.59%61.96%-
HSV(B)304.74º21.47%69.41%-
XYZ3530.8744.16-
YUV154.35139.09144.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=36.12%
G=28.37%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713917400.210.020.31304.7419.5961.96
HexB18BAE01521F131143e
Octal2612132560252374612476
Binary101100011000101110101110010101101111110011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BAE; }

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

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

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

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

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

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

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

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