#B589AF

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

Shades of London Hue #B589AF

Tints of London Hue #B589AF

Color information

#B589AF (or 0xB589AF) is unknown color: approx London Hue. HEX triplet: B5, 89 and AF. RGB value is (181,137,175). Sum of RGB (Red+Green+Blue) = 181+137+175=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B589AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589AF is #4A7650. Grayscale: #9A9A9A. Windows color (decimal): -4879953 or 11504053. OLE color: 11504053.

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

Color convert

RGB181137175-
CMYK00.240.030.29
HSL308.18º22.92%62.35%-
HSV(B)308.18º24.31%70.98%-
XYZ35.7430.8144.62-
YUV154.49139.58146.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=36.71%
G=27.79%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113717500.240.030.29308.1822.9262.35
HexB589AF01831D134173e
Octal2652112570303354642776
Binary101101011000100110101111011000111110110011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589AF; }

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

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

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

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

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

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

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

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