COLOR #BB95AD

HEX: #BB95AD RGB: (187,149,173)

Color info

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

RGB color model

#BB95AD color RGB value is (187,149,173).

RGB: (187,149,173) (73%, 58%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 173 of 255 = 68%

187
149
173

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

Portions of RGB colors in percentages

R + G + B = 187 + 149 + 173 = 509 (100%)
R 187 of 509 ~ 36.74%
G 149 of 509 ~ 29.27%
B 173 of 509 ~ 33.99'%

%36.74
%29.27
%33.99

CMYK color model

#BB95AD color CMYK value is (0,20,7,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 7.49%
  • key color value is 26.67%

CMYK: (0,20,7,27)
C0M20Y7K27 (0%, 20%, 7%, 27%)
(0.00 / 0.20 / 0.07 / 0.27)

CMYK percentages

%0
%20.32
%7.49
%26.67

Codes

Color #BB95AD in popluar color models

BB 95 AD
RGB 187 149 173
HSL 322° 21.84% 65.88%
HSB/HSV 322° 20.32% 73.33%
CMYK 0.00% 20.32% 7.49%
26.67%

Color #BB95AD in popluar number systems.

HEX BB 95 AD
Decimal 187 149 173
Binary 10111011 10010101 10101101
Octal 273 225 255

Shades and tints

Shades of #BB95AD

#BB95AD
(187,149,173)
#AA889E
(170,136,158)
#997B8F
(153,123,143)
#886E80
(136,110,128)
#776171
(119,97,113)
#665462
(102,84,98)
#554753
(85,71,83)
#443A44
(68,58,68)
#332D35
(51,45,53)
#222026
(34,32,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #BB95AD

#BB95AD
(187,149,173)
#C19EB4
(193,158,180)
#C7A7BB
(199,167,187)
#CDB0C2
(205,176,194)
#D3B9C9
(211,185,201)
#D9C2D0
(217,194,208)
#DFCBD7
(223,203,215)
#E5D4DE
(229,212,222)
#EBDDE5
(235,221,229)
#F1E6EC
(241,230,236)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB95AD; }

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

This text font color is #BB95AD.

Background Color

.myBgColor { background-color: #BB95AD; }

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

This div background color is #BB95AD.

Border color

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

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

This div border color is #BB95AD.

Opacity

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

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

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

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

This text has shadow with #BB95AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB95AD.

Preview

Color preview on black background

This text has color #BB95AD on black background.


Color preview on white background

This text has color #BB95AD on white background.


Black color preview on #BB95AD background

This text has black color on #BB95AD background.


White color preview on #BB95AD background

This text has white color on #BB95AD background.


Related colors

Complementary color

Complementary color for #hex is #446A52.


I love getcolorcode.com

Triadic colors

1 #ADBB95 and #95ADBB with #BB95AD are triadic colors.

2 #AD95BB and #95BBAD with #BB95AD are triadic colors.