#B396AF

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

Shades of London Hue #B396AF

Tints of London Hue #B396AF

Color information

#B396AF (or 0xB396AF) is unknown color: approx London Hue. HEX triplet: B3, 96 and AF. RGB value is (179,150,175). Sum of RGB (Red+Green+Blue) = 179+150+175=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B396AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396AF is #4C6950. Grayscale: #A1A1A1. Windows color (decimal): -5007697 or 11507379. OLE color: 11507379.

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

Color convert

RGB179150175-
CMYK00.160.020.30
HSL308.28º16.02%64.51%-
HSV(B)308.28º16.2%70.2%-
XYZ37.2334.4945.25-
YUV161.52135.61140.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=35.52%
G=29.76%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915017500.160.020.30308.2816.0264.51
HexB396AF01021E1341041
Octal26322625702023646420101
Binary1011001110010110101011110100001011110100110100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396AF; }

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

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

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

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

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

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

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

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