COLOR #BBC1B5

HEX: #BBC1B5 RGB: (187,193,181)

Color info

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

RGB color model

#BBC1B5 color RGB value is (187,193,181).

RGB: (187,193,181) (73%, 76%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 181 of 255 = 71%

187
193
181

R + G + B ~ 73%. #BBC1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 193 + 181 = 561 (100%)
R 187 of 561 ~ 33.33%
G 193 of 561 ~ 34.4%
B 181 of 561 ~ 32.26'%

%33.33
%34.4
%32.26

CMYK color model

#BBC1B5 color CMYK value is (3,0,6,24).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 24.31%

CMYK: (3,0,6,24)
C3M0Y6K24 (3%, 0%, 6%, 24%)
(0.03 / 0.00 / 0.06 / 0.24)

CMYK percentages

%3.11
%0
%6.22
%24.31

Codes

Color #BBC1B5 in popluar color models

BB C1 B5
RGB 187 193 181
HSL 90° 8.82% 73.33%
HSB/HSV 90° 6.22% 75.69%
CMYK 3.11% 0.00% 6.22%
24.31%

Color #BBC1B5 in popluar number systems.

HEX BB C1 B5
Decimal 187 193 181
Binary 10111011 11000001 10110101
Octal 273 301 265

Shades and tints

Shades of #BBC1B5

#BBC1B5
(187,193,181)
#AAB0A5
(170,176,165)
#999F95
(153,159,149)
#888E85
(136,142,133)
#777D75
(119,125,117)
#666C65
(102,108,101)
#555B55
(85,91,85)
#444A45
(68,74,69)
#333935
(51,57,53)
#222825
(34,40,37)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBC1B5

#BBC1B5
(187,193,181)
#C1C6BB
(193,198,187)
#C7CBC1
(199,203,193)
#CDD0C7
(205,208,199)
#D3D5CD
(211,213,205)
#D9DAD3
(217,218,211)
#DFDFD9
(223,223,217)
#E5E4DF
(229,228,223)
#EBE9E5
(235,233,229)
#F1EEEB
(241,238,235)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC1B5; }

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

This text font color is #BBC1B5.

Background Color

.myBgColor { background-color: #BBC1B5; }

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

This div background color is #BBC1B5.

Border color

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

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

This div border color is #BBC1B5.

Opacity

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

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

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

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

This text has shadow with #BBC1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC1B5.

Preview

Color preview on black background

This text has color #BBC1B5 on black background.


Color preview on white background

This text has color #BBC1B5 on white background.


Black color preview on #BBC1B5 background

This text has black color on #BBC1B5 background.


White color preview on #BBC1B5 background

This text has white color on #BBC1B5 background.


Related colors

Complementary color

Complementary color for #hex is #443E4A.


I love getcolorcode.com

Triadic colors

1 #B5BBC1 and #C1B5BB with #BBC1B5 are triadic colors.

2 #B5C1BB and #C1BBB5 with #BBC1B5 are triadic colors.