COLOR #BBC9B9

HEX: #BBC9B9 RGB: (187,201,185)

Color info

#BBC9B9 contains red, green and blue colors in about the same proportion. Web safe color of #BBC9B9 is #CCCCCC (or #CCC).

RGB color model

#BBC9B9 color RGB value is (187,201,185).

RGB: (187,201,185) (73%, 79%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 185 of 255 = 73%

187
201
185

R + G + B ~ 75%. #BBC9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 201 + 185 = 573 (100%)
R 187 of 573 ~ 32.64%
G 201 of 573 ~ 35.08%
B 185 of 573 ~ 32.29'%

%32.64
%35.08
%32.29

CMYK color model

#BBC9B9 color CMYK value is (7,0,8,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%

CMYK: (7,0,8,21)
C7M0Y8K21 (7%, 0%, 8%, 21%)
(0.07 / 0.00 / 0.08 / 0.21)

CMYK percentages

%6.97
%0
%7.96
%21.18

Codes

Color #BBC9B9 in popluar color models

BB C9 B9
RGB 187 201 185
HSL 113° 12.90% 75.69%
HSB/HSV 113° 7.96% 78.82%
CMYK 6.97% 0.00% 7.96%
21.18%

Color #BBC9B9 in popluar number systems.

HEX BB C9 B9
Decimal 187 201 185
Binary 10111011 11001001 10111001
Octal 273 311 271

Shades and tints

Shades of #BBC9B9

#BBC9B9
(187,201,185)
#AAB7A9
(170,183,169)
#99A599
(153,165,153)
#889389
(136,147,137)
#778179
(119,129,121)
#666F69
(102,111,105)
#555D59
(85,93,89)
#444B49
(68,75,73)
#333939
(51,57,57)
#222729
(34,39,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBC9B9

#BBC9B9
(187,201,185)
#C1CDBF
(193,205,191)
#C7D1C5
(199,209,197)
#CDD5CB
(205,213,203)
#D3D9D1
(211,217,209)
#D9DDD7
(217,221,215)
#DFE1DD
(223,225,221)
#E5E5E3
(229,229,227)
#EBE9E9
(235,233,233)
#F1EDEF
(241,237,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC9B9 color. Also use rgb(187,201,185) instead hex code.

Text Font Color

.myTextColor { color: #BBC9B9; }

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

This text font color is #BBC9B9.

Background Color

.myBgColor { background-color: #BBC9B9; }

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

This div background color is #BBC9B9.

Border color

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

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

This div border color is #BBC9B9.

Opacity

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

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

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

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

This text has shadow with #BBC9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC9B9.

Preview

Color preview on black background

This text has color #BBC9B9 on black background.


Color preview on white background

This text has color #BBC9B9 on white background.


Black color preview on #BBC9B9 background

This text has black color on #BBC9B9 background.


White color preview on #BBC9B9 background

This text has white color on #BBC9B9 background.


Related colors

Complementary color

Complementary color for #hex is #443646.


I love getcolorcode.com

Triadic colors

1 #B9BBC9 and #C9B9BB with #BBC9B9 are triadic colors.

2 #B9C9BB and #C9BBB9 with #BBC9B9 are triadic colors.