#B597AF

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

Shades of London Hue #B597AF

Tints of London Hue #B597AF

Color information

#B597AF (or 0xB597AF) is unknown color: approx London Hue. HEX triplet: B5, 97 and AF. RGB value is (181,151,175). Sum of RGB (Red+Green+Blue) = 181+151+175=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 181 - color contains mainly: red. Hex color #B597AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B597AF is #4A6850. Grayscale: #A2A2A2. Windows color (decimal): -4876369 or 11507637. OLE color: 11507637.

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

Color convert

RGB181151175-
CMYK00.170.030.29
HSL312º16.85%65.1%-
HSV(B)312º16.57%70.98%-
XYZ37.8635.0545.33-
YUV162.71134.94141.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=35.70%
G=29.78%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115117500.170.030.2931216.8565.1
HexB597AF01131D1381141
Octal26522725702133547021101
Binary1011010110010111101011110100011111101100111000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597AF; }

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

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

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

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

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

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

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

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