COLOR #BBC5C5

HEX: #BBC5C5
RGB: (187,197,197)

Color info

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

RGB color model

#BBC5C5 color RGB value is (187,197,197).

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

RGB channels and saturation

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

187
197
197

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

Portions of RGB colors in percentages

R + G + B =
187 + 197 + 197 = 581 (100%)
R 187 of 581 ~ 32.19%
G 197 of 581 ~ 33.91%
B 197 of 581 ~ 33.91%

%32.19
%33.91
%33.91

CMYK color model

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

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

CMYK percentages

%5.08
%0
%0
%22.75

Codes

Color #BBC5C5 in popluar color models

BBC5C5
RGB187197197
HSL180°7.94%75.29%
HSB/HSV180°5.08%77.25%
CMYK5.08%0.00%0.00%
22.75%

Color #BBC5C5 in popluar number systems.

HEXBBC5C5
Decimal187197197
Binary101110111100010111000101
Octal273305305

Shades and tints

Shades of #BBC5C5

#BBC5C5
(187,197,197)
#AAB4B4
(170,180,180)
#99A3A3
(153,163,163)
#889292
(136,146,146)
#778181
(119,129,129)
#667070
(102,112,112)
#555F5F
(85,95,95)
#444E4E
(68,78,78)
#333D3D
(51,61,61)
#222C2C
(34,44,44)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #BBC5C5

#BBC5C5
(187,197,197)
#C1CACA
(193,202,202)
#C7CFCF
(199,207,207)
#CDD4D4
(205,212,212)
#D3D9D9
(211,217,217)
#D9DEDE
(217,222,222)
#DFE3E3
(223,227,227)
#E5E8E8
(229,232,232)
#EBEDED
(235,237,237)
#F1F2F2
(241,242,242)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5C5; }

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

This text font color is #BBC5C5.


Background Color

.myBgColor { background-color: #BBC5C5; }

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

This div background color is #BBC5C5.


Border color

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

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

This div border color is #BBC5C5.


Opacity

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

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

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

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

This text has shadow with #BBC5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC5C5 on black background.


Color preview on white background

This text has color #BBC5C5 on white background.



Black color preview on #BBC5C5 background

This text has black color on #BBC5C5 background.


White color preview on #BBC5C5 background

This text has white color on #BBC5C5 background.