COLOR #BF95CC

HEX: #BF95CC RGB: (191,149,204)

Color info

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

RGB color model

#BF95CC color RGB value is (191,149,204).

RGB: (191,149,204) (75%, 58%, 80%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 204 of 255 = 80%

191
149
204

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

Portions of RGB colors in percentages

R + G + B = 191 + 149 + 204 = 544 (100%)
R 191 of 544 ~ 35.11%
G 149 of 544 ~ 27.39%
B 204 of 544 ~ 37.5'%

%35.11
%27.39
%37.5

CMYK color model

#BF95CC color CMYK value is (6,27,0,20).

  • cyan value is 6.37%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (6,27,0,20) C6M27Y0K20 (6%,27%,0%,20%) (0.06/0.27/0.00/0.20) 

CMYK percentages

%6.37
%26.96
%0
%20

Codes

Color #BF95CC in popluar color models

BF 95 CC
RGB 191 149 204
HSL 286° 35.03% 69.22%
HSB/HSV 286° 26.96% 80.00%
CMYK 6.37% 26.96% 0.00%
20.00%

Color #BF95CC in popluar number systems.

HEX BF 95 CC
Decimal 191 149 204
Binary 10111111 10010101 11001100
Octal 277 225 314

Shades and tints

Shades of #BF95CC

#BF95CC
(191,149,204)
#AE88BA
(174,136,186)
#9D7BA8
(157,123,168)
#8C6E96
(140,110,150)
#7B6184
(123,97,132)
#6A5472
(106,84,114)
#594760
(89,71,96)
#483A4E
(72,58,78)
#372D3C
(55,45,60)
#26202A
(38,32,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #BF95CC

#BF95CC
(191,149,204)
#C49ED0
(196,158,208)
#C9A7D4
(201,167,212)
#CEB0D8
(206,176,216)
#D3B9DC
(211,185,220)
#D8C2E0
(216,194,224)
#DDCBE4
(221,203,228)
#E2D4E8
(226,212,232)
#E7DDEC
(231,221,236)
#ECE6F0
(236,230,240)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF95CC; }

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

This text font color is #BF95CC.

Background Color

.myBgColor { background-color: #BF95CC; }

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

This div background color is #BF95CC.

Border color

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

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

This div border color is #BF95CC.

Opacity

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

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

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

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

This text has shadow with #BF95CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF95CC.

Preview

Color preview on black background

This text has color #BF95CC on black background.


Color preview on white background

This text has color #BF95CC on white background.


Black color preview on #BF95CC background

This text has black color on #BF95CC background.


White color preview on #BF95CC background

This text has white color on #BF95CC background.


Related colors

Complementary color

Complementary color for #hex is #406A33.


I love getcolorcode.com

Triadic colors

1 #CCBF95 and #95CCBF with #BF95CC are triadic colors.

2 #CC95BF and #95BFCC with #BF95CC are triadic colors.