#B589B2

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

Shades of London Hue #B589B2

Tints of London Hue #B589B2

Color information

#B589B2 (or 0xB589B2) is unknown color: approx London Hue. HEX triplet: B5, 89 and B2. RGB value is (181,137,178). Sum of RGB (Red+Green+Blue) = 181+137+178=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B589B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B589B2 is #4A764D. Grayscale: #9A9A9A. Windows color (decimal): -4879950 or 11700661. OLE color: 11700661.

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

Color convert

RGB181137178-
CMYK00.240.020.29
HSL304.09º22.92%62.35%-
HSV(B)304.09º24.31%70.98%-
XYZ36.0430.9346.19-
YUV154.83141.08146.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=36.49%
G=27.62%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113717800.240.020.29304.0922.9262.35
HexB589B201821D130173e
Octal2652112620302354602776
Binary101101011000100110110010011000101110110011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589B2; }

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

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

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

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

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

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

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

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