COLOR #BB95AB

HEX: #BB95AB
RGB: (187,149,171)

Color info

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

RGB color model

#BB95AB color RGB value is (187,149,171).

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

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 171 of 255 = 67%

187
149
171

R + G + B ~ 66%. #BB95AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 171 = 507 (100%)
R 187 of 507 ~ 36.88%
G 149 of 507 ~ 29.39%
B 171 of 507 ~ 33.73%

%36.88
%29.39
%33.73

CMYK color model

#BB95AB color CMYK value is (0,20,9,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(0,20,9,27)
C0M20Y9K27 
(0%,20%,9%,27%)
(0.00/0.20/0.09/0.27)	

CMYK percentages

%0
%20.32
%8.56
%26.67

Codes

Color #BB95AB in popluar color models

BB95AB
RGB187149171
HSL325°21.84%65.88%
HSB/HSV325°20.32%73.33%
CMYK0.00%20.32%8.56%
26.67%

Color #BB95AB in popluar number systems.

HEXBB95AB
Decimal187149171
Binary101110111001010110101011
Octal273225253

Shades and tints

Shades of #BB95AB

#BB95AB
(187,149,171)
#AA889C
(170,136,156)
#997B8D
(153,123,141)
#886E7E
(136,110,126)
#77616F
(119,97,111)
#665460
(102,84,96)
#554751
(85,71,81)
#443A42
(68,58,66)
#332D33
(51,45,51)
#222024
(34,32,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BB95AB

#BB95AB
(187,149,171)
#C19EB2
(193,158,178)
#C7A7B9
(199,167,185)
#CDB0C0
(205,176,192)
#D3B9C7
(211,185,199)
#D9C2CE
(217,194,206)
#DFCBD5
(223,203,213)
#E5D4DC
(229,212,220)
#EBDDE3
(235,221,227)
#F1E6EA
(241,230,234)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB95AB; }

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

This text font color is #BB95AB.


Background Color

.myBgColor { background-color: #BB95AB; }

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

This div background color is #BB95AB.


Border color

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

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

This div border color is #BB95AB.


Opacity

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

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

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

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

This text has shadow with #BB95AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB95AB on black background.


Color preview on white background

This text has color #BB95AB on white background.



Black color preview on #BB95AB background

This text has black color on #BB95AB background.


White color preview on #BB95AB background

This text has white color on #BB95AB background.