#B19DA4

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

Shades of Shady Lady #B19DA4

Tints of Shady Lady #B19DA4

Color information

#B19DA4 (or 0xB19DA4) is unknown color: approx Shady Lady. HEX triplet: B1, 9D and A4. RGB value is (177,157,164). Sum of RGB (Red+Green+Blue) = 177+157+164=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DA4 is #4E625B. Grayscale: #A3A3A3. Windows color (decimal): -5136988 or 10788273. OLE color: 10788273.

HSL color Cylindrical-coordinate representation of color #B19DA4: hue angle of 339º 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 #B19DA4 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177157164-
CMYK00.110.070.31
HSL339º11.36%65.49%-
HSV(B)339º11.3%69.41%-
XYZ36.8936.1440.15-
YUV163.78128.13137.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=35.54%
G=31.53%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715716400.110.070.3133911.3665.49
HexB19DA40B71F153b41
Octal26123524401373752313101
Binary101100011001110110100100010111111111110101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DA4; }

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

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

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

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

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

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

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

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