#B397B2

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

Shades of London Hue #B397B2

Tints of London Hue #B397B2

Color information

#B397B2 (or 0xB397B2) is unknown color: approx London Hue. HEX triplet: B3, 97 and B2. RGB value is (179,151,178). Sum of RGB (Red+Green+Blue) = 179+151+178=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 179 - color contains mainly: red. Hex color #B397B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397B2 is #4C684D. Grayscale: #A2A2A2. Windows color (decimal): -5007438 or 11704243. OLE color: 11704243.

HSL color Cylindrical-coordinate representation of color #B397B2: hue angle of 302.14º 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 #B397B2 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179151178-
CMYK00.160.010.30
HSL302.14º15.56%64.71%-
HSV(B)302.14º15.64%70.2%-
XYZ37.6934.9346.88-
YUV162.45136.78139.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=35.24%
G=29.72%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915117800.160.010.30302.1415.5664.71
HexB397B201011E12e1041
Octal26322726202013645620101
Binary101100111001011110110010010000111110100101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397B2; }

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

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

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

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

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

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

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

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