#B589A8

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

Shades of London Hue #B589A8

Tints of London Hue #B589A8

Color information

#B589A8 (or 0xB589A8) is unknown color: approx London Hue. HEX triplet: B5, 89 and A8. RGB value is (181,137,168). Sum of RGB (Red+Green+Blue) = 181+137+168=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B589A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589A8 is #4A7657. Grayscale: #999999. Windows color (decimal): -4879960 or 11045301. OLE color: 11045301.

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

Color convert

RGB181137168-
CMYK00.240.070.29
HSL317.73º22.92%62.35%-
HSV(B)317.73º24.31%70.98%-
XYZ35.0730.5441.09-
YUV153.69136.08147.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=37.24%
G=28.19%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113716800.240.070.29317.7322.9262.35
HexB589A801871D13e173e
Octal2652112500307354762776
Binary1011010110001001101010000110001111110110011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589A8; }

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

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

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

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

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

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

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

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