#B39DAE

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

Shades of London Hue #B39DAE

Tints of London Hue #B39DAE

Color information

#B39DAE (or 0xB39DAE) is unknown color: approx London Hue. HEX triplet: B3, 9D and AE. RGB value is (179,157,174). Sum of RGB (Red+Green+Blue) = 179+157+174=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DAE is #4C6251. Grayscale: #A5A5A5. Windows color (decimal): -5005906 or 11443635. OLE color: 11443635.

HSL color Cylindrical-coordinate representation of color #B39DAE: hue angle of 313.64º degrees, saturation: 0.13, 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 #B39DAE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179157174-
CMYK00.120.030.30
HSL313.64º12.64%65.88%-
HSV(B)313.64º12.29%70.2%-
XYZ38.2936.7545.12-
YUV165.52132.79137.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=35.10%
G=30.78%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915717400.120.030.30313.6412.6465.88
HexB39DAE0C31E13ad42
Octal26323525601433647215102
Binary10110011100111011010111001100111111010011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DAE; }

 p { color: rgb(179,157,174); }

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

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

 a { background-color: rgb(179,157,174); }

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

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

 span { border-color: rgb(179,157,174); }

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