COLOR #BB95BF

HEX: #BB95BF
RGB: (187,149,191)

Color info

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

RGB color model

#BB95BF color RGB value is (187,149,191).

  • red value is 187;
  • green value is 149;
  • blue value is 191.
RGB:
(187,149,191)
(73%,58%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 191 of 255 = 75%

187
149
191

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

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 191 = 527 (100%)
R 187 of 527 ~ 35.48%
G 149 of 527 ~ 28.27%
B 191 of 527 ~ 36.24%

%35.48
%28.27
%36.24

CMYK color model

#BB95BF color CMYK value is (2,22,0,25).

  • cyan value is 2.09%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,22,0,25)
C2M22Y0K25 
(2%,22%,0%,25%)
(0.02/0.22/0.00/0.25)	

CMYK percentages

%2.09
%21.99
%0
%25.1

Codes

Color #BB95BF in popluar color models

BB95BF
RGB187149191
HSL294°24.71%66.67%
HSB/HSV294°21.99%74.90%
CMYK2.09%21.99%0.00%
25.10%

Color #BB95BF in popluar number systems.

HEXBB95BF
Decimal187149191
Binary101110111001010110111111
Octal273225277

Shades and tints

Shades of #BB95BF

#BB95BF
(187,149,191)
#AA88AE
(170,136,174)
#997B9D
(153,123,157)
#886E8C
(136,110,140)
#77617B
(119,97,123)
#66546A
(102,84,106)
#554759
(85,71,89)
#443A48
(68,58,72)
#332D37
(51,45,55)
#222026
(34,32,38)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BB95BF

#BB95BF
(187,149,191)
#C19EC4
(193,158,196)
#C7A7C9
(199,167,201)
#CDB0CE
(205,176,206)
#D3B9D3
(211,185,211)
#D9C2D8
(217,194,216)
#DFCBDD
(223,203,221)
#E5D4E2
(229,212,226)
#EBDDE7
(235,221,231)
#F1E6EC
(241,230,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB95BF; }

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

This text font color is #BB95BF.


Background Color

.myBgColor { background-color: #BB95BF; }

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

This div background color is #BB95BF.


Border color

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

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

This div border color is #BB95BF.


Opacity

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

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

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

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

This text has shadow with #BB95BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB95BF on black background.


Color preview on white background

This text has color #BB95BF on white background.



Black color preview on #BB95BF background

This text has black color on #BB95BF background.


White color preview on #BB95BF background

This text has white color on #BB95BF background.