COLOR #BB95A4

HEX: #BB95A4 RGB: (187,149,164)

Color info

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

RGB color model

#BB95A4 color RGB value is (187,149,164).

RGB: (187,149,164) (73%, 58%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 164 of 255 = 64%

187
149
164

R + G + B ~ 65%. #BB95A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 149 + 164 = 500 (100%)
R 187 of 500 ~ 37.4%
G 149 of 500 ~ 29.8%
B 164 of 500 ~ 32.8'%

%37.4
%29.8
%32.8

CMYK color model

#BB95A4 color CMYK value is (0,20,12,27).

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

CMYK: (0,20,12,27)
C0M20Y12K27 (0%, 20%, 12%, 27%)
(0.00 / 0.20 / 0.12 / 0.27)

CMYK percentages

%0
%20.32
%12.3
%26.67

Codes

Color #BB95A4 in popluar color models

BB 95 A4
RGB 187 149 164
HSL 336° 21.84% 65.88%
HSB/HSV 336° 20.32% 73.33%
CMYK 0.00% 20.32% 12.30%
26.67%

Color #BB95A4 in popluar number systems.

HEX BB 95 A4
Decimal 187 149 164
Binary 10111011 10010101 10100100
Octal 273 225 244

Shades and tints

Shades of #BB95A4

#BB95A4
(187,149,164)
#AA8896
(170,136,150)
#997B88
(153,123,136)
#886E7A
(136,110,122)
#77616C
(119,97,108)
#66545E
(102,84,94)
#554750
(85,71,80)
#443A42
(68,58,66)
#332D34
(51,45,52)
#222026
(34,32,38)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #BB95A4

#BB95A4
(187,149,164)
#C19EAC
(193,158,172)
#C7A7B4
(199,167,180)
#CDB0BC
(205,176,188)
#D3B9C4
(211,185,196)
#D9C2CC
(217,194,204)
#DFCBD4
(223,203,212)
#E5D4DC
(229,212,220)
#EBDDE4
(235,221,228)
#F1E6EC
(241,230,236)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB95A4; }

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

This text font color is #BB95A4.

Background Color

.myBgColor { background-color: #BB95A4; }

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

This div background color is #BB95A4.

Border color

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

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

This div border color is #BB95A4.

Opacity

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

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

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

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

This text has shadow with #BB95A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB95A4.

Preview

Color preview on black background

This text has color #BB95A4 on black background.


Color preview on white background

This text has color #BB95A4 on white background.


Black color preview on #BB95A4 background

This text has black color on #BB95A4 background.


White color preview on #BB95A4 background

This text has white color on #BB95A4 background.


Related colors

Complementary color

Complementary color for #hex is #446A5B.


I love getcolorcode.com

Triadic colors

1 #A4BB95 and #95A4BB with #BB95A4 are triadic colors.

2 #A495BB and #95BBA4 with #BB95A4 are triadic colors.