#B19CA4

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

Shades of Shady Lady #B19CA4

Tints of Shady Lady #B19CA4

Color information

#B19CA4 (or 0xB19CA4) is unknown color: approx Shady Lady. HEX triplet: B1, 9C and A4. RGB value is (177,156,164). Sum of RGB (Red+Green+Blue) = 177+156+164=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CA4 is #4E635B. Grayscale: #A3A3A3. Windows color (decimal): -5137244 or 10788017. OLE color: 10788017.

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

Color convert

RGB177156164-
CMYK00.120.070.31
HSL337.14º11.86%65.29%-
HSV(B)337.14º11.86%69.41%-
XYZ36.7235.840.1-
YUV163.19128.46137.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=35.61%
G=31.39%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715616400.120.070.31337.1411.8665.29
HexB19CA40C71F151c41
Octal26123424401473752114101
Binary101100011001110010100100011001111111110101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CA4; }

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

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

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

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

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

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

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

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