COLOR #BCBBE0

HEX: #BCBBE0 RGB: (188,187,224)

Color info

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

RGB color model

#BCBBE0 color RGB value is (188,187,224).

RGB: (188,187,224) (74%, 73%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 224 of 255 = 88%

188
187
224

R + G + B ~ 78%. #BCBBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 224 = 599 (100%)
R 188 of 599 ~ 31.39%
G 187 of 599 ~ 31.22%
B 224 of 599 ~ 37.4'%

%31.39
%31.22
%37.4

CMYK color model

#BCBBE0 color CMYK value is (16,17,0,12).

  • cyan value is 16.07%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (16,17,0,12) C16M17Y0K12 (16%,17%,0%,12%) (0.16/0.17/0.00/0.12) 

CMYK percentages

%16.07
%16.52
%0
%12.16

Codes

Color #BCBBE0 in popluar color models

BC BB E0
RGB 188 187 224
HSL 242° 37.37% 80.59%
HSB/HSV 242° 16.52% 87.84%
CMYK 16.07% 16.52% 0.00%
12.16%

Color #BCBBE0 in popluar number systems.

HEX BC BB E0
Decimal 188 187 224
Binary 10111100 10111011 11100000
Octal 274 273 340

Shades and tints

Shades of #BCBBE0

#BCBBE0
(188,187,224)
#ABAACC
(171,170,204)
#9A99B8
(154,153,184)
#8988A4
(137,136,164)
#787790
(120,119,144)
#67667C
(103,102,124)
#565568
(86,85,104)
#454454
(69,68,84)
#343340
(52,51,64)
#23222C
(35,34,44)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BCBBE0

#BCBBE0
(188,187,224)
#C2C1E2
(194,193,226)
#C8C7E4
(200,199,228)
#CECDE6
(206,205,230)
#D4D3E8
(212,211,232)
#DAD9EA
(218,217,234)
#E0DFEC
(224,223,236)
#E6E5EE
(230,229,238)
#ECEBF0
(236,235,240)
#F2F1F2
(242,241,242)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBE0; }

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

This text font color is #BCBBE0.

Background Color

.myBgColor { background-color: #BCBBE0; }

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

This div background color is #BCBBE0.

Border color

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

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

This div border color is #BCBBE0.

Opacity

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

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

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

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

This text has shadow with #BCBBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBE0.

Preview

Color preview on black background

This text has color #BCBBE0 on black background.


Color preview on white background

This text has color #BCBBE0 on white background.


Black color preview on #BCBBE0 background

This text has black color on #BCBBE0 background.


White color preview on #BCBBE0 background

This text has white color on #BCBBE0 background.


Related colors

Complementary color

Complementary color for #hex is #43441F.


I love getcolorcode.com

Triadic colors

1 #E0BCBB and #BBE0BC with #BCBBE0 are triadic colors.

2 #E0BBBC and #BBBCE0 with #BCBBE0 are triadic colors.