COLOR #BCADC5

HEX: #BCADC5 RGB: (188,173,197)

Color info

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

RGB color model

#BCADC5 color RGB value is (188,173,197).

RGB: (188,173,197) (74%, 68%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 197 of 255 = 77%

188
173
197

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

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 197 = 558 (100%)
R 188 of 558 ~ 33.69%
G 173 of 558 ~ 31%
B 197 of 558 ~ 35.3'%

%33.69
%31
%35.3

CMYK color model

#BCADC5 color CMYK value is (5,12,0,23).

  • cyan value is 4.57%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,12,0,23)
C5M12Y0K23 (5%, 12%, 0%, 23%)
(0.05 / 0.12 / 0.00 / 0.23)

CMYK percentages

%4.57
%12.18
%0
%22.75

Codes

Color #BCADC5 in popluar color models

BC AD C5
RGB 188 173 197
HSL 278° 17.14% 72.55%
HSB/HSV 278° 12.18% 77.25%
CMYK 4.57% 12.18% 0.00%
22.75%

Color #BCADC5 in popluar number systems.

HEX BC AD C5
Decimal 188 173 197
Binary 10111100 10101101 11000101
Octal 274 255 305

Shades and tints

Shades of #BCADC5

#BCADC5
(188,173,197)
#AB9EB4
(171,158,180)
#9A8FA3
(154,143,163)
#898092
(137,128,146)
#787181
(120,113,129)
#676270
(103,98,112)
#56535F
(86,83,95)
#45444E
(69,68,78)
#34353D
(52,53,61)
#23262C
(35,38,44)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #BCADC5

#BCADC5
(188,173,197)
#C2B4CA
(194,180,202)
#C8BBCF
(200,187,207)
#CEC2D4
(206,194,212)
#D4C9D9
(212,201,217)
#DAD0DE
(218,208,222)
#E0D7E3
(224,215,227)
#E6DEE8
(230,222,232)
#ECE5ED
(236,229,237)
#F2ECF2
(242,236,242)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADC5; }

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

This text font color is #BCADC5.

Background Color

.myBgColor { background-color: #BCADC5; }

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

This div background color is #BCADC5.

Border color

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

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

This div border color is #BCADC5.

Opacity

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

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

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

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

This text has shadow with #BCADC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCADC5.

Preview

Color preview on black background

This text has color #BCADC5 on black background.


Color preview on white background

This text has color #BCADC5 on white background.


Black color preview on #BCADC5 background

This text has black color on #BCADC5 background.


White color preview on #BCADC5 background

This text has white color on #BCADC5 background.


Related colors

Complementary color

Complementary color for #hex is #43523A.


I love getcolorcode.com

Triadic colors

1 #C5BCAD and #ADC5BC with #BCADC5 are triadic colors.

2 #C5ADBC and #ADBCC5 with #BCADC5 are triadic colors.