#B17EAF

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

Shades of London Hue #B17EAF

Tints of London Hue #B17EAF

Color information

#B17EAF (or 0xB17EAF) is unknown color: approx London Hue. HEX triplet: B1, 7E and AF. RGB value is (177,126,175). Sum of RGB (Red+Green+Blue) = 177+126+175=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EAF is #4E8150. Grayscale: #929292. Windows color (decimal): -5144913 or 11501233. OLE color: 11501233.

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

Color convert

RGB177126175-
CMYK00.290.010.31
HSL302.35º24.64%59.41%-
HSV(B)302.35º28.81%69.41%-
XYZ33.3327.3644.08-
YUV146.83143.9149.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=37.03%
G=26.36%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712617500.290.010.31302.3524.6459.41
HexB17EAF01D11F12e193b
Octal2611762570351374563173
Binary1011000111111101010111101110111111110010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EAF; }

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

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

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

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

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

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

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

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