#B397B4

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

Shades of London Hue #B397B4

Tints of London Hue #B397B4

Color information

#B397B4 (or 0xB397B4) is unknown color: approx London Hue. HEX triplet: B3, 97 and B4. RGB value is (179,151,180). Sum of RGB (Red+Green+Blue) = 179+151+180=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #B397B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397B4 is #4C684B. Grayscale: #A2A2A2. Windows color (decimal): -5007436 or 11835315. OLE color: 11835315.

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

Color convert

RGB179151180-
CMYK0.010.1600.29
HSL297.93º16.2%64.9%-
HSV(B)297.93º16.11%70.59%-
XYZ37.935.0147.94-
YUV162.68137.78139.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=35.10%
G=29.61%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791511800.010.1600.29297.9316.264.9
HexB397B411001D12a1041
Octal26322726412003545220101
Binary101100111001011110110100110000011101100101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397B4; }

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

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

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

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

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

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

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

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