#B589B4

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

Shades of London Hue #B589B4

Tints of London Hue #B589B4

Color information

#B589B4 (or 0xB589B4) is unknown color: approx London Hue. HEX triplet: B5, 89 and B4. RGB value is (181,137,180). Sum of RGB (Red+Green+Blue) = 181+137+180=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B589B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589B4 is #4A764B. Grayscale: #9A9A9A. Windows color (decimal): -4879948 or 11831733. OLE color: 11831733.

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

Color convert

RGB181137180-
CMYK00.240.010.29
HSL301.36º22.92%62.35%-
HSV(B)301.36º24.31%70.98%-
XYZ36.2431.0147.26-
YUV155.06142.08146.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=36.35%
G=27.51%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113718000.240.010.29301.3622.9262.35
HexB589B401811D12d173e
Octal2652112640301354552776
Binary10110101100010011011010001100011110110010110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589B4; }

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

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

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

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

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

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

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

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