#B17FAB

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

Shades of London Hue #B17FAB

Tints of London Hue #B17FAB

Color information

#B17FAB (or 0xB17FAB) is unknown color: approx London Hue. HEX triplet: B1, 7F and AB. RGB value is (177,127,171). Sum of RGB (Red+Green+Blue) = 177+127+171=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAB is #4E8054. Grayscale: #929292. Windows color (decimal): -5144661 or 11239345. OLE color: 11239345.

HSL color Cylindrical-coordinate representation of color #B17FAB: hue angle of 307.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17FAB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177127171-
CMYK00.280.030.31
HSL307.2º24.27%59.61%-
HSV(B)307.2º28.25%69.41%-
XYZ33.0727.4742.09-
YUV146.97141.56149.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 171 (67.19% from 255) = 36%
R=37.26%
G=26.74%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712717100.280.030.31307.224.2759.61
HexB17FAB01C31F133183c
Octal2611772530343374633074
Binary10110001111111110101011011100111111110011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FAB; }

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

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

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

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

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

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

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

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