#B586AC

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

Shades of London Hue #B586AC

Tints of London Hue #B586AC

Color information

#B586AC (or 0xB586AC) is unknown color: approx London Hue. HEX triplet: B5, 86 and AC. RGB value is (181,134,172). Sum of RGB (Red+Green+Blue) = 181+134+172=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B586AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586AC is #4A7953. Grayscale: #989898. Windows color (decimal): -4880724 or 11306677. OLE color: 11306677.

HSL color Cylindrical-coordinate representation of color #B586AC: hue angle of 311.49º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B586AC is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181134172-
CMYK00.260.050.29
HSL311.49º24.1%61.76%-
HSV(B)311.49º25.97%70.98%-
XYZ35.0329.8542.95-
YUV152.38139.07148.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=37.17%
G=27.52%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113417200.260.050.29311.4924.161.76
HexB586AC01A51D137183e
Octal2652062540325354673076
Binary1011010110000110101011000110101011110110011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586AC; }

 p { color: rgb(181,134,172); }

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

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

 a { background-color: rgb(181,134,172); }

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

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

 span { border-color: rgb(181,134,172); }

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