COLOR #BBBECE

HEX: #BBBECE
RGB: (187,190,206)

Color info

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

RGB color model

#BBBECE color RGB value is (187,190,206).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 206 of 255 = 81%

187
190
206

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 206 = 583 (100%)
R 187 of 583 ~ 32.08%
G 190 of 583 ~ 32.59%
B 206 of 583 ~ 35.33%

%32.08
%32.59
%35.33

CMYK color model

#BBBECE color CMYK value is (9,8,0,19).

  • cyan value is 9.22%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,8,0,19)
C9M8Y0K19 
(9%,8%,0%,19%)
(0.09/0.08/0.00/0.19)	

CMYK percentages

%9.22
%7.77
%0
%19.22

Codes

Color #BBBECE in popluar color models

BBBECE
RGB187190206
HSL231°16.24%77.06%
HSB/HSV231°9.22%80.78%
CMYK9.22%7.77%0.00%
19.22%

Color #BBBECE in popluar number systems.

HEXBBBECE
Decimal187190206
Binary101110111011111011001110
Octal273276316

Shades and tints

Shades of #BBBECE

#BBBECE
(187,190,206)
#AAADBC
(170,173,188)
#999CAA
(153,156,170)
#888B98
(136,139,152)
#777A86
(119,122,134)
#666974
(102,105,116)
#555862
(85,88,98)
#444750
(68,71,80)
#33363E
(51,54,62)
#22252C
(34,37,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BBBECE

#BBBECE
(187,190,206)
#C1C3D2
(193,195,210)
#C7C8D6
(199,200,214)
#CDCDDA
(205,205,218)
#D3D2DE
(211,210,222)
#D9D7E2
(217,215,226)
#DFDCE6
(223,220,230)
#E5E1EA
(229,225,234)
#EBE6EE
(235,230,238)
#F1EBF2
(241,235,242)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBECE; }

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

This text font color is #BBBECE.


Background Color

.myBgColor { background-color: #BBBECE; }

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

This div background color is #BBBECE.


Border color

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

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

This div border color is #BBBECE.


Opacity

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

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

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

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

This text has shadow with #BBBECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBECE on black background.


Color preview on white background

This text has color #BBBECE on white background.



Black color preview on #BBBECE background

This text has black color on #BBBECE background.


White color preview on #BBBECE background

This text has white color on #BBBECE background.