#B17EAC

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

Shades of London Hue #B17EAC

Tints of London Hue #B17EAC

Color information

#B17EAC (or 0xB17EAC) is unknown color: approx London Hue. HEX triplet: B1, 7E and AC. RGB value is (177,126,172). Sum of RGB (Red+Green+Blue) = 177+126+172=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EAC is #4E8153. Grayscale: #929292. Windows color (decimal): -5144916 or 11304625. OLE color: 11304625.

HSL color Cylindrical-coordinate representation of color #B17EAC: hue angle of 305.88º 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 #B17EAC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177126172-
CMYK00.290.030.31
HSL305.88º24.64%59.41%-
HSV(B)305.88º28.81%69.41%-
XYZ33.0427.2542.55-
YUV146.49142.4149.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=37.26%
G=26.53%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712617200.290.030.31305.8824.6459.41
HexB17EAC01D31F132193b
Octal2611762540353374623173
Binary10110001111111010101100011101111111110011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EAC; }

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

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

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

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

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

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

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

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