#B17DAE

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

Shades of London Hue #B17DAE

Tints of London Hue #B17DAE

Color information

#B17DAE (or 0xB17DAE) is unknown color: approx London Hue. HEX triplet: B1, 7D and AE. RGB value is (177,125,174). Sum of RGB (Red+Green+Blue) = 177+125+174=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAE is #4E8251. Grayscale: #919191. Windows color (decimal): -5145170 or 11435441. OLE color: 11435441.

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

Color convert

RGB177125174-
CMYK00.290.020.31
HSL303.46º25%59.22%-
HSV(B)303.46º29.38%69.41%-
XYZ33.1127.0743.52-
YUV146.13143.73150.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=37.18%
G=26.26%
B=36.55%

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
Decimal17712517400.290.020.31303.462559.22
HexB17DAE01D21F12f193b
Octal2611752560352374573173
Binary10110001111110110101110011101101111110010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DAE; }

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

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

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

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

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

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

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

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