#B596AD

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

Shades of London Hue #B596AD

Tints of London Hue #B596AD

Color information

#B596AD (or 0xB596AD) is unknown color: approx London Hue. HEX triplet: B5, 96 and AD. RGB value is (181,150,173). Sum of RGB (Red+Green+Blue) = 181+150+173=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B596AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B596AD is #4A6952. Grayscale: #A1A1A1. Windows color (decimal): -4876627 or 11376309. OLE color: 11376309.

HSL color Cylindrical-coordinate representation of color #B596AD: hue angle of 315.48º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B596AD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181150173-
CMYK00.170.040.29
HSL315.48º17.32%64.9%-
HSV(B)315.48º17.13%70.98%-
XYZ37.5134.6544.25-
YUV161.89134.27141.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=35.91%
G=29.76%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115017300.170.040.29315.4817.3264.9
HexB596AD01141D13b1141
Octal26522625502143547321101
Binary10110101100101101010110101000110011101100111011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596AD; }

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

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

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

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

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

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

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

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