#B18DAE

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

Shades of London Hue #B18DAE

Tints of London Hue #B18DAE

Color information

#B18DAE (or 0xB18DAE) is unknown color: approx London Hue. HEX triplet: B1, 8D and AE. RGB value is (177,141,174). Sum of RGB (Red+Green+Blue) = 177+141+174=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAE is #4E7251. Grayscale: #9B9B9B. Windows color (decimal): -5141074 or 11439537. OLE color: 11439537.

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

Color convert

RGB177141174-
CMYK00.200.020.31
HSL305º18.75%62.35%-
HSV(B)305º20.34%69.41%-
XYZ35.331.4544.26-
YUV155.53138.43143.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=35.98%
G=28.66%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714117400.200.020.3130518.7562.35
HexB18DAE01421F131133e
Octal2612152560242374612376
Binary101100011000110110101110010100101111110011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DAE; }

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

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

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

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

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

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

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

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