COLOR #BB95B3

HEX: #BB95B3
RGB: (187,149,179)

Color info

#BB95B3 contains red, green and blue colors in about the same proportion. Web safe color of #BB95B3 is #CC9999 (or #C99).

RGB color model

#BB95B3 color RGB value is (187,149,179).

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

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 179 of 255 = 70%

187
149
179

R + G + B ~ 67%. #BB95B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 179 = 515 (100%)
R 187 of 515 ~ 36.31%
G 149 of 515 ~ 28.93%
B 179 of 515 ~ 34.76%

%36.31
%28.93
%34.76

CMYK color model

#BB95B3 color CMYK value is (0,20,4,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(0,20,4,27)
C0M20Y4K27 
(0%,20%,4%,27%)
(0.00/0.20/0.04/0.27)	

CMYK percentages

%0
%20.32
%4.28
%26.67

Codes

Color #BB95B3 in popluar color models

BB95B3
RGB187149179
HSL313°21.84%65.88%
HSB/HSV313°20.32%73.33%
CMYK0.00%20.32%4.28%
26.67%

Color #BB95B3 in popluar number systems.

HEXBB95B3
Decimal187149179
Binary101110111001010110110011
Octal273225263

Shades and tints

Shades of #BB95B3

#BB95B3
(187,149,179)
#AA88A3
(170,136,163)
#997B93
(153,123,147)
#886E83
(136,110,131)
#776173
(119,97,115)
#665463
(102,84,99)
#554753
(85,71,83)
#443A43
(68,58,67)
#332D33
(51,45,51)
#222023
(34,32,35)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BB95B3

#BB95B3
(187,149,179)
#C19EB9
(193,158,185)
#C7A7BF
(199,167,191)
#CDB0C5
(205,176,197)
#D3B9CB
(211,185,203)
#D9C2D1
(217,194,209)
#DFCBD7
(223,203,215)
#E5D4DD
(229,212,221)
#EBDDE3
(235,221,227)
#F1E6E9
(241,230,233)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB95B3; }

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

This text font color is #BB95B3.


Background Color

.myBgColor { background-color: #BB95B3; }

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

This div background color is #BB95B3.


Border color

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

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

This div border color is #BB95B3.


Opacity

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

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

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

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

This text has shadow with #BB95B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB95B3 on black background.


Color preview on white background

This text has color #BB95B3 on white background.



Black color preview on #BB95B3 background

This text has black color on #BB95B3 background.


White color preview on #BB95B3 background

This text has white color on #BB95B3 background.