COLOR #BFA0BD

HEX: #BFA0BD
RGB: (191,160,189)

Color info

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

RGB color model

#BFA0BD color RGB value is (191,160,189).

  • red value is 191;
  • green value is 160;
  • blue value is 189.
RGB:
(191,160,189)
(75%,63%,74%)

RGB channels and saturation

R 191 of 255 = 75%
G 160 of 255 = 63%
B 189 of 255 = 74%

191
160
189

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

Portions of RGB colors in percentages

R + G + B =
191 + 160 + 189 = 540 (100%)
R 191 of 540 ~ 35.37%
G 160 of 540 ~ 29.63%
B 189 of 540 ~ 35%

%35.37
%29.63
%35

CMYK color model

#BFA0BD color CMYK value is (0,16,1,25).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(0,16,1,25)
C0M16Y1K25 
(0%,16%,1%,25%)
(0.00/0.16/0.01/0.25)	

CMYK percentages

%0
%16.23
%1.05
%25.1

Codes

Color #BFA0BD in popluar color models

BFA0BD
RGB191160189
HSL304°19.50%68.82%
HSB/HSV304°16.23%74.90%
CMYK0.00%16.23%1.05%
25.10%

Color #BFA0BD in popluar number systems.

HEXBFA0BD
Decimal191160189
Binary101111111010000010111101
Octal277240275

Shades and tints

Shades of #BFA0BD

#BFA0BD
(191,160,189)
#AE92AC
(174,146,172)
#9D849B
(157,132,155)
#8C768A
(140,118,138)
#7B6879
(123,104,121)
#6A5A68
(106,90,104)
#594C57
(89,76,87)
#483E46
(72,62,70)
#373035
(55,48,53)
#262224
(38,34,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #BFA0BD

#BFA0BD
(191,160,189)
#C4A8C3
(196,168,195)
#C9B0C9
(201,176,201)
#CEB8CF
(206,184,207)
#D3C0D5
(211,192,213)
#D8C8DB
(216,200,219)
#DDD0E1
(221,208,225)
#E2D8E7
(226,216,231)
#E7E0ED
(231,224,237)
#ECE8F3
(236,232,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA0BD color. Also use rgb(191,160,189) instead hex code.

Text Font Color

.myTextColor { color: #BFA0BD; }

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

This text font color is #BFA0BD.


Background Color

.myBgColor { background-color: #BFA0BD; }

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

This div background color is #BFA0BD.


Border color

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

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

This div border color is #BFA0BD.


Opacity

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

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

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

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

This text has shadow with #BFA0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA0BD on black background.


Color preview on white background

This text has color #BFA0BD on white background.



Black color preview on #BFA0BD background

This text has black color on #BFA0BD background.


White color preview on #BFA0BD background

This text has white color on #BFA0BD background.