COLOR #BB9EA4

HEX: #BB9EA4 RGB: (187,158,164)

Color info

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

RGB color model

#BB9EA4 color RGB value is (187,158,164).

RGB: (187,158,164) (73%, 62%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 164 of 255 = 64%

187
158
164

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

Portions of RGB colors in percentages

R + G + B = 187 + 158 + 164 = 509 (100%)
R 187 of 509 ~ 36.74%
G 158 of 509 ~ 31.04%
B 164 of 509 ~ 32.22'%

%36.74
%31.04
%32.22

CMYK color model

#BB9EA4 color CMYK value is (0,16,12,27).

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

CMYK: (0,16,12,27)
C0M16Y12K27 (0%, 16%, 12%, 27%)
(0.00 / 0.16 / 0.12 / 0.27)

CMYK percentages

%0
%15.51
%12.3
%26.67

Codes

Color #BB9EA4 in popluar color models

BB 9E A4
RGB 187 158 164
HSL 348° 17.58% 67.65%
HSB/HSV 348° 15.51% 73.33%
CMYK 0.00% 15.51% 12.30%
26.67%

Color #BB9EA4 in popluar number systems.

HEX BB 9E A4
Decimal 187 158 164
Binary 10111011 10011110 10100100
Octal 273 236 244

Shades and tints

Shades of #BB9EA4

#BB9EA4
(187,158,164)
#AA9096
(170,144,150)
#998288
(153,130,136)
#88747A
(136,116,122)
#77666C
(119,102,108)
#66585E
(102,88,94)
#554A50
(85,74,80)
#443C42
(68,60,66)
#332E34
(51,46,52)
#222026
(34,32,38)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BB9EA4

#BB9EA4
(187,158,164)
#C1A6AC
(193,166,172)
#C7AEB4
(199,174,180)
#CDB6BC
(205,182,188)
#D3BEC4
(211,190,196)
#D9C6CC
(217,198,204)
#DFCED4
(223,206,212)
#E5D6DC
(229,214,220)
#EBDEE4
(235,222,228)
#F1E6EC
(241,230,236)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9EA4; }

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

This text font color is #BB9EA4.

Background Color

.myBgColor { background-color: #BB9EA4; }

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

This div background color is #BB9EA4.

Border color

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

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

This div border color is #BB9EA4.

Opacity

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

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

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

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

This text has shadow with #BB9EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9EA4.

Preview

Color preview on black background

This text has color #BB9EA4 on black background.


Color preview on white background

This text has color #BB9EA4 on white background.


Black color preview on #BB9EA4 background

This text has black color on #BB9EA4 background.


White color preview on #BB9EA4 background

This text has white color on #BB9EA4 background.


Related colors

Complementary color

Complementary color for #hex is #44615B.


I love getcolorcode.com

Triadic colors

1 #A4BB9E and #9EA4BB with #BB9EA4 are triadic colors.

2 #A49EBB and #9EBBA4 with #BB9EA4 are triadic colors.