COLOR #BCBAEB

HEX: #BCBAEB RGB: (188,186,235)

Color info

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

RGB color model

#BCBAEB color RGB value is (188,186,235).

RGB: (188,186,235) (74%, 73%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 235 of 255 = 92%

188
186
235

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

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 235 = 609 (100%)
R 188 of 609 ~ 30.87%
G 186 of 609 ~ 30.54%
B 235 of 609 ~ 38.59'%

%30.87
%30.54
%38.59

CMYK color model

#BCBAEB color CMYK value is (20,21,0,8).

  • cyan value is 20.00%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,21,0,8)
C20M21Y0K8 (20%, 21%, 0%, 8%)
(0.20 / 0.21 / 0.00 / 0.08)

CMYK percentages

%20
%20.85
%0
%7.84

Codes

Color #BCBAEB in popluar color models

BC BA EB
RGB 188 186 235
HSL 242° 55.06% 82.55%
HSB/HSV 242° 20.85% 92.16%
CMYK 20.00% 20.85% 0.00%
7.84%

Color #BCBAEB in popluar number systems.

HEX BC BA EB
Decimal 188 186 235
Binary 10111100 10111010 11101011
Octal 274 272 353

Shades and tints

Shades of #BCBAEB

#BCBAEB
(188,186,235)
#ABAAD6
(171,170,214)
#9A9AC1
(154,154,193)
#898AAC
(137,138,172)
#787A97
(120,122,151)
#676A82
(103,106,130)
#565A6D
(86,90,109)
#454A58
(69,74,88)
#343A43
(52,58,67)
#232A2E
(35,42,46)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCBAEB

#BCBAEB
(188,186,235)
#C2C0EC
(194,192,236)
#C8C6ED
(200,198,237)
#CECCEE
(206,204,238)
#D4D2EF
(212,210,239)
#DAD8F0
(218,216,240)
#E0DEF1
(224,222,241)
#E6E4F2
(230,228,242)
#ECEAF3
(236,234,243)
#F2F0F4
(242,240,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBAEB color. Also use rgb(188,186,235) instead hex code.

Text Font Color

.myTextColor { color: #BCBAEB; }

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

This text font color is #BCBAEB.

Background Color

.myBgColor { background-color: #BCBAEB; }

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

This div background color is #BCBAEB.

Border color

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

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

This div border color is #BCBAEB.

Opacity

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

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

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

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

This text has shadow with #BCBAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAEB.

Preview

Color preview on black background

This text has color #BCBAEB on black background.


Color preview on white background

This text has color #BCBAEB on white background.


Black color preview on #BCBAEB background

This text has black color on #BCBAEB background.


White color preview on #BCBAEB background

This text has white color on #BCBAEB background.


Related colors

Complementary color

Complementary color for #hex is #434514.


I love getcolorcode.com

Triadic colors

1 #EBBCBA and #BAEBBC with #BCBAEB are triadic colors.

2 #EBBABC and #BABCEB with #BCBAEB are triadic colors.