#B186A7

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

Shades of London Hue #B186A7

Tints of London Hue #B186A7

Color information

#B186A7 (or 0xB186A7) is unknown color: approx London Hue. HEX triplet: B1, 86 and A7. RGB value is (177,134,167). Sum of RGB (Red+Green+Blue) = 177+134+167=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B186A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186A7 is #4E7958. Grayscale: #969696. Windows color (decimal): -5142873 or 10978993. OLE color: 10978993.

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

Color convert

RGB177134167-
CMYK00.240.060.31
HSL313.95º21.61%60.98%-
HSV(B)313.95º24.29%69.41%-
XYZ33.6329.1940.42-
YUV150.62137.25146.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=37.03%
G=28.03%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713416700.240.060.31313.9521.6160.98
HexB186A701861F13a163d
Octal2612062470306374722675
Binary1011000110000110101001110110001101111110011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186A7; }

 p { color: rgb(177,134,167); }

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

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

 a { background-color: rgb(177,134,167); }

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

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

 span { border-color: rgb(177,134,167); }

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