COLOR #BBC1C5

HEX: #BBC1C5 RGB: (187,193,197)

Color info

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

RGB color model

#BBC1C5 color RGB value is (187,193,197).

RGB: (187,193,197) (73%, 76%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 197 of 255 = 77%

187
193
197

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

Portions of RGB colors in percentages

R + G + B = 187 + 193 + 197 = 577 (100%)
R 187 of 577 ~ 32.41%
G 193 of 577 ~ 33.45%
B 197 of 577 ~ 34.14'%

%32.41
%33.45
%34.14

CMYK color model

#BBC1C5 color CMYK value is (5,2,0,23).

  • cyan value is 5.08%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (5,2,0,23) C5M2Y0K23 (5%,2%,0%,23%) (0.05/0.02/0.00/0.23) 

CMYK percentages

%5.08
%2.03
%0
%22.75

Codes

Color #BBC1C5 in popluar color models

BB C1 C5
RGB 187 193 197
HSL 204° 7.94% 75.29%
HSB/HSV 204° 5.08% 77.25%
CMYK 5.08% 2.03% 0.00%
22.75%

Color #BBC1C5 in popluar number systems.

HEX BB C1 C5
Decimal 187 193 197
Binary 10111011 11000001 11000101
Octal 273 301 305

Shades and tints

Shades of #BBC1C5

#BBC1C5
(187,193,197)
#AAB0B4
(170,176,180)
#999FA3
(153,159,163)
#888E92
(136,142,146)
#777D81
(119,125,129)
#666C70
(102,108,112)
#555B5F
(85,91,95)
#444A4E
(68,74,78)
#33393D
(51,57,61)
#22282C
(34,40,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBC1C5

#BBC1C5
(187,193,197)
#C1C6CA
(193,198,202)
#C7CBCF
(199,203,207)
#CDD0D4
(205,208,212)
#D3D5D9
(211,213,217)
#D9DADE
(217,218,222)
#DFDFE3
(223,223,227)
#E5E4E8
(229,228,232)
#EBE9ED
(235,233,237)
#F1EEF2
(241,238,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC1C5; }

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

This text font color is #BBC1C5.

Background Color

.myBgColor { background-color: #BBC1C5; }

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

This div background color is #BBC1C5.

Border color

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

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

This div border color is #BBC1C5.

Opacity

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

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

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

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

This text has shadow with #BBC1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC1C5.

Preview

Color preview on black background

This text has color #BBC1C5 on black background.


Color preview on white background

This text has color #BBC1C5 on white background.


Black color preview on #BBC1C5 background

This text has black color on #BBC1C5 background.


White color preview on #BBC1C5 background

This text has white color on #BBC1C5 background.


Related colors

Complementary color

Complementary color for #hex is #443E3A.


I love getcolorcode.com

Triadic colors

1 #C5BBC1 and #C1C5BB with #BBC1C5 are triadic colors.

2 #C5C1BB and #C1BBC5 with #BBC1C5 are triadic colors.