#B17DAB

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

Shades of London Hue #B17DAB

Tints of London Hue #B17DAB

Color information

#B17DAB (or 0xB17DAB) is unknown color: approx London Hue. HEX triplet: B1, 7D and AB. RGB value is (177,125,171). Sum of RGB (Red+Green+Blue) = 177+125+171=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAB is #4E8254. Grayscale: #919191. Windows color (decimal): -5145173 or 11238833. OLE color: 11238833.

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

Color convert

RGB177125171-
CMYK00.290.030.31
HSL306.92º25%59.22%-
HSV(B)306.92º29.38%69.41%-
XYZ32.8226.9542-
YUV145.79142.23150.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=37.42%
G=26.43%
B=36.15%

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
Decimal17712517100.290.030.31306.922559.22
HexB17DAB01D31F133193b
Octal2611752530353374633173
Binary10110001111110110101011011101111111110011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DAB; }

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

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

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

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

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

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

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

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