#B197A3

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

Shades of Shady Lady #B197A3

Tints of Shady Lady #B197A3

Color information

#B197A3 (or 0xB197A3) is unknown color: approx Shady Lady. HEX triplet: B1, 97 and A3. RGB value is (177,151,163). Sum of RGB (Red+Green+Blue) = 177+151+163=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B197A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197A3 is #4E685C. Grayscale: #A0A0A0. Windows color (decimal): -5138525 or 10721201. OLE color: 10721201.

HSL color Cylindrical-coordinate representation of color #B197A3: hue angle of 332.31º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B197A3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB177151163-
CMYK00.150.080.31
HSL332.31º14.29%64.31%-
HSV(B)332.31º14.69%69.41%-
XYZ35.8134.1239.35-
YUV160.14129.61140.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=36.05%
G=30.75%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715116300.150.080.31332.3114.2964.31
HexB197A30F81F14ce40
Octal261227243017103751416100
Binary1011000110010111101000110111110001111110100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197A3; }

 p { color: rgb(177,151,163); }

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

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

 a { background-color: rgb(177,151,163); }

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

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

 span { border-color: rgb(177,151,163); }

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