COLOR #BBC6BA

HEX: #BBC6BA RGB: (187,198,186)

Color info

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

RGB color model

#BBC6BA color RGB value is (187,198,186).

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

RGB channels and saturation

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

187
198
186

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 186 = 571 (100%)
R 187 of 571 ~ 32.75%
G 198 of 571 ~ 34.68%
B 186 of 571 ~ 32.57'%

%32.75
%34.68
%32.57

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • 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
%6.06
%22.35

Codes

Color #BBC6BA in popluar color models

BB C6 BA
RGB 187 198 186
HSL 115° 9.52% 75.29%
HSB/HSV 115° 6.06% 77.65%
CMYK 5.56% 0.00% 6.06%
22.35%

Color #BBC6BA in popluar number systems.

HEX BB C6 BA
Decimal 187 198 186
Binary 10111011 11000110 10111010
Octal 273 306 272

Shades and tints

Shades of #BBC6BA

#BBC6BA
(187,198,186)
#AAB4AA
(170,180,170)
#99A29A
(153,162,154)
#88908A
(136,144,138)
#777E7A
(119,126,122)
#666C6A
(102,108,106)
#555A5A
(85,90,90)
#44484A
(68,72,74)
#33363A
(51,54,58)
#22242A
(34,36,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #BBC6BA

#BBC6BA
(187,198,186)
#C1CBC0
(193,203,192)
#C7D0C6
(199,208,198)
#CDD5CC
(205,213,204)
#D3DAD2
(211,218,210)
#D9DFD8
(217,223,216)
#DFE4DE
(223,228,222)
#E5E9E4
(229,233,228)
#EBEEEA
(235,238,234)
#F1F3F0
(241,243,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC6BA; }

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

This text font color is #BBC6BA.

Background Color

.myBgColor { background-color: #BBC6BA; }

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

This div background color is #BBC6BA.

Border color

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

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

This div border color is #BBC6BA.

Opacity

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

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

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

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

This text has shadow with #BBC6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC6BA.

Preview

Color preview on black background

This text has color #BBC6BA on black background.


Color preview on white background

This text has color #BBC6BA on white background.


Black color preview on #BBC6BA background

This text has black color on #BBC6BA background.


White color preview on #BBC6BA background

This text has white color on #BBC6BA background.


Related colors

Complementary color

Complementary color for #hex is #443945.


I love getcolorcode.com

Triadic colors

1 #BABBC6 and #C6BABB with #BBC6BA are triadic colors.

2 #BAC6BB and #C6BBBA with #BBC6BA are triadic colors.