#B396B5

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

Shades of London Hue #B396B5

Tints of London Hue #B396B5

Color information

#B396B5 (or 0xB396B5) is unknown color: approx London Hue. HEX triplet: B3, 96 and B5. RGB value is (179,150,181). Sum of RGB (Red+Green+Blue) = 179+150+181=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #B396B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396B5 is #4C694A. Grayscale: #A2A2A2. Windows color (decimal): -5007691 or 11900595. OLE color: 11900595.

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

Color convert

RGB179150181-
CMYK0.010.1700.29
HSL296.13º17.32%64.9%-
HSV(B)296.13º17.13%70.98%-
XYZ37.8434.7348.43-
YUV162.2138.61139.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=35.10%
G=29.41%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791501810.010.1700.29296.1317.3264.9
HexB396B511101D1281141
Octal26322626512103545021101
Binary101100111001011010110101110001011101100101000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396B5; }

 p { color: rgb(179,150,181); }

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

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

 a { background-color: rgb(179,150,181); }

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

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

 span { border-color: rgb(179,150,181); }

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