#B19DAC

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

Shades of London Hue #B19DAC

Tints of London Hue #B19DAC

Color information

#B19DAC (or 0xB19DAC) is unknown color: approx London Hue. HEX triplet: B1, 9D and AC. RGB value is (177,157,172). Sum of RGB (Red+Green+Blue) = 177+157+172=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAC is #4E6253. Grayscale: #A4A4A4. Windows color (decimal): -5136980 or 11312561. OLE color: 11312561.

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

Color convert

RGB177157172-
CMYK00.110.030.31
HSL315º11.36%65.49%-
HSV(B)315º11.3%69.41%-
XYZ37.6336.4444.08-
YUV164.69132.13136.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=34.98%
G=31.03%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715717200.110.030.3131511.3665.49
HexB19DAC0B31F13bb41
Octal26123525401333747313101
Binary10110001100111011010110001011111111110011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DAC; }

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

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

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

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

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

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

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

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