#B17EAE

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

Shades of London Hue #B17EAE

Tints of London Hue #B17EAE

Color information

#B17EAE (or 0xB17EAE) is unknown color: approx London Hue. HEX triplet: B1, 7E and AE. RGB value is (177,126,174). Sum of RGB (Red+Green+Blue) = 177+126+174=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EAE is #4E8151. Grayscale: #929292. Windows color (decimal): -5144914 or 11435697. OLE color: 11435697.

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

Color convert

RGB177126174-
CMYK00.290.020.31
HSL303.53º24.64%59.41%-
HSV(B)303.53º28.81%69.41%-
XYZ33.2327.3243.57-
YUV146.72143.4149.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=37.11%
G=26.42%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712617400.290.020.31303.5324.6459.41
HexB17EAE01D21F130193b
Octal2611762560352374603173
Binary10110001111111010101110011101101111110011000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EAE; }

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

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

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

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

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

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

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

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