COLOR #BFAEB4

HEX: #BFAEB4 RGB: (191,174,180)

Color info

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

RGB color model

#BFAEB4 color RGB value is (191,174,180).

RGB: (191,174,180) (75%, 68%, 71%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 180 of 255 = 71%

191
174
180

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

Portions of RGB colors in percentages

R + G + B = 191 + 174 + 180 = 545 (100%)
R 191 of 545 ~ 35.05%
G 174 of 545 ~ 31.93%
B 180 of 545 ~ 33.03'%

%35.05
%31.93
%33.03

CMYK color model

#BFAEB4 color CMYK value is (0,9,6,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 5.76%
  • key color value is 25.10%

CMYK: (0,9,6,25)
C0M9Y6K25 (0%, 9%, 6%, 25%)
(0.00 / 0.09 / 0.06 / 0.25)

CMYK percentages

%0
%8.9
%5.76
%25.1

Codes

Color #BFAEB4 in popluar color models

BF AE B4
RGB 191 174 180
HSL 339° 11.72% 71.57%
HSB/HSV 339° 8.90% 74.90%
CMYK 0.00% 8.90% 5.76%
25.10%

Color #BFAEB4 in popluar number systems.

HEX BF AE B4
Decimal 191 174 180
Binary 10111111 10101110 10110100
Octal 277 256 264

Shades and tints

Shades of #BFAEB4

#BFAEB4
(191,174,180)
#AE9FA4
(174,159,164)
#9D9094
(157,144,148)
#8C8184
(140,129,132)
#7B7274
(123,114,116)
#6A6364
(106,99,100)
#595454
(89,84,84)
#484544
(72,69,68)
#373634
(55,54,52)
#262724
(38,39,36)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #BFAEB4

#BFAEB4
(191,174,180)
#C4B5BA
(196,181,186)
#C9BCC0
(201,188,192)
#CEC3C6
(206,195,198)
#D3CACC
(211,202,204)
#D8D1D2
(216,209,210)
#DDD8D8
(221,216,216)
#E2DFDE
(226,223,222)
#E7E6E4
(231,230,228)
#ECEDEA
(236,237,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAEB4 color. Also use rgb(191,174,180) instead hex code.

Text Font Color

.myTextColor { color: #BFAEB4; }

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

This text font color is #BFAEB4.

Background Color

.myBgColor { background-color: #BFAEB4; }

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

This div background color is #BFAEB4.

Border color

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

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

This div border color is #BFAEB4.

Opacity

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

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

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

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

This text has shadow with #BFAEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAEB4.

Preview

Color preview on black background

This text has color #BFAEB4 on black background.


Color preview on white background

This text has color #BFAEB4 on white background.


Black color preview on #BFAEB4 background

This text has black color on #BFAEB4 background.


White color preview on #BFAEB4 background

This text has white color on #BFAEB4 background.


Related colors

Complementary color

Complementary color for #hex is #40514B.


I love getcolorcode.com

Triadic colors

1 #B4BFAE and #AEB4BF with #BFAEB4 are triadic colors.

2 #B4AEBF and #AEBFB4 with #BFAEB4 are triadic colors.