#B396AC

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

Shades of London Hue #B396AC

Tints of London Hue #B396AC

Color information

#B396AC (or 0xB396AC) is unknown color: approx London Hue. HEX triplet: B3, 96 and AC. RGB value is (179,150,172). Sum of RGB (Red+Green+Blue) = 179+150+172=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B396AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396AC is #4C6953. Grayscale: #A1A1A1. Windows color (decimal): -5007700 or 11310771. OLE color: 11310771.

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

Color convert

RGB179150172-
CMYK00.160.040.30
HSL314.48º16.02%64.51%-
HSV(B)314.48º16.2%70.2%-
XYZ36.9434.3743.72-
YUV161.18134.11140.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=35.73%
G=29.94%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915017200.160.040.30314.4816.0264.51
HexB396AC01041E13a1041
Octal26322625402043647220101
Binary10110011100101101010110001000010011110100111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396AC; }

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

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

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

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

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

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

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

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