#B19FAC

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

Shades of London Hue #B19FAC

Tints of London Hue #B19FAC

Color information

#B19FAC (or 0xB19FAC) is unknown color: approx London Hue. HEX triplet: B1, 9F and AC. RGB value is (177,159,172). Sum of RGB (Red+Green+Blue) = 177+159+172=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FAC is #4E6053. Grayscale: #A5A5A5. Windows color (decimal): -5136468 or 11313073. OLE color: 11313073.

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

Color convert

RGB177159172-
CMYK00.100.030.31
HSL316.67º10.34%65.88%-
HSV(B)316.67º10.17%69.41%-
XYZ37.9837.1244.19-
YUV165.86131.46135.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=34.84%
G=31.30%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715917200.100.030.31316.6710.3465.88
HexB19FAC0A31F13da42
Octal26123725401233747512102
Binary10110001100111111010110001010111111110011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FAC; }

 p { color: rgb(177,159,172); }

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

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

 a { background-color: rgb(177,159,172); }

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

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

 span { border-color: rgb(177,159,172); }

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