COLOR #BFAAB5

HEX: #BFAAB5 RGB: (191,170,181)

Color info

#BFAAB5 contains red, green and blue colors in about the same proportion. Web safe color of #BFAAB5 is #CC99CC (or #C9C).

RGB color model

#BFAAB5 color RGB value is (191,170,181).

RGB: (191,170,181) (75%, 67%, 71%)

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 181 of 255 = 71%

191
170
181

R + G + B ~ 71%. #BFAAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 170 + 181 = 542 (100%)
R 191 of 542 ~ 35.24%
G 170 of 542 ~ 31.37%
B 181 of 542 ~ 33.39'%

%35.24
%31.37
%33.39

CMYK color model

#BFAAB5 color CMYK value is (0,11,5,25).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 5.24%
  • key color value is 25.10%

CMYK: (0,11,5,25)
C0M11Y5K25 (0%, 11%, 5%, 25%)
(0.00 / 0.11 / 0.05 / 0.25)

CMYK percentages

%0
%10.99
%5.24
%25.1

Codes

Color #BFAAB5 in popluar color models

BF AA B5
RGB 191 170 181
HSL 329° 14.09% 70.78%
HSB/HSV 329° 10.99% 74.90%
CMYK 0.00% 10.99% 5.24%
25.10%

Color #BFAAB5 in popluar number systems.

HEX BF AA B5
Decimal 191 170 181
Binary 10111111 10101010 10110101
Octal 277 252 265

Shades and tints

Shades of #BFAAB5

#BFAAB5
(191,170,181)
#AE9BA5
(174,155,165)
#9D8C95
(157,140,149)
#8C7D85
(140,125,133)
#7B6E75
(123,110,117)
#6A5F65
(106,95,101)
#595055
(89,80,85)
#484145
(72,65,69)
#373235
(55,50,53)
#262325
(38,35,37)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #BFAAB5

#BFAAB5
(191,170,181)
#C4B1BB
(196,177,187)
#C9B8C1
(201,184,193)
#CEBFC7
(206,191,199)
#D3C6CD
(211,198,205)
#D8CDD3
(216,205,211)
#DDD4D9
(221,212,217)
#E2DBDF
(226,219,223)
#E7E2E5
(231,226,229)
#ECE9EB
(236,233,235)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAAB5 color. Also use rgb(191,170,181) instead hex code.

Text Font Color

.myTextColor { color: #BFAAB5; }

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

This text font color is #BFAAB5.

Background Color

.myBgColor { background-color: #BFAAB5; }

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

This div background color is #BFAAB5.

Border color

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

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

This div border color is #BFAAB5.

Opacity

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

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

Text with #BFAAB5 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 #BFAAB5;}

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

This text has shadow with #BFAAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAAB5.

Preview

Color preview on black background

This text has color #BFAAB5 on black background.


Color preview on white background

This text has color #BFAAB5 on white background.


Black color preview on #BFAAB5 background

This text has black color on #BFAAB5 background.


White color preview on #BFAAB5 background

This text has white color on #BFAAB5 background.


Related colors

Complementary color

Complementary color for #hex is #40554A.


I love getcolorcode.com

Triadic colors

1 #B5BFAA and #AAB5BF with #BFAAB5 are triadic colors.

2 #B5AABF and #AABFB5 with #BFAAB5 are triadic colors.