COLOR #BBC6BB

HEX: #BBC6BB RGB: (187,198,187)

Color info

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

RGB color model

#BBC6BB color RGB value is (187,198,187).

RGB: (187,198,187) (73%, 78%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 187 of 255 = 73%

187
198
187

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 187 = 572 (100%)
R 187 of 572 ~ 32.69%
G 198 of 572 ~ 34.62%
B 187 of 572 ~ 32.69'%

%32.69
%34.62
%32.69

CMYK color model

#BBC6BB color CMYK value is (6,0,6,22).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%

CMYK: (6,0,6,22)
C6M0Y6K22 (6%, 0%, 6%, 22%)
(0.06 / 0.00 / 0.06 / 0.22)

CMYK percentages

%5.56
%0
%5.56
%22.35

Codes

Color #BBC6BB in popluar color models

BB C6 BB
RGB 187 198 187
HSL 120° 8.80% 75.49%
HSB/HSV 120° 5.56% 77.65%
CMYK 5.56% 0.00% 5.56%
22.35%

Color #BBC6BB in popluar number systems.

HEX BB C6 BB
Decimal 187 198 187
Binary 10111011 11000110 10111011
Octal 273 306 273

Shades and tints

Shades of #BBC6BB

#BBC6BB
(187,198,187)
#AAB4AA
(170,180,170)
#99A299
(153,162,153)
#889088
(136,144,136)
#777E77
(119,126,119)
#666C66
(102,108,102)
#555A55
(85,90,85)
#444844
(68,72,68)
#333633
(51,54,51)
#222422
(34,36,34)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #BBC6BB

#BBC6BB
(187,198,187)
#C1CBC1
(193,203,193)
#C7D0C7
(199,208,199)
#CDD5CD
(205,213,205)
#D3DAD3
(211,218,211)
#D9DFD9
(217,223,217)
#DFE4DF
(223,228,223)
#E5E9E5
(229,233,229)
#EBEEEB
(235,238,235)
#F1F3F1
(241,243,241)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC6BB; }

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

This text font color is #BBC6BB.

Background Color

.myBgColor { background-color: #BBC6BB; }

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

This div background color is #BBC6BB.

Border color

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

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

This div border color is #BBC6BB.

Opacity

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

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

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

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

This text has shadow with #BBC6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC6BB.

Preview

Color preview on black background

This text has color #BBC6BB on black background.


Color preview on white background

This text has color #BBC6BB on white background.


Black color preview on #BBC6BB background

This text has black color on #BBC6BB background.


White color preview on #BBC6BB background

This text has white color on #BBC6BB background.


Related colors

Complementary color

Complementary color for #hex is #443944.


I love getcolorcode.com

Triadic colors

1 #BBBBC6 and #C6BBBB with #BBC6BB are triadic colors.

2 #BBC6BB and #C6BBBB with #BBC6BB are triadic colors.