COLOR #BBC2CE

HEX: #BBC2CE
RGB: (187,194,206)

Color info

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

RGB color model

#BBC2CE color RGB value is (187,194,206).

  • red value is 187;
  • green value is 194;
  • blue value is 206.
RGB:
(187,194,206)
(73%,76%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 206 of 255 = 81%

187
194
206

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

Portions of RGB colors in percentages

R + G + B =
187 + 194 + 206 = 587 (100%)
R 187 of 587 ~ 31.86%
G 194 of 587 ~ 33.05%
B 206 of 587 ~ 35.09%

%31.86
%33.05
%35.09

CMYK color model

#BBC2CE color CMYK value is (9,6,0,19).

  • cyan value is 9.22%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,6,0,19)
C9M6Y0K19 
(9%,6%,0%,19%)
(0.09/0.06/0.00/0.19)	

CMYK percentages

%9.22
%5.83
%0
%19.22

Codes

Color #BBC2CE in popluar color models

BBC2CE
RGB187194206
HSL218°16.24%77.06%
HSB/HSV218°9.22%80.78%
CMYK9.22%5.83%0.00%
19.22%

Color #BBC2CE in popluar number systems.

HEXBBC2CE
Decimal187194206
Binary101110111100001011001110
Octal273302316

Shades and tints

Shades of #BBC2CE

#BBC2CE
(187,194,206)
#AAB1BC
(170,177,188)
#99A0AA
(153,160,170)
#888F98
(136,143,152)
#777E86
(119,126,134)
#666D74
(102,109,116)
#555C62
(85,92,98)
#444B50
(68,75,80)
#333A3E
(51,58,62)
#22292C
(34,41,44)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #BBC2CE

#BBC2CE
(187,194,206)
#C1C7D2
(193,199,210)
#C7CCD6
(199,204,214)
#CDD1DA
(205,209,218)
#D3D6DE
(211,214,222)
#D9DBE2
(217,219,226)
#DFE0E6
(223,224,230)
#E5E5EA
(229,229,234)
#EBEAEE
(235,234,238)
#F1EFF2
(241,239,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2CE; }

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

This text font color is #BBC2CE.


Background Color

.myBgColor { background-color: #BBC2CE; }

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

This div background color is #BBC2CE.


Border color

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

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

This div border color is #BBC2CE.


Opacity

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

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

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

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

This text has shadow with #BBC2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC2CE on black background.


Color preview on white background

This text has color #BBC2CE on white background.



Black color preview on #BBC2CE background

This text has black color on #BBC2CE background.


White color preview on #BBC2CE background

This text has white color on #BBC2CE background.