COLOR #BCBBE7

HEX: #BCBBE7 RGB: (188,187,231)

Color info

#BCBBE7 contains red, green and blue colors in about the same proportion. Web safe color of #BCBBE7 is #CCCCFF (or #CCF).

RGB color model

#BCBBE7 color RGB value is (188,187,231).

RGB: (188,187,231) (74%, 73%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 231 of 255 = 91%

188
187
231

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 231 = 606 (100%)
R 188 of 606 ~ 31.02%
G 187 of 606 ~ 30.86%
B 231 of 606 ~ 38.12'%

%31.02
%30.86
%38.12

CMYK color model

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

  • cyan value is 18.61%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,19,0,9)
C19M19Y0K9 (19%, 19%, 0%, 9%)
(0.19 / 0.19 / 0.00 / 0.09)

CMYK percentages

%18.61
%19.05
%0
%9.41

Codes

Color #BCBBE7 in popluar color models

BC BB E7
RGB 188 187 231
HSL 241° 47.83% 81.96%
HSB/HSV 241° 19.05% 90.59%
CMYK 18.61% 19.05% 0.00%
9.41%

Color #BCBBE7 in popluar number systems.

HEX BC BB E7
Decimal 188 187 231
Binary 10111100 10111011 11100111
Octal 274 273 347

Shades and tints

Shades of #BCBBE7

#BCBBE7
(188,187,231)
#ABAAD2
(171,170,210)
#9A99BD
(154,153,189)
#8988A8
(137,136,168)
#787793
(120,119,147)
#67667E
(103,102,126)
#565569
(86,85,105)
#454454
(69,68,84)
#34333F
(52,51,63)
#23222A
(35,34,42)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BCBBE7

#BCBBE7
(188,187,231)
#C2C1E9
(194,193,233)
#C8C7EB
(200,199,235)
#CECDED
(206,205,237)
#D4D3EF
(212,211,239)
#DAD9F1
(218,217,241)
#E0DFF3
(224,223,243)
#E6E5F5
(230,229,245)
#ECEBF7
(236,235,247)
#F2F1F9
(242,241,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBE7; }

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

This text font color is #BCBBE7.

Background Color

.myBgColor { background-color: #BCBBE7; }

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

This div background color is #BCBBE7.

Border color

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

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

This div border color is #BCBBE7.

Opacity

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

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

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

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

This text has shadow with #BCBBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBE7.

Preview

Color preview on black background

This text has color #BCBBE7 on black background.


Color preview on white background

This text has color #BCBBE7 on white background.


Black color preview on #BCBBE7 background

This text has black color on #BCBBE7 background.


White color preview on #BCBBE7 background

This text has white color on #BCBBE7 background.


Related colors

Complementary color

Complementary color for #hex is #434418.


I love getcolorcode.com

Triadic colors

1 #E7BCBB and #BBE7BC with #BCBBE7 are triadic colors.

2 #E7BBBC and #BBBCE7 with #BCBBE7 are triadic colors.