COLOR #BCBAE5

HEX: #BCBAE5
RGB: (188,186,229)

Color info

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

RGB color model

#BCBAE5 color RGB value is (188,186,229).

  • red value is 188;
  • green value is 186;
  • blue value is 229.
RGB:
(188,186,229)
(74%,73%,90%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 229 of 255 = 90%

188
186
229

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

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 229 = 603 (100%)
R 188 of 603 ~ 31.18%
G 186 of 603 ~ 30.85%
B 229 of 603 ~ 37.98%

%31.18
%30.85
%37.98

CMYK color model

#BCBAE5 color CMYK value is (18,19,0,10).

  • cyan value is 17.90%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(18,19,0,10)
C18M19Y0K10 
(18%,19%,0%,10%)
(0.18/0.19/0.00/0.10)	

CMYK percentages

%17.9
%18.78
%0
%10.2

Codes

Color #BCBAE5 in popluar color models

BCBAE5
RGB188186229
HSL243°45.26%81.37%
HSB/HSV243°18.78%89.80%
CMYK17.90%18.78%0.00%
10.20%

Color #BCBAE5 in popluar number systems.

HEXBCBAE5
Decimal188186229
Binary101111001011101011100101
Octal274272345

Shades and tints

Shades of #BCBAE5

#BCBAE5
(188,186,229)
#ABAAD1
(171,170,209)
#9A9ABD
(154,154,189)
#898AA9
(137,138,169)
#787A95
(120,122,149)
#676A81
(103,106,129)
#565A6D
(86,90,109)
#454A59
(69,74,89)
#343A45
(52,58,69)
#232A31
(35,42,49)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #BCBAE5

#BCBAE5
(188,186,229)
#C2C0E7
(194,192,231)
#C8C6E9
(200,198,233)
#CECCEB
(206,204,235)
#D4D2ED
(212,210,237)
#DAD8EF
(218,216,239)
#E0DEF1
(224,222,241)
#E6E4F3
(230,228,243)
#ECEAF5
(236,234,245)
#F2F0F7
(242,240,247)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAE5; }

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

This text font color is #BCBAE5.


Background Color

.myBgColor { background-color: #BCBAE5; }

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

This div background color is #BCBAE5.


Border color

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

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

This div border color is #BCBAE5.


Opacity

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

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

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

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

This text has shadow with #BCBAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBAE5 on black background.


Color preview on white background

This text has color #BCBAE5 on white background.



Black color preview on #BCBAE5 background

This text has black color on #BCBAE5 background.


White color preview on #BCBAE5 background

This text has white color on #BCBAE5 background.