COLOR #BCADEC

HEX: #BCADEC
RGB: (188,173,236)

Color info

#BCADEC contains mainly red and blue colors. Web safe color of #BCADEC is #CC99FF (or #C9F).

RGB color model

#BCADEC color RGB value is (188,173,236).

  • red value is 188;
  • green value is 173;
  • blue value is 236.
RGB:
(188,173,236)
(74%,68%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 236 of 255 = 93%

188
173
236

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

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 236 = 597 (100%)
R 188 of 597 ~ 31.49%
G 173 of 597 ~ 28.98%
B 236 of 597 ~ 39.53%

%31.49
%28.98
%39.53

CMYK color model

#BCADEC color CMYK value is (20,27,0,7).

  • cyan value is 20.34%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,27,0,7)
C20M27Y0K7 
(20%,27%,0%,7%)
(0.20/0.27/0.00/0.07)	

CMYK percentages

%20.34
%26.69
%0
%7.45

Codes

Color #BCADEC in popluar color models

BCADEC
RGB188173236
HSL254°62.38%80.20%
HSB/HSV254°26.69%92.55%
CMYK20.34%26.69%0.00%
7.45%

Color #BCADEC in popluar number systems.

HEXBCADEC
Decimal188173236
Binary101111001010110111101100
Octal274255354

Shades and tints

Shades of #BCADEC

#BCADEC
(188,173,236)
#AB9ED7
(171,158,215)
#9A8FC2
(154,143,194)
#8980AD
(137,128,173)
#787198
(120,113,152)
#676283
(103,98,131)
#56536E
(86,83,110)
#454459
(69,68,89)
#343544
(52,53,68)
#23262F
(35,38,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCADEC

#BCADEC
(188,173,236)
#C2B4ED
(194,180,237)
#C8BBEE
(200,187,238)
#CEC2EF
(206,194,239)
#D4C9F0
(212,201,240)
#DAD0F1
(218,208,241)
#E0D7F2
(224,215,242)
#E6DEF3
(230,222,243)
#ECE5F4
(236,229,244)
#F2ECF5
(242,236,245)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCADEC color. Also use rgb(188,173,236) instead hex code.

Text Font Color

.myTextColor { color: #BCADEC; }

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

This text font color is #BCADEC.


Background Color

.myBgColor { background-color: #BCADEC; }

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

This div background color is #BCADEC.


Border color

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

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

This div border color is #BCADEC.


Opacity

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

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

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

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

This text has shadow with #BCADEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADEC on black background.


Color preview on white background

This text has color #BCADEC on white background.



Black color preview on #BCADEC background

This text has black color on #BCADEC background.


White color preview on #BCADEC background

This text has white color on #BCADEC background.