COLOR #BCBBE2

HEX: #BCBBE2
RGB: (188,187,226)

Color info

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

RGB color model

#BCBBE2 color RGB value is (188,187,226).

  • red value is 188;
  • green value is 187;
  • blue value is 226.
RGB:
(188,187,226)
(74%,73%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 226 of 255 = 89%

188
187
226

R + G + B ~ 79%. #BCBBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 187 + 226 = 601 (100%)
R 188 of 601 ~ 31.28%
G 187 of 601 ~ 31.11%
B 226 of 601 ~ 37.6%

%31.28
%31.11
%37.6

CMYK color model

#BCBBE2 color CMYK value is (17,17,0,11).

  • cyan value is 16.81%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,17,0,11)
C17M17Y0K11 
(17%,17%,0%,11%)
(0.17/0.17/0.00/0.11)	

CMYK percentages

%16.81
%17.26
%0
%11.37

Codes

Color #BCBBE2 in popluar color models

BCBBE2
RGB188187226
HSL242°40.21%80.98%
HSB/HSV242°17.26%88.63%
CMYK16.81%17.26%0.00%
11.37%

Color #BCBBE2 in popluar number systems.

HEXBCBBE2
Decimal188187226
Binary101111001011101111100010
Octal274273342

Shades and tints

Shades of #BCBBE2

#BCBBE2
(188,187,226)
#ABAACE
(171,170,206)
#9A99BA
(154,153,186)
#8988A6
(137,136,166)
#787792
(120,119,146)
#67667E
(103,102,126)
#56556A
(86,85,106)
#454456
(69,68,86)
#343342
(52,51,66)
#23222E
(35,34,46)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BCBBE2

#BCBBE2
(188,187,226)
#C2C1E4
(194,193,228)
#C8C7E6
(200,199,230)
#CECDE8
(206,205,232)
#D4D3EA
(212,211,234)
#DAD9EC
(218,217,236)
#E0DFEE
(224,223,238)
#E6E5F0
(230,229,240)
#ECEBF2
(236,235,242)
#F2F1F4
(242,241,244)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBE2; }

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

This text font color is #BCBBE2.


Background Color

.myBgColor { background-color: #BCBBE2; }

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

This div background color is #BCBBE2.


Border color

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

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

This div border color is #BCBBE2.


Opacity

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

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

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

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

This text has shadow with #BCBBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBBE2 on black background.


Color preview on white background

This text has color #BCBBE2 on white background.



Black color preview on #BCBBE2 background

This text has black color on #BCBBE2 background.


White color preview on #BCBBE2 background

This text has white color on #BCBBE2 background.