COLOR #BCADC6

HEX: #BCADC6 RGB: (188,173,198)

Color info

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

RGB color model

#BCADC6 color RGB value is (188,173,198).

RGB: (188,173,198) (74%, 68%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 198 of 255 = 78%

188
173
198

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

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 198 = 559 (100%)
R 188 of 559 ~ 33.63%
G 173 of 559 ~ 30.95%
B 198 of 559 ~ 35.42'%

%33.63
%30.95
%35.42

CMYK color model

#BCADC6 color CMYK value is (5,13,0,22).

  • cyan value is 5.05%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (5,13,0,22)
C5M13Y0K22 (5%, 13%, 0%, 22%)
(0.05 / 0.13 / 0.00 / 0.22)

CMYK percentages

%5.05
%12.63
%0
%22.35

Codes

Color #BCADC6 in popluar color models

BC AD C6
RGB 188 173 198
HSL 276° 17.99% 72.75%
HSB/HSV 276° 12.63% 77.65%
CMYK 5.05% 12.63% 0.00%
22.35%

Color #BCADC6 in popluar number systems.

HEX BC AD C6
Decimal 188 173 198
Binary 10111100 10101101 11000110
Octal 274 255 306

Shades and tints

Shades of #BCADC6

#BCADC6
(188,173,198)
#AB9EB4
(171,158,180)
#9A8FA2
(154,143,162)
#898090
(137,128,144)
#78717E
(120,113,126)
#67626C
(103,98,108)
#56535A
(86,83,90)
#454448
(69,68,72)
#343536
(52,53,54)
#232624
(35,38,36)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #BCADC6

#BCADC6
(188,173,198)
#C2B4CB
(194,180,203)
#C8BBD0
(200,187,208)
#CEC2D5
(206,194,213)
#D4C9DA
(212,201,218)
#DAD0DF
(218,208,223)
#E0D7E4
(224,215,228)
#E6DEE9
(230,222,233)
#ECE5EE
(236,229,238)
#F2ECF3
(242,236,243)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADC6; }

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

This text font color is #BCADC6.

Background Color

.myBgColor { background-color: #BCADC6; }

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

This div background color is #BCADC6.

Border color

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

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

This div border color is #BCADC6.

Opacity

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

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

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

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

This text has shadow with #BCADC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCADC6.

Preview

Color preview on black background

This text has color #BCADC6 on black background.


Color preview on white background

This text has color #BCADC6 on white background.


Black color preview on #BCADC6 background

This text has black color on #BCADC6 background.


White color preview on #BCADC6 background

This text has white color on #BCADC6 background.


Related colors

Complementary color

Complementary color for #hex is #435239.


I love getcolorcode.com

Triadic colors

1 #C6BCAD and #ADC6BC with #BCADC6 are triadic colors.

2 #C6ADBC and #ADBCC6 with #BCADC6 are triadic colors.