COLOR #BBBECC

HEX: #BBBECC
RGB: (187,190,204)

Color info

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

RGB color model

#BBBECC color RGB value is (187,190,204).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 204 of 255 = 80%

187
190
204

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 204 = 581 (100%)
R 187 of 581 ~ 32.19%
G 190 of 581 ~ 32.7%
B 204 of 581 ~ 35.11%

%32.19
%32.7
%35.11

CMYK color model

#BBBECC color CMYK value is (8,7,0,20).

  • cyan value is 8.33%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,7,0,20)
C8M7Y0K20 
(8%,7%,0%,20%)
(0.08/0.07/0.00/0.20)	

CMYK percentages

%8.33
%6.86
%0
%20

Codes

Color #BBBECC in popluar color models

BBBECC
RGB187190204
HSL229°14.29%76.67%
HSB/HSV229°8.33%80.00%
CMYK8.33%6.86%0.00%
20.00%

Color #BBBECC in popluar number systems.

HEXBBBECC
Decimal187190204
Binary101110111011111011001100
Octal273276314

Shades and tints

Shades of #BBBECC

#BBBECC
(187,190,204)
#AAADBA
(170,173,186)
#999CA8
(153,156,168)
#888B96
(136,139,150)
#777A84
(119,122,132)
#666972
(102,105,114)
#555860
(85,88,96)
#44474E
(68,71,78)
#33363C
(51,54,60)
#22252A
(34,37,42)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBBECC

#BBBECC
(187,190,204)
#C1C3D0
(193,195,208)
#C7C8D4
(199,200,212)
#CDCDD8
(205,205,216)
#D3D2DC
(211,210,220)
#D9D7E0
(217,215,224)
#DFDCE4
(223,220,228)
#E5E1E8
(229,225,232)
#EBE6EC
(235,230,236)
#F1EBF0
(241,235,240)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBECC; }

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

This text font color is #BBBECC.


Background Color

.myBgColor { background-color: #BBBECC; }

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

This div background color is #BBBECC.


Border color

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

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

This div border color is #BBBECC.


Opacity

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

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

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

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

This text has shadow with #BBBECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBECC on black background.


Color preview on white background

This text has color #BBBECC on white background.



Black color preview on #BBBECC background

This text has black color on #BBBECC background.


White color preview on #BBBECC background

This text has white color on #BBBECC background.