#B19FA6

Color #B19FA6 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B19FA6

Tints of Shady Lady #B19FA6

Color information

#B19FA6 (or 0xB19FA6) is unknown color: approx Shady Lady. HEX triplet: B1, 9F and A6. RGB value is (177,159,166). Sum of RGB (Red+Green+Blue) = 177+159+166=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA6 is #4E6059. Grayscale: #A5A5A5. Windows color (decimal): -5136474 or 10919857. OLE color: 10919857.

HSL color Cylindrical-coordinate representation of color #B19FA6: hue angle of 336.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 #B19FA6 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB177159166-
CMYK00.100.060.31
HSL336.67º10.34%65.88%-
HSV(B)336.67º10.17%69.41%-
XYZ37.4136.941.23-
YUV165.18128.46136.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=35.26%
G=31.67%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715916600.100.060.31336.6710.3465.88
HexB19FA60A61F151a42
Octal26123724601263752112102
Binary101100011001111110100110010101101111110101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FA6; }

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

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

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

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

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

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

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

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