COLOR #BCBEE9

HEX: #BCBEE9 RGB: (188,190,233)

Color info

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

RGB color model

#BCBEE9 color RGB value is (188,190,233).

RGB: (188,190,233) (74%, 75%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 233 of 255 = 91%

188
190
233

R + G + B ~ 80%. #BCBEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 233 = 611 (100%)
R 188 of 611 ~ 30.77%
G 190 of 611 ~ 31.1%
B 233 of 611 ~ 38.13'%

%30.77
%31.1
%38.13

CMYK color model

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

  • cyan value is 19.31%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (19,18,0,9)
C19M18Y0K9 (19%, 18%, 0%, 9%)
(0.19 / 0.18 / 0.00 / 0.09)

CMYK percentages

%19.31
%18.45
%0
%8.63

Codes

Color #BCBEE9 in popluar color models

BC BE E9
RGB 188 190 233
HSL 237° 50.56% 82.55%
HSB/HSV 237° 19.31% 91.37%
CMYK 19.31% 18.45% 0.00%
8.63%

Color #BCBEE9 in popluar number systems.

HEX BC BE E9
Decimal 188 190 233
Binary 10111100 10111110 11101001
Octal 274 276 351

Shades and tints

Shades of #BCBEE9

#BCBEE9
(188,190,233)
#ABADD4
(171,173,212)
#9A9CBF
(154,156,191)
#898BAA
(137,139,170)
#787A95
(120,122,149)
#676980
(103,105,128)
#56586B
(86,88,107)
#454756
(69,71,86)
#343641
(52,54,65)
#23252C
(35,37,44)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCBEE9

#BCBEE9
(188,190,233)
#C2C3EB
(194,195,235)
#C8C8ED
(200,200,237)
#CECDEF
(206,205,239)
#D4D2F1
(212,210,241)
#DAD7F3
(218,215,243)
#E0DCF5
(224,220,245)
#E6E1F7
(230,225,247)
#ECE6F9
(236,230,249)
#F2EBFB
(242,235,251)
#F8F0FD
(248,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBEE9 color. Also use rgb(188,190,233) instead hex code.

Text Font Color

.myTextColor { color: #BCBEE9; }

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

This text font color is #BCBEE9.

Background Color

.myBgColor { background-color: #BCBEE9; }

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

This div background color is #BCBEE9.

Border color

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

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

This div border color is #BCBEE9.

Opacity

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

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

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

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

This text has shadow with #BCBEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEE9.

Preview

Color preview on black background

This text has color #BCBEE9 on black background.


Color preview on white background

This text has color #BCBEE9 on white background.


Black color preview on #BCBEE9 background

This text has black color on #BCBEE9 background.


White color preview on #BCBEE9 background

This text has white color on #BCBEE9 background.


Related colors

Complementary color

Complementary color for #hex is #434116.


I love getcolorcode.com

Triadic colors

1 #E9BCBE and #BEE9BC with #BCBEE9 are triadic colors.

2 #E9BEBC and #BEBCE9 with #BCBEE9 are triadic colors.