#B596B7

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

Shades of London Hue #B596B7

Tints of London Hue #B596B7

Color information

#B596B7 (or 0xB596B7) is unknown color: approx London Hue. HEX triplet: B5, 96 and B7. RGB value is (181,150,183). Sum of RGB (Red+Green+Blue) = 181+150+183=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #B596B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596B7 is #4A6948. Grayscale: #A2A2A2. Windows color (decimal): -4876617 or 12031669. OLE color: 12031669.

HSL color Cylindrical-coordinate representation of color #B596B7: hue angle of 296.36º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B596B7 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181150183-
CMYK0.010.1800.28
HSL296.36º18.64%65.29%-
HSV(B)296.36º18.03%71.76%-
XYZ38.5135.0649.54-
YUV163.03139.27140.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=35.21%
G=29.18%
B=35.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811501830.010.1800.28296.3618.6465.29
HexB596B711201C1281341
Octal26522626712203445023101
Binary101101011001011010110111110010011100100101000100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596B7; }

 p { color: rgb(181,150,183); }

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

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

 a { background-color: rgb(181,150,183); }

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

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

 span { border-color: rgb(181,150,183); }

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