#B397AF

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

Shades of London Hue #B397AF

Tints of London Hue #B397AF

Color information

#B397AF (or 0xB397AF) is unknown color: approx London Hue. HEX triplet: B3, 97 and AF. RGB value is (179,151,175). Sum of RGB (Red+Green+Blue) = 179+151+175=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B397AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397AF is #4C6850. Grayscale: #A2A2A2. Windows color (decimal): -5007441 or 11507635. OLE color: 11507635.

HSL color Cylindrical-coordinate representation of color #B397AF: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B397AF is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179151175-
CMYK00.160.020.30
HSL308.57º15.56%64.71%-
HSV(B)308.57º15.64%70.2%-
XYZ37.3934.8145.31-
YUV162.11135.28140.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=35.45%
G=29.90%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915117500.160.020.30308.5715.5664.71
HexB397AF01021E1351041
Octal26322725702023646520101
Binary1011001110010111101011110100001011110100110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397AF; }

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

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

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

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

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

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

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

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