COLOR #B195AE

HEX: #B195AE RGB: (177,149,174)

Color info

#B195AE contains red, green and blue colors in about the same proportion. Web safe color of #B195AE is #999999 (or #999).

RGB color model

#B195AE color RGB value is (177,149,174).

RGB: (177,149,174) (69%, 58%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 174 of 255 = 68%

177
149
174

R + G + B ~ 65%. #B195AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 149 + 174 = 500 (100%)
R 177 of 500 ~ 35.4%
G 149 of 500 ~ 29.8%
B 174 of 500 ~ 34.8'%

%35.4
%29.8
%34.8

CMYK color model

#B195AE color CMYK value is (0,16,2,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (0,16,2,31)
C0M16Y2K31 (0%, 16%, 2%, 31%)
(0.00 / 0.16 / 0.02 / 0.31)

CMYK percentages

%0
%15.82
%1.69
%30.59

Codes

Color #B195AE in popluar color models

B1 95 AE
RGB 177 149 174
HSL 306° 15.22% 63.92%
HSB/HSV 306° 15.82% 69.41%
CMYK 0.00% 15.82% 1.69%
30.59%

Color #B195AE in popluar number systems.

HEX B1 95 AE
Decimal 177 149 174
Binary 10110001 10010101 10101110
Octal 261 225 256

Shades and tints

Shades of #B195AE

#B195AE
(177,149,174)
#A1889F
(161,136,159)
#917B90
(145,123,144)
#816E81
(129,110,129)
#716172
(113,97,114)
#615463
(97,84,99)
#514754
(81,71,84)
#413A45
(65,58,69)
#312D36
(49,45,54)
#212027
(33,32,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #B195AE

#B195AE
(177,149,174)
#B89EB5
(184,158,181)
#BFA7BC
(191,167,188)
#C6B0C3
(198,176,195)
#CDB9CA
(205,185,202)
#D4C2D1
(212,194,209)
#DBCBD8
(219,203,216)
#E2D4DF
(226,212,223)
#E9DDE6
(233,221,230)
#F0E6ED
(240,230,237)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B195AE color. Also use rgb(177,149,174) instead hex code.

Text Font Color

.myTextColor { color: #B195AE; }

<p style="color:#B195AE">This sample text font color is #B195AE.</p>

This text font color is #B195AE.

Background Color

.myBgColor { background-color: #B195AE; }

<div style="background-color:#B195AE">Inner text</div>

This div background color is #B195AE.

Border color

.myBorderColor { border: 1px solid #B195AE; }

<div style="border:3px solid #B195AE">Div</div>

This div border color is #B195AE.

Opacity

.myOpacity80 { color: #B195AE; opacity: 0.8; }

<p style="color:#B195AE;opacity:0.8;">80%</p>

Text with #B195AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B195AE;}

<p style="text-shadow: 3px 3px 1px #B195AE">Text here.</p>

This text has shadow with #B195AE color.


.textShadow {text-shadow: 3px 3px 1px #B195AE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B195AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #B195AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B195AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B195AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #B195AE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B195AE;
-webkit-box-shadow: 1px 1px 3px 2px #B195AE;
box-shadow: 1px 1px 3px 2px #B195AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B195AE; -webkit-box-shadow: 1px 1px 3px 2px #B195AE; box-shadow:1px 1px 3px 2px #B195AE;">
Div content here
</div>

This div box has shadow with color #B195AE.

Preview

Color preview on black background

This text has color #B195AE on black background.


Color preview on white background

This text has color #B195AE on white background.


Black color preview on #B195AE background

This text has black color on #B195AE background.


White color preview on #B195AE background

This text has white color on #B195AE background.


Related colors

Complementary color

Complementary color for #hex is #4E6A51.


I love getcolorcode.com

Triadic colors

1 #AEB195 and #95AEB1 with #B195AE are triadic colors.

2 #AE95B1 and #95B1AE with #B195AE are triadic colors.