#B18DAF

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

Shades of London Hue #B18DAF

Tints of London Hue #B18DAF

Color information

#B18DAF (or 0xB18DAF) is unknown color: approx London Hue. HEX triplet: B1, 8D and AF. RGB value is (177,141,175). Sum of RGB (Red+Green+Blue) = 177+141+175=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAF is #4E7250. Grayscale: #9B9B9B. Windows color (decimal): -5141073 or 11505073. OLE color: 11505073.

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

Color convert

RGB177141175-
CMYK00.200.010.31
HSL303.33º18.75%62.35%-
HSV(B)303.33º20.34%69.41%-
XYZ35.3931.4944.77-
YUV155.64138.93143.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=35.90%
G=28.60%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714117500.200.010.31303.3318.7562.35
HexB18DAF01411F12f133e
Octal2612152570241374572376
Binary10110001100011011010111101010011111110010111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DAF; }

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

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

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

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

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

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

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

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