COLOR #BF9BD4

HEX: #BF9BD4
RGB: (191,155,212)

Color info

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

RGB color model

#BF9BD4 color RGB value is (191,155,212).

  • red value is 191;
  • green value is 155;
  • blue value is 212.
RGB:
(191,155,212)
(75%,61%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 155 of 255 = 61%
B 212 of 255 = 83%

191
155
212

R + G + B ~ 73%. #BF9BD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 155 + 212 = 558 (100%)
R 191 of 558 ~ 34.23%
G 155 of 558 ~ 27.78%
B 212 of 558 ~ 37.99%

%34.23
%27.78
%37.99

CMYK color model

#BF9BD4 color CMYK value is (10,27,0,17).

  • cyan value is 9.91%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,27,0,17)
C10M27Y0K17 
(10%,27%,0%,17%)
(0.10/0.27/0.00/0.17)	

CMYK percentages

%9.91
%26.89
%0
%16.86

Codes

Color #BF9BD4 in popluar color models

BF9BD4
RGB191155212
HSL278°39.86%71.96%
HSB/HSV278°26.89%83.14%
CMYK9.91%26.89%0.00%
16.86%

Color #BF9BD4 in popluar number systems.

HEXBF9BD4
Decimal191155212
Binary101111111001101111010100
Octal277233324

Shades and tints

Shades of #BF9BD4

#BF9BD4
(191,155,212)
#AE8DC1
(174,141,193)
#9D7FAE
(157,127,174)
#8C719B
(140,113,155)
#7B6388
(123,99,136)
#6A5575
(106,85,117)
#594762
(89,71,98)
#48394F
(72,57,79)
#372B3C
(55,43,60)
#261D29
(38,29,41)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #BF9BD4

#BF9BD4
(191,155,212)
#C4A4D7
(196,164,215)
#C9ADDA
(201,173,218)
#CEB6DD
(206,182,221)
#D3BFE0
(211,191,224)
#D8C8E3
(216,200,227)
#DDD1E6
(221,209,230)
#E2DAE9
(226,218,233)
#E7E3EC
(231,227,236)
#ECECEF
(236,236,239)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9BD4 color. Also use rgb(191,155,212) instead hex code.

Text Font Color

.myTextColor { color: #BF9BD4; }

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

This text font color is #BF9BD4.


Background Color

.myBgColor { background-color: #BF9BD4; }

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

This div background color is #BF9BD4.


Border color

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

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

This div border color is #BF9BD4.


Opacity

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

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

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

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

This text has shadow with #BF9BD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9BD4 on black background.


Color preview on white background

This text has color #BF9BD4 on white background.



Black color preview on #BF9BD4 background

This text has black color on #BF9BD4 background.


White color preview on #BF9BD4 background

This text has white color on #BF9BD4 background.