#B597AD

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

Shades of London Hue #B597AD

Tints of London Hue #B597AD

Color information

#B597AD (or 0xB597AD) is unknown color: approx London Hue. HEX triplet: B5, 97 and AD. RGB value is (181,151,173). Sum of RGB (Red+Green+Blue) = 181+151+173=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B597AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B597AD is #4A6852. Grayscale: #A2A2A2. Windows color (decimal): -4876371 or 11376565. OLE color: 11376565.

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

Color convert

RGB181151173-
CMYK00.170.040.29
HSL316º16.85%65.1%-
HSV(B)316º16.57%70.98%-
XYZ37.6734.9744.3-
YUV162.48133.94141.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=35.84%
G=29.90%
B=34.26%

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
Decimal18115117300.170.040.2931616.8565.1
HexB597AD01141D13c1141
Octal26522725502143547421101
Binary10110101100101111010110101000110011101100111100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597AD; }

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

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

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

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

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

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

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

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