#B197A6

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

Shades of Shady Lady #B197A6

Tints of Shady Lady #B197A6

Color information

#B197A6 (or 0xB197A6) is unknown color: approx Shady Lady. HEX triplet: B1, 97 and A6. RGB value is (177,151,166). Sum of RGB (Red+Green+Blue) = 177+151+166=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B197A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197A6 is #4E6859. Grayscale: #A0A0A0. Windows color (decimal): -5138522 or 10917809. OLE color: 10917809.

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

Color convert

RGB177151166-
CMYK00.150.060.31
HSL325.38º14.29%64.31%-
HSV(B)325.38º14.69%69.41%-
XYZ36.0834.2340.78-
YUV160.48131.11139.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=35.83%
G=30.57%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715116600.150.060.31325.3814.2964.31
HexB197A60F61F145e40
Octal26122724601763750516100
Binary101100011001011110100110011111101111110100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197A6; }

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

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

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

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

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

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

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

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