#B396AA

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

Shades of London Hue #B396AA

Tints of London Hue #B396AA

Color information

#B396AA (or 0xB396AA) is unknown color: approx London Hue. HEX triplet: B3, 96 and AA. RGB value is (179,150,170). Sum of RGB (Red+Green+Blue) = 179+150+170=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B396AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396AA is #4C6955. Grayscale: #A0A0A0. Windows color (decimal): -5007702 or 11179699. OLE color: 11179699.

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

Color convert

RGB179150170-
CMYK00.160.050.30
HSL318.62º16.02%64.51%-
HSV(B)318.62º16.2%70.2%-
XYZ36.7534.342.71-
YUV160.95133.11140.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=35.87%
G=30.06%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915017000.160.050.30318.6216.0264.51
HexB396AA01051E13f1041
Octal26322625202053647720101
Binary10110011100101101010101001000010111110100111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396AA; }

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

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

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

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

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

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

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

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