#B589AA

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

Shades of London Hue #B589AA

Tints of London Hue #B589AA

Color information

#B589AA (or 0xB589AA) is unknown color: approx London Hue. HEX triplet: B5, 89 and AA. RGB value is (181,137,170). Sum of RGB (Red+Green+Blue) = 181+137+170=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B589AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589AA is #4A7655. Grayscale: #999999. Windows color (decimal): -4879958 or 11176373. OLE color: 11176373.

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

Color convert

RGB181137170-
CMYK00.240.060.29
HSL315º22.92%62.35%-
HSV(B)315º24.31%70.98%-
XYZ35.2630.6242.08-
YUV153.92137.08147.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=37.09%
G=28.07%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113717000.240.060.2931522.9262.35
HexB589AA01861D13b173e
Octal2652112520306354732776
Binary1011010110001001101010100110001101110110011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589AA; }

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

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

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

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

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

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

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

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