COLOR #BCADA2

HEX: #BCADA2 RGB: (188,173,162)

Color info

#BCADA2 contains red, green and blue colors in about the same proportion. Web safe color of #BCADA2 is #CC9999 (or #C99).

RGB color model

#BCADA2 color RGB value is (188,173,162).

RGB: (188,173,162) (74%, 68%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 162 of 255 = 64%

188
173
162

R + G + B ~ 69%. #BCADA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 173 + 162 = 523 (100%)
R 188 of 523 ~ 35.95%
G 173 of 523 ~ 33.08%
B 162 of 523 ~ 30.98'%

%35.95
%33.08
%30.98

CMYK color model

#BCADA2 color CMYK value is (0,8,14,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 13.83%
  • key color value is 26.27%
CMYK: (0,8,14,26) C0M8Y14K26 (0%,8%,14%,26%) (0.00/0.08/0.14/0.26) 

CMYK percentages

%0
%7.98
%13.83
%26.27

Codes

Color #BCADA2 in popluar color models

BC AD A2
RGB 188 173 162
HSL 25° 16.25% 68.63%
HSB/HSV 25° 13.83% 73.73%
CMYK 0.00% 7.98% 13.83%
26.27%

Color #BCADA2 in popluar number systems.

HEX BC AD A2
Decimal 188 173 162
Binary 10111100 10101101 10100010
Octal 274 255 242

Shades and tints

Shades of #BCADA2

#BCADA2
(188,173,162)
#AB9E94
(171,158,148)
#9A8F86
(154,143,134)
#898078
(137,128,120)
#78716A
(120,113,106)
#67625C
(103,98,92)
#56534E
(86,83,78)
#454440
(69,68,64)
#343532
(52,53,50)
#232624
(35,38,36)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCADA2

#BCADA2
(188,173,162)
#C2B4AA
(194,180,170)
#C8BBB2
(200,187,178)
#CEC2BA
(206,194,186)
#D4C9C2
(212,201,194)
#DAD0CA
(218,208,202)
#E0D7D2
(224,215,210)
#E6DEDA
(230,222,218)
#ECE5E2
(236,229,226)
#F2ECEA
(242,236,234)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADA2; }

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

This text font color is #BCADA2.

Background Color

.myBgColor { background-color: #BCADA2; }

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

This div background color is #BCADA2.

Border color

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

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

This div border color is #BCADA2.

Opacity

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

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

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

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

This text has shadow with #BCADA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCADA2.

Preview

Color preview on black background

This text has color #BCADA2 on black background.


Color preview on white background

This text has color #BCADA2 on white background.


Black color preview on #BCADA2 background

This text has black color on #BCADA2 background.


White color preview on #BCADA2 background

This text has white color on #BCADA2 background.


Related colors

Complementary color

Complementary color for #hex is #43525D.


I love getcolorcode.com

Triadic colors

1 #A2BCAD and #ADA2BC with #BCADA2 are triadic colors.

2 #A2ADBC and #ADBCA2 with #BCADA2 are triadic colors.