COLOR #BBC6C5

HEX: #BBC6C5
RGB: (187,198,197)

Color info

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

RGB color model

#BBC6C5 color RGB value is (187,198,197).

  • red value is 187;
  • green value is 198;
  • blue value is 197.
RGB:
(187,198,197)
(73%,78%,77%)

RGB channels and saturation

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

187
198
197

R + G + B ~ 76%. #BBC6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 198 + 197 = 582 (100%)
R 187 of 582 ~ 32.13%
G 198 of 582 ~ 34.02%
B 197 of 582 ~ 33.85%

%32.13
%34.02
%33.85

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.35%
CMYK:
(6,0,1,22)
C6M0Y1K22 
(6%,0%,1%,22%)
(0.06/0.00/0.01/0.22)	

CMYK percentages

%5.56
%0
%0.51
%22.35

Codes

Color #BBC6C5 in popluar color models

BBC6C5
RGB187198197
HSL175°8.80%75.49%
HSB/HSV175°5.56%77.65%
CMYK5.56%0.00%0.51%
22.35%

Color #BBC6C5 in popluar number systems.

HEXBBC6C5
Decimal187198197
Binary101110111100011011000101
Octal273306305

Shades and tints

Shades of #BBC6C5

#BBC6C5
(187,198,197)
#AAB4B4
(170,180,180)
#99A2A3
(153,162,163)
#889092
(136,144,146)
#777E81
(119,126,129)
#666C70
(102,108,112)
#555A5F
(85,90,95)
#44484E
(68,72,78)
#33363D
(51,54,61)
#22242C
(34,36,44)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #BBC6C5

#BBC6C5
(187,198,197)
#C1CBCA
(193,203,202)
#C7D0CF
(199,208,207)
#CDD5D4
(205,213,212)
#D3DAD9
(211,218,217)
#D9DFDE
(217,223,222)
#DFE4E3
(223,228,227)
#E5E9E8
(229,233,232)
#EBEEED
(235,238,237)
#F1F3F2
(241,243,242)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC6C5; }

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

This text font color is #BBC6C5.


Background Color

.myBgColor { background-color: #BBC6C5; }

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

This div background color is #BBC6C5.


Border color

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

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

This div border color is #BBC6C5.


Opacity

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

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

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

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

This text has shadow with #BBC6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC6C5 on black background.


Color preview on white background

This text has color #BBC6C5 on white background.



Black color preview on #BBC6C5 background

This text has black color on #BBC6C5 background.


White color preview on #BBC6C5 background

This text has white color on #BBC6C5 background.