COLOR #BFA7BE

HEX: #BFA7BE RGB: (191,167,190)

Color info

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

RGB color model

#BFA7BE color RGB value is (191,167,190).

RGB: (191,167,190) (75%, 65%, 75%)

RGB channels and saturation

R 191 of 255 = 75%
G 167 of 255 = 65%
B 190 of 255 = 75%

191
167
190

R + G + B ~ 72%. #BFA7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 167 + 190 = 548 (100%)
R 191 of 548 ~ 34.85%
G 167 of 548 ~ 30.47%
B 190 of 548 ~ 34.67'%

%34.85
%30.47
%34.67

CMYK color model

#BFA7BE color CMYK value is (0,13,1,25).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 0.52%
  • key color value is 25.10%

CMYK: (0,13,1,25)
C0M13Y1K25 (0%, 13%, 1%, 25%)
(0.00 / 0.13 / 0.01 / 0.25)

CMYK percentages

%0
%12.57
%0.52
%25.1

Codes

Color #BFA7BE in popluar color models

BF A7 BE
RGB 191 167 190
HSL 303° 15.79% 70.20%
HSB/HSV 303° 12.57% 74.90%
CMYK 0.00% 12.57% 0.52%
25.10%

Color #BFA7BE in popluar number systems.

HEX BF A7 BE
Decimal 191 167 190
Binary 10111111 10100111 10111110
Octal 277 247 276

Shades and tints

Shades of #BFA7BE

#BFA7BE
(191,167,190)
#AE98AD
(174,152,173)
#9D899C
(157,137,156)
#8C7A8B
(140,122,139)
#7B6B7A
(123,107,122)
#6A5C69
(106,92,105)
#594D58
(89,77,88)
#483E47
(72,62,71)
#372F36
(55,47,54)
#262025
(38,32,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #BFA7BE

#BFA7BE
(191,167,190)
#C4AFC3
(196,175,195)
#C9B7C8
(201,183,200)
#CEBFCD
(206,191,205)
#D3C7D2
(211,199,210)
#D8CFD7
(216,207,215)
#DDD7DC
(221,215,220)
#E2DFE1
(226,223,225)
#E7E7E6
(231,231,230)
#ECEFEB
(236,239,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA7BE color. Also use rgb(191,167,190) instead hex code.

Text Font Color

.myTextColor { color: #BFA7BE; }

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

This text font color is #BFA7BE.

Background Color

.myBgColor { background-color: #BFA7BE; }

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

This div background color is #BFA7BE.

Border color

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

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

This div border color is #BFA7BE.

Opacity

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

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

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

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

This text has shadow with #BFA7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA7BE.

Preview

Color preview on black background

This text has color #BFA7BE on black background.


Color preview on white background

This text has color #BFA7BE on white background.


Black color preview on #BFA7BE background

This text has black color on #BFA7BE background.


White color preview on #BFA7BE background

This text has white color on #BFA7BE background.


Related colors

Complementary color

Complementary color for #hex is #405841.


I love getcolorcode.com

Triadic colors

1 #BEBFA7 and #A7BEBF with #BFA7BE are triadic colors.

2 #BEA7BF and #A7BFBE with #BFA7BE are triadic colors.