COLOR #BBC5CB

HEX: #BBC5CB
RGB: (187,197,203)

Color info

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

RGB color model

#BBC5CB color RGB value is (187,197,203).

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

RGB channels and saturation

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

187
197
203

R + G + B ~ 77%. #BBC5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 197 + 203 = 587 (100%)
R 187 of 587 ~ 31.86%
G 197 of 587 ~ 33.56%
B 203 of 587 ~ 34.58%

%31.86
%33.56
%34.58

CMYK color model

#BBC5CB color CMYK value is (8,3,0,20).

  • cyan value is 7.88%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(8,3,0,20)
C8M3Y0K20 
(8%,3%,0%,20%)
(0.08/0.03/0.00/0.20)	

CMYK percentages

%7.88
%2.96
%0
%20.39

Codes

Color #BBC5CB in popluar color models

BBC5CB
RGB187197203
HSL203°13.33%76.47%
HSB/HSV203°7.88%79.61%
CMYK7.88%2.96%0.00%
20.39%

Color #BBC5CB in popluar number systems.

HEXBBC5CB
Decimal187197203
Binary101110111100010111001011
Octal273305313

Shades and tints

Shades of #BBC5CB

#BBC5CB
(187,197,203)
#AAB4B9
(170,180,185)
#99A3A7
(153,163,167)
#889295
(136,146,149)
#778183
(119,129,131)
#667071
(102,112,113)
#555F5F
(85,95,95)
#444E4D
(68,78,77)
#333D3B
(51,61,59)
#222C29
(34,44,41)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBC5CB

#BBC5CB
(187,197,203)
#C1CACF
(193,202,207)
#C7CFD3
(199,207,211)
#CDD4D7
(205,212,215)
#D3D9DB
(211,217,219)
#D9DEDF
(217,222,223)
#DFE3E3
(223,227,227)
#E5E8E7
(229,232,231)
#EBEDEB
(235,237,235)
#F1F2EF
(241,242,239)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5CB; }

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

This text font color is #BBC5CB.


Background Color

.myBgColor { background-color: #BBC5CB; }

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

This div background color is #BBC5CB.


Border color

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

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

This div border color is #BBC5CB.


Opacity

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

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

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

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

This text has shadow with #BBC5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC5CB on black background.


Color preview on white background

This text has color #BBC5CB on white background.



Black color preview on #BBC5CB background

This text has black color on #BBC5CB background.


White color preview on #BBC5CB background

This text has white color on #BBC5CB background.