#B19BAC

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

Shades of London Hue #B19BAC

Tints of London Hue #B19BAC

Color information

#B19BAC (or 0xB19BAC) is unknown color: approx London Hue. HEX triplet: B1, 9B and AC. RGB value is (177,155,172). Sum of RGB (Red+Green+Blue) = 177+155+172=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BAC is #4E6453. Grayscale: #A3A3A3. Windows color (decimal): -5137492 or 11312049. OLE color: 11312049.

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

Color convert

RGB177155172-
CMYK00.120.030.31
HSL313.64º12.36%65.1%-
HSV(B)313.64º12.43%69.41%-
XYZ37.335.7743.97-
YUV163.52132.79137.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=35.12%
G=30.75%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715517200.120.030.31313.6412.3665.1
HexB19BAC0C31F13ac41
Octal26123325401433747214101
Binary10110001100110111010110001100111111110011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BAC; }

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

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

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

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

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

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

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

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