COLOR #BCADC1

HEX: #BCADC1
RGB: (188,173,193)

Color info

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

RGB color model

#BCADC1 color RGB value is (188,173,193).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 193 of 255 = 76%

188
173
193

R + G + B ~ 73%. #BCADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 193 = 554 (100%)
R 188 of 554 ~ 33.94%
G 173 of 554 ~ 31.23%
B 193 of 554 ~ 34.84%

%33.94
%31.23
%34.84

CMYK color model

#BCADC1 color CMYK value is (3,10,0,24).

  • cyan value is 2.59%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(3,10,0,24)
C3M10Y0K24 
(3%,10%,0%,24%)
(0.03/0.10/0.00/0.24)	

CMYK percentages

%2.59
%10.36
%0
%24.31

Codes

Color #BCADC1 in popluar color models

BCADC1
RGB188173193
HSL285°13.89%71.76%
HSB/HSV285°10.36%75.69%
CMYK2.59%10.36%0.00%
24.31%

Color #BCADC1 in popluar number systems.

HEXBCADC1
Decimal188173193
Binary101111001010110111000001
Octal274255301

Shades and tints

Shades of #BCADC1

#BCADC1
(188,173,193)
#AB9EB0
(171,158,176)
#9A8F9F
(154,143,159)
#89808E
(137,128,142)
#78717D
(120,113,125)
#67626C
(103,98,108)
#56535B
(86,83,91)
#45444A
(69,68,74)
#343539
(52,53,57)
#232628
(35,38,40)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCADC1

#BCADC1
(188,173,193)
#C2B4C6
(194,180,198)
#C8BBCB
(200,187,203)
#CEC2D0
(206,194,208)
#D4C9D5
(212,201,213)
#DAD0DA
(218,208,218)
#E0D7DF
(224,215,223)
#E6DEE4
(230,222,228)
#ECE5E9
(236,229,233)
#F2ECEE
(242,236,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADC1; }

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

This text font color is #BCADC1.


Background Color

.myBgColor { background-color: #BCADC1; }

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

This div background color is #BCADC1.


Border color

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

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

This div border color is #BCADC1.


Opacity

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

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

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

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

This text has shadow with #BCADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADC1 on black background.


Color preview on white background

This text has color #BCADC1 on white background.



Black color preview on #BCADC1 background

This text has black color on #BCADC1 background.


White color preview on #BCADC1 background

This text has white color on #BCADC1 background.