COLOR #BCADD7

HEX: #BCADD7
RGB: (188,173,215)

Color info

#BCADD7 contains red, green and blue colors in about the same proportion. Web safe color of #BCADD7 is #CC99CC (or #C9C).

RGB color model

#BCADD7 color RGB value is (188,173,215).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 215 of 255 = 84%

188
173
215

R + G + B ~ 75%. #BCADD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 215 = 576 (100%)
R 188 of 576 ~ 32.64%
G 173 of 576 ~ 30.03%
B 215 of 576 ~ 37.33%

%32.64
%30.03
%37.33

CMYK color model

#BCADD7 color CMYK value is (13,20,0,16).

  • cyan value is 12.56%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,20,0,16)
C13M20Y0K16 
(13%,20%,0%,16%)
(0.13/0.20/0.00/0.16)	

CMYK percentages

%12.56
%19.53
%0
%15.69

Codes

Color #BCADD7 in popluar color models

BCADD7
RGB188173215
HSL261°34.43%76.08%
HSB/HSV261°19.53%84.31%
CMYK12.56%19.53%0.00%
15.69%

Color #BCADD7 in popluar number systems.

HEXBCADD7
Decimal188173215
Binary101111001010110111010111
Octal274255327

Shades and tints

Shades of #BCADD7

#BCADD7
(188,173,215)
#AB9EC4
(171,158,196)
#9A8FB1
(154,143,177)
#89809E
(137,128,158)
#78718B
(120,113,139)
#676278
(103,98,120)
#565365
(86,83,101)
#454452
(69,68,82)
#34353F
(52,53,63)
#23262C
(35,38,44)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCADD7

#BCADD7
(188,173,215)
#C2B4DA
(194,180,218)
#C8BBDD
(200,187,221)
#CEC2E0
(206,194,224)
#D4C9E3
(212,201,227)
#DAD0E6
(218,208,230)
#E0D7E9
(224,215,233)
#E6DEEC
(230,222,236)
#ECE5EF
(236,229,239)
#F2ECF2
(242,236,242)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADD7; }

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

This text font color is #BCADD7.


Background Color

.myBgColor { background-color: #BCADD7; }

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

This div background color is #BCADD7.


Border color

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

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

This div border color is #BCADD7.


Opacity

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

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

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

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

This text has shadow with #BCADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADD7 on black background.


Color preview on white background

This text has color #BCADD7 on white background.



Black color preview on #BCADD7 background

This text has black color on #BCADD7 background.


White color preview on #BCADD7 background

This text has white color on #BCADD7 background.