#B19FAE

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

Shades of London Hue #B19FAE

Tints of London Hue #B19FAE

Color information

#B19FAE (or 0xB19FAE) is unknown color: approx London Hue. HEX triplet: B1, 9F and AE. RGB value is (177,159,174). Sum of RGB (Red+Green+Blue) = 177+159+174=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FAE is #4E6051. Grayscale: #A6A6A6. Windows color (decimal): -5136466 or 11444145. OLE color: 11444145.

HSL color Cylindrical-coordinate representation of color #B19FAE: hue angle of 310º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FAE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177159174-
CMYK00.100.020.31
HSL310º10.34%65.88%-
HSV(B)310º10.17%69.41%-
XYZ38.1737.245.21-
YUV166.09132.46135.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=34.71%
G=31.18%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715917400.100.020.3131010.3465.88
HexB19FAE0A21F136a42
Octal26123725601223746612102
Binary10110001100111111010111001010101111110011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FAE; }

 p { color: rgb(177,159,174); }

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

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

 a { background-color: rgb(177,159,174); }

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

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

 span { border-color: rgb(177,159,174); }

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