COLOR #BBC3BD

HEX: #BBC3BD RGB: (187,195,189)

Color info

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

RGB color model

#BBC3BD color RGB value is (187,195,189).

RGB: (187,195,189) (73%, 76%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 189 of 255 = 74%

187
195
189

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

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 189 = 571 (100%)
R 187 of 571 ~ 32.75%
G 195 of 571 ~ 34.15%
B 189 of 571 ~ 33.1'%

%32.75
%34.15
%33.1

CMYK color model

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

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%

CMYK: (4,0,3,24)
C4M0Y3K24 (4%, 0%, 3%, 24%)
(0.04 / 0.00 / 0.03 / 0.24)

CMYK percentages

%4.1
%0
%3.08
%23.53

Codes

Color #BBC3BD in popluar color models

BB C3 BD
RGB 187 195 189
HSL 135° 6.25% 74.90%
HSB/HSV 135° 4.10% 76.47%
CMYK 4.10% 0.00% 3.08%
23.53%

Color #BBC3BD in popluar number systems.

HEX BB C3 BD
Decimal 187 195 189
Binary 10111011 11000011 10111101
Octal 273 303 275

Shades and tints

Shades of #BBC3BD

#BBC3BD
(187,195,189)
#AAB2AC
(170,178,172)
#99A19B
(153,161,155)
#88908A
(136,144,138)
#777F79
(119,127,121)
#666E68
(102,110,104)
#555D57
(85,93,87)
#444C46
(68,76,70)
#333B35
(51,59,53)
#222A24
(34,42,36)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBC3BD

#BBC3BD
(187,195,189)
#C1C8C3
(193,200,195)
#C7CDC9
(199,205,201)
#CDD2CF
(205,210,207)
#D3D7D5
(211,215,213)
#D9DCDB
(217,220,219)
#DFE1E1
(223,225,225)
#E5E6E7
(229,230,231)
#EBEBED
(235,235,237)
#F1F0F3
(241,240,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC3BD; }

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

This text font color is #BBC3BD.

Background Color

.myBgColor { background-color: #BBC3BD; }

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

This div background color is #BBC3BD.

Border color

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

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

This div border color is #BBC3BD.

Opacity

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

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

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

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

This text has shadow with #BBC3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC3BD.

Preview

Color preview on black background

This text has color #BBC3BD on black background.


Color preview on white background

This text has color #BBC3BD on white background.


Black color preview on #BBC3BD background

This text has black color on #BBC3BD background.


White color preview on #BBC3BD background

This text has white color on #BBC3BD background.


Related colors

Complementary color

Complementary color for #hex is #443C42.


I love getcolorcode.com

Triadic colors

1 #BDBBC3 and #C3BDBB with #BBC3BD are triadic colors.

2 #BDC3BB and #C3BBBD with #BBC3BD are triadic colors.