COLOR #BBC2BB

HEX: #BBC2BB
RGB: (187,194,187)

Color info

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

RGB color model

#BBC2BB color RGB value is (187,194,187).

  • red value is 187;
  • green value is 194;
  • blue value is 187.
RGB:
(187,194,187)
(73%,76%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 187 of 255 = 73%

187
194
187

R + G + B ~ 74%. #BBC2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 194 + 187 = 568 (100%)
R 187 of 568 ~ 32.92%
G 194 of 568 ~ 34.15%
B 187 of 568 ~ 32.92%

%32.92
%34.15
%32.92

CMYK color model

#BBC2BB color CMYK value is (4,0,4,24).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 23.92%
CMYK:
(4,0,4,24)
C4M0Y4K24 
(4%,0%,4%,24%)
(0.04/0.00/0.04/0.24)	

CMYK percentages

%3.61
%0
%3.61
%23.92

Codes

Color #BBC2BB in popluar color models

BBC2BB
RGB187194187
HSL120°5.43%74.71%
HSB/HSV120°3.61%76.08%
CMYK3.61%0.00%3.61%
23.92%

Color #BBC2BB in popluar number systems.

HEXBBC2BB
Decimal187194187
Binary101110111100001010111011
Octal273302273

Shades and tints

Shades of #BBC2BB

#BBC2BB
(187,194,187)
#AAB1AA
(170,177,170)
#99A099
(153,160,153)
#888F88
(136,143,136)
#777E77
(119,126,119)
#666D66
(102,109,102)
#555C55
(85,92,85)
#444B44
(68,75,68)
#333A33
(51,58,51)
#222922
(34,41,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #BBC2BB

#BBC2BB
(187,194,187)
#C1C7C1
(193,199,193)
#C7CCC7
(199,204,199)
#CDD1CD
(205,209,205)
#D3D6D3
(211,214,211)
#D9DBD9
(217,219,217)
#DFE0DF
(223,224,223)
#E5E5E5
(229,229,229)
#EBEAEB
(235,234,235)
#F1EFF1
(241,239,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2BB; }

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

This text font color is #BBC2BB.


Background Color

.myBgColor { background-color: #BBC2BB; }

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

This div background color is #BBC2BB.


Border color

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

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

This div border color is #BBC2BB.


Opacity

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

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

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

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

This text has shadow with #BBC2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC2BB on black background.


Color preview on white background

This text has color #BBC2BB on white background.



Black color preview on #BBC2BB background

This text has black color on #BBC2BB background.


White color preview on #BBC2BB background

This text has white color on #BBC2BB background.