#B39EAF

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

Shades of London Hue #B39EAF

Tints of London Hue #B39EAF

Color information

#B39EAF (or 0xB39EAF) is unknown color: approx London Hue. HEX triplet: B3, 9E and AF. RGB value is (179,158,175). Sum of RGB (Red+Green+Blue) = 179+158+175=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 179 - color contains mainly: red. Hex color #B39EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39EAF is #4C6150. Grayscale: #A6A6A6. Windows color (decimal): -5005649 or 11509427. OLE color: 11509427.

HSL color Cylindrical-coordinate representation of color #B39EAF: hue angle of 311.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B39EAF is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179158175-
CMYK00.120.020.30
HSL311.43º12.14%66.08%-
HSV(B)311.43º11.73%70.2%-
XYZ38.5637.1345.69-
YUV166.22132.96137.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=34.96%
G=30.86%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915817500.120.020.30311.4312.1466.08
HexB39EAF0C21E137c42
Octal26323625701423646714102
Binary10110011100111101010111101100101111010011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EAF; }

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

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

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

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

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

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

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

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