COLOR #BB929A

HEX: #BB929A RGB: (187,146,154)

Color info

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

RGB color model

#BB929A color RGB value is (187,146,154).

RGB: (187,146,154) (73%, 57%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 146 of 255 = 57%
B 154 of 255 = 60%

187
146
154

R + G + B ~ 63%. #BB929A is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 146 + 154 = 487 (100%)
R 187 of 487 ~ 38.4%
G 146 of 487 ~ 29.98%
B 154 of 487 ~ 31.62'%

%38.4
%29.98
%31.62

CMYK color model

#BB929A color CMYK value is (0,22,18,27).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK: (0,22,18,27) C0M22Y18K27 (0%,22%,18%,27%) (0.00/0.22/0.18/0.27) 

CMYK percentages

%0
%21.93
%17.65
%26.67

Codes

Color #BB929A in popluar color models

BB 92 9A
RGB 187 146 154
HSL 348° 23.16% 65.29%
HSB/HSV 348° 21.93% 73.33%
CMYK 0.00% 21.93% 17.65%
26.67%

Color #BB929A in popluar number systems.

HEX BB 92 9A
Decimal 187 146 154
Binary 10111011 10010010 10011010
Octal 273 222 232

Shades and tints

Shades of #BB929A

#BB929A
(187,146,154)
#AA858C
(170,133,140)
#99787E
(153,120,126)
#886B70
(136,107,112)
#775E62
(119,94,98)
#665154
(102,81,84)
#554446
(85,68,70)
#443738
(68,55,56)
#332A2A
(51,42,42)
#221D1C
(34,29,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BB929A

#BB929A
(187,146,154)
#C19BA3
(193,155,163)
#C7A4AC
(199,164,172)
#CDADB5
(205,173,181)
#D3B6BE
(211,182,190)
#D9BFC7
(217,191,199)
#DFC8D0
(223,200,208)
#E5D1D9
(229,209,217)
#EBDAE2
(235,218,226)
#F1E3EB
(241,227,235)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB929A color. Also use rgb(187,146,154) instead hex code.

Text Font Color

.myTextColor { color: #BB929A; }

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

This text font color is #BB929A.

Background Color

.myBgColor { background-color: #BB929A; }

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

This div background color is #BB929A.

Border color

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

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

This div border color is #BB929A.

Opacity

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

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

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

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

This text has shadow with #BB929A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB929A.

Preview

Color preview on black background

This text has color #BB929A on black background.


Color preview on white background

This text has color #BB929A on white background.


Black color preview on #BB929A background

This text has black color on #BB929A background.


White color preview on #BB929A background

This text has white color on #BB929A background.


Related colors

Complementary color

Complementary color for #hex is #446D65.


I love getcolorcode.com

Triadic colors

1 #9ABB92 and #929ABB with #BB929A are triadic colors.

2 #9A92BB and #92BB9A with #BB929A are triadic colors.