#B586AA

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

Shades of London Hue #B586AA

Tints of London Hue #B586AA

Color information

#B586AA (or 0xB586AA) is unknown color: approx London Hue. HEX triplet: B5, 86 and AA. RGB value is (181,134,170). Sum of RGB (Red+Green+Blue) = 181+134+170=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B586AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586AA is #4A7955. Grayscale: #989898. Windows color (decimal): -4880726 or 11175605. OLE color: 11175605.

HSL color Cylindrical-coordinate representation of color #B586AA: hue angle of 314.04º 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 #B586AA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181134170-
CMYK00.260.060.29
HSL314.04º24.1%61.76%-
HSV(B)314.04º25.97%70.98%-
XYZ34.8429.7841.94-
YUV152.16138.07148.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=37.32%
G=27.63%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113417000.260.060.29314.0424.161.76
HexB586AA01A61D13a183e
Octal2652062520326354723076
Binary1011010110000110101010100110101101110110011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586AA; }

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

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

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

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

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

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

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

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