#B194A2

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

Shades of Shady Lady #B194A2

Tints of Shady Lady #B194A2

Color information

#B194A2 (or 0xB194A2) is unknown color: approx Shady Lady. HEX triplet: B1, 94 and A2. RGB value is (177,148,162). Sum of RGB (Red+Green+Blue) = 177+148+162=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B194A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194A2 is #4E6B5D. Grayscale: #9E9E9E. Windows color (decimal): -5139294 or 10654897. OLE color: 10654897.

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

Color convert

RGB177148162-
CMYK00.160.080.31
HSL331.03º15.68%63.73%-
HSV(B)331.03º16.38%69.41%-
XYZ35.2433.1438.72-
YUV158.27130.11141.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=36.34%
G=30.39%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714816200.160.080.31331.0315.6863.73
HexB194A201081F14b1040
Octal261224242020103751320100
Binary101100011001010010100010010000100011111101001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194A2; }

 p { color: rgb(177,148,162); }

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

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

 a { background-color: rgb(177,148,162); }

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

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

 span { border-color: rgb(177,148,162); }

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