COLOR #BCADC2

HEX: #BCADC2 RGB: (188,173,194)

Color info

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

RGB color model

#BCADC2 color RGB value is (188,173,194).

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

RGB channels and saturation

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

188
173
194

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

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 194 = 555 (100%)
R 188 of 555 ~ 33.87%
G 173 of 555 ~ 31.17%
B 194 of 555 ~ 34.95'%

%33.87
%31.17
%34.95

CMYK color model

#BCADC2 color CMYK value is (3,11,0,24).

  • cyan value is 3.09%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (3,11,0,24)
C3M11Y0K24 (3%, 11%, 0%, 24%)
(0.03 / 0.11 / 0.00 / 0.24)

CMYK percentages

%3.09
%10.82
%0
%23.92

Codes

Color #BCADC2 in popluar color models

BC AD C2
RGB 188 173 194
HSL 283° 14.69% 71.96%
HSB/HSV 283° 10.82% 76.08%
CMYK 3.09% 10.82% 0.00%
23.92%

Color #BCADC2 in popluar number systems.

HEX BC AD C2
Decimal 188 173 194
Binary 10111100 10101101 11000010
Octal 274 255 302

Shades and tints

Shades of #BCADC2

#BCADC2
(188,173,194)
#AB9EB1
(171,158,177)
#9A8FA0
(154,143,160)
#89808F
(137,128,143)
#78717E
(120,113,126)
#67626D
(103,98,109)
#56535C
(86,83,92)
#45444B
(69,68,75)
#34353A
(52,53,58)
#232629
(35,38,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCADC2

#BCADC2
(188,173,194)
#C2B4C7
(194,180,199)
#C8BBCC
(200,187,204)
#CEC2D1
(206,194,209)
#D4C9D6
(212,201,214)
#DAD0DB
(218,208,219)
#E0D7E0
(224,215,224)
#E6DEE5
(230,222,229)
#ECE5EA
(236,229,234)
#F2ECEF
(242,236,239)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADC2; }

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

This text font color is #BCADC2.

Background Color

.myBgColor { background-color: #BCADC2; }

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

This div background color is #BCADC2.

Border color

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

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

This div border color is #BCADC2.

Opacity

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

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

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

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

This text has shadow with #BCADC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCADC2.

Preview

Color preview on black background

This text has color #BCADC2 on black background.


Color preview on white background

This text has color #BCADC2 on white background.


Black color preview on #BCADC2 background

This text has black color on #BCADC2 background.


White color preview on #BCADC2 background

This text has white color on #BCADC2 background.


Related colors

Complementary color

Complementary color for #hex is #43523D.


I love getcolorcode.com

Triadic colors

1 #C2BCAD and #ADC2BC with #BCADC2 are triadic colors.

2 #C2ADBC and #ADBCC2 with #BCADC2 are triadic colors.