#B19EAE

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

Shades of London Hue #B19EAE

Tints of London Hue #B19EAE

Color information

#B19EAE (or 0xB19EAE) is unknown color: approx London Hue. HEX triplet: B1, 9E and AE. RGB value is (177,158,174). Sum of RGB (Red+Green+Blue) = 177+158+174=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAE is #4E6151. Grayscale: #A5A5A5. Windows color (decimal): -5136722 or 11443889. OLE color: 11443889.

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

Color convert

RGB177158174-
CMYK00.110.020.31
HSL309.47º10.86%65.69%-
HSV(B)309.47º10.73%69.41%-
XYZ3836.8645.16-
YUV165.5132.79136.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=34.77%
G=31.04%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715817400.110.020.31309.4710.8665.69
HexB19EAE0B21F135b42
Octal26123625601323746513102
Binary10110001100111101010111001011101111110011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EAE; }

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

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

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

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

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

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

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

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