COLOR #BCADC3

HEX: #BCADC3 RGB: (188,173,195)

Color info

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

RGB color model

#BCADC3 color RGB value is (188,173,195).

RGB: (188,173,195) (74%, 68%, 76%)

RGB channels and saturation

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

188
173
195

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

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 195 = 556 (100%)
R 188 of 556 ~ 33.81%
G 173 of 556 ~ 31.12%
B 195 of 556 ~ 35.07'%

%33.81
%31.12
%35.07

CMYK color model

#BCADC3 color CMYK value is (4,11,0,24).

  • cyan value is 3.59%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (4,11,0,24) C4M11Y0K24 (4%,11%,0%,24%) (0.04/0.11/0.00/0.24) 

CMYK percentages

%3.59
%11.28
%0
%23.53

Codes

Color #BCADC3 in popluar color models

BC AD C3
RGB 188 173 195
HSL 281° 15.49% 72.16%
HSB/HSV 281° 11.28% 76.47%
CMYK 3.59% 11.28% 0.00%
23.53%

Color #BCADC3 in popluar number systems.

HEX BC AD C3
Decimal 188 173 195
Binary 10111100 10101101 11000011
Octal 274 255 303

Shades and tints

Shades of #BCADC3

#BCADC3
(188,173,195)
#AB9EB2
(171,158,178)
#9A8FA1
(154,143,161)
#898090
(137,128,144)
#78717F
(120,113,127)
#67626E
(103,98,110)
#56535D
(86,83,93)
#45444C
(69,68,76)
#34353B
(52,53,59)
#23262A
(35,38,42)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCADC3

#BCADC3
(188,173,195)
#C2B4C8
(194,180,200)
#C8BBCD
(200,187,205)
#CEC2D2
(206,194,210)
#D4C9D7
(212,201,215)
#DAD0DC
(218,208,220)
#E0D7E1
(224,215,225)
#E6DEE6
(230,222,230)
#ECE5EB
(236,229,235)
#F2ECF0
(242,236,240)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADC3; }

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

This text font color is #BCADC3.

Background Color

.myBgColor { background-color: #BCADC3; }

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

This div background color is #BCADC3.

Border color

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

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

This div border color is #BCADC3.

Opacity

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

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

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

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

This text has shadow with #BCADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCADC3.

Preview

Color preview on black background

This text has color #BCADC3 on black background.


Color preview on white background

This text has color #BCADC3 on white background.


Black color preview on #BCADC3 background

This text has black color on #BCADC3 background.


White color preview on #BCADC3 background

This text has white color on #BCADC3 background.


Related colors

Complementary color

Complementary color for #hex is #43523C.


I love getcolorcode.com

Triadic colors

1 #C3BCAD and #ADC3BC with #BCADC3 are triadic colors.

2 #C3ADBC and #ADBCC3 with #BCADC3 are triadic colors.