#B17CA9

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

Shades of London Hue #B17CA9

Tints of London Hue #B17CA9

Color information

#B17CA9 (or 0xB17CA9) is unknown color: approx London Hue. HEX triplet: B1, 7C and A9. RGB value is (177,124,169). Sum of RGB (Red+Green+Blue) = 177+124+169=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA9 is #4E8356. Grayscale: #909090. Windows color (decimal): -5145431 or 11107505. OLE color: 11107505.

HSL color Cylindrical-coordinate representation of color #B17CA9: hue angle of 309.06º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB177124169-
CMYK00.300.050.31
HSL309.06º25.36%59.02%-
HSV(B)309.06º29.94%69.41%-
XYZ32.526.6340.96-
YUV144.98141.56150.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=37.66%
G=26.38%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712416900.300.050.31309.0625.3659.02
HexB17CA901E51F135193b
Octal2611742510365374653173
Binary101100011111100101010010111101011111110011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CA9; }

 p { color: rgb(177,124,169); }

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

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

 a { background-color: rgb(177,124,169); }

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

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

 span { border-color: rgb(177,124,169); }

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