COLOR #BB969B

HEX: #BB969B RGB: (187,150,155)

Color info

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

RGB color model

#BB969B color RGB value is (187,150,155).

RGB: (187,150,155) (73%, 59%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 155 of 255 = 61%

187
150
155

R + G + B ~ 64%. #BB969B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 155 = 492 (100%)
R 187 of 492 ~ 38.01%
G 150 of 492 ~ 30.49%
B 155 of 492 ~ 31.5'%

%38.01
%30.49
%31.5

CMYK color model

#BB969B color CMYK value is (0,20,17,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 17.11%
  • key color value is 26.67%

CMYK: (0,20,17,27)
C0M20Y17K27 (0%, 20%, 17%, 27%)
(0.00 / 0.20 / 0.17 / 0.27)

CMYK percentages

%0
%19.79
%17.11
%26.67

Codes

Color #BB969B in popluar color models

BB 96 9B
RGB 187 150 155
HSL 352° 21.39% 66.08%
HSB/HSV 352° 19.79% 73.33%
CMYK 0.00% 19.79% 17.11%
26.67%

Color #BB969B in popluar number systems.

HEX BB 96 9B
Decimal 187 150 155
Binary 10111011 10010110 10011011
Octal 273 226 233

Shades and tints

Shades of #BB969B

#BB969B
(187,150,155)
#AA898D
(170,137,141)
#997C7F
(153,124,127)
#886F71
(136,111,113)
#776263
(119,98,99)
#665555
(102,85,85)
#554847
(85,72,71)
#443B39
(68,59,57)
#332E2B
(51,46,43)
#22211D
(34,33,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #BB969B

#BB969B
(187,150,155)
#C19FA4
(193,159,164)
#C7A8AD
(199,168,173)
#CDB1B6
(205,177,182)
#D3BABF
(211,186,191)
#D9C3C8
(217,195,200)
#DFCCD1
(223,204,209)
#E5D5DA
(229,213,218)
#EBDEE3
(235,222,227)
#F1E7EC
(241,231,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB969B color. Also use rgb(187,150,155) instead hex code.

Text Font Color

.myTextColor { color: #BB969B; }

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

This text font color is #BB969B.

Background Color

.myBgColor { background-color: #BB969B; }

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

This div background color is #BB969B.

Border color

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

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

This div border color is #BB969B.

Opacity

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

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

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

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

This text has shadow with #BB969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB969B.

Preview

Color preview on black background

This text has color #BB969B on black background.


Color preview on white background

This text has color #BB969B on white background.


Black color preview on #BB969B background

This text has black color on #BB969B background.


White color preview on #BB969B background

This text has white color on #BB969B background.


Related colors

Complementary color

Complementary color for #hex is #446964.


I love getcolorcode.com

Triadic colors

1 #9BBB96 and #969BBB with #BB969B are triadic colors.

2 #9B96BB and #96BB9B with #BB969B are triadic colors.