COLOR #BF95BE

HEX: #BF95BE RGB: (191,149,190)

Color info

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

RGB color model

#BF95BE color RGB value is (191,149,190).

RGB: (191,149,190) (75%, 58%, 75%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 190 of 255 = 75%

191
149
190

R + G + B ~ 69%. #BF95BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 149 + 190 = 530 (100%)
R 191 of 530 ~ 36.04%
G 149 of 530 ~ 28.11%
B 190 of 530 ~ 35.85'%

%36.04
%28.11
%35.85

CMYK color model

#BF95BE color CMYK value is (0,22,1,25).

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

CMYK: (0,22,1,25)
C0M22Y1K25 (0%, 22%, 1%, 25%)
(0.00 / 0.22 / 0.01 / 0.25)

CMYK percentages

%0
%21.99
%0.52
%25.1

Codes

Color #BF95BE in popluar color models

BF 95 BE
RGB 191 149 190
HSL 301° 24.71% 66.67%
HSB/HSV 301° 21.99% 74.90%
CMYK 0.00% 21.99% 0.52%
25.10%

Color #BF95BE in popluar number systems.

HEX BF 95 BE
Decimal 191 149 190
Binary 10111111 10010101 10111110
Octal 277 225 276

Shades and tints

Shades of #BF95BE

#BF95BE
(191,149,190)
#AE88AD
(174,136,173)
#9D7B9C
(157,123,156)
#8C6E8B
(140,110,139)
#7B617A
(123,97,122)
#6A5469
(106,84,105)
#594758
(89,71,88)
#483A47
(72,58,71)
#372D36
(55,45,54)
#262025
(38,32,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #BF95BE

#BF95BE
(191,149,190)
#C49EC3
(196,158,195)
#C9A7C8
(201,167,200)
#CEB0CD
(206,176,205)
#D3B9D2
(211,185,210)
#D8C2D7
(216,194,215)
#DDCBDC
(221,203,220)
#E2D4E1
(226,212,225)
#E7DDE6
(231,221,230)
#ECE6EB
(236,230,235)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF95BE; }

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

This text font color is #BF95BE.

Background Color

.myBgColor { background-color: #BF95BE; }

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

This div background color is #BF95BE.

Border color

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

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

This div border color is #BF95BE.

Opacity

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

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

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

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

This text has shadow with #BF95BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF95BE.

Preview

Color preview on black background

This text has color #BF95BE on black background.


Color preview on white background

This text has color #BF95BE on white background.


Black color preview on #BF95BE background

This text has black color on #BF95BE background.


White color preview on #BF95BE background

This text has white color on #BF95BE background.


Related colors

Complementary color

Complementary color for #hex is #406A41.


I love getcolorcode.com

Triadic colors

1 #BEBF95 and #95BEBF with #BF95BE are triadic colors.

2 #BE95BF and #95BFBE with #BF95BE are triadic colors.