COLOR #BCA8B8

HEX: #BCA8B8 RGB: (188,168,184)

Color info

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

RGB color model

#BCA8B8 color RGB value is (188,168,184).

RGB: (188,168,184) (74%, 66%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 184 of 255 = 72%

188
168
184

R + G + B ~ 71%. #BCA8B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 168 + 184 = 540 (100%)
R 188 of 540 ~ 34.81%
G 168 of 540 ~ 31.11%
B 184 of 540 ~ 34.07'%

%34.81
%31.11
%34.07

CMYK color model

#BCA8B8 color CMYK value is (0,11,2,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 2.13%
  • key color value is 26.27%

CMYK: (0,11,2,26)
C0M11Y2K26 (0%, 11%, 2%, 26%)
(0.00 / 0.11 / 0.02 / 0.26)

CMYK percentages

%0
%10.64
%2.13
%26.27

Codes

Color #BCA8B8 in popluar color models

BC A8 B8
RGB 188 168 184
HSL 312° 12.99% 69.80%
HSB/HSV 312° 10.64% 73.73%
CMYK 0.00% 10.64% 2.13%
26.27%

Color #BCA8B8 in popluar number systems.

HEX BC A8 B8
Decimal 188 168 184
Binary 10111100 10101000 10111000
Octal 274 250 270

Shades and tints

Shades of #BCA8B8

#BCA8B8
(188,168,184)
#AB99A8
(171,153,168)
#9A8A98
(154,138,152)
#897B88
(137,123,136)
#786C78
(120,108,120)
#675D68
(103,93,104)
#564E58
(86,78,88)
#453F48
(69,63,72)
#343038
(52,48,56)
#232128
(35,33,40)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCA8B8

#BCA8B8
(188,168,184)
#C2AFBE
(194,175,190)
#C8B6C4
(200,182,196)
#CEBDCA
(206,189,202)
#D4C4D0
(212,196,208)
#DACBD6
(218,203,214)
#E0D2DC
(224,210,220)
#E6D9E2
(230,217,226)
#ECE0E8
(236,224,232)
#F2E7EE
(242,231,238)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA8B8 color. Also use rgb(188,168,184) instead hex code.

Text Font Color

.myTextColor { color: #BCA8B8; }

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

This text font color is #BCA8B8.

Background Color

.myBgColor { background-color: #BCA8B8; }

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

This div background color is #BCA8B8.

Border color

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

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

This div border color is #BCA8B8.

Opacity

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

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

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

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

This text has shadow with #BCA8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA8B8.

Preview

Color preview on black background

This text has color #BCA8B8 on black background.


Color preview on white background

This text has color #BCA8B8 on white background.


Black color preview on #BCA8B8 background

This text has black color on #BCA8B8 background.


White color preview on #BCA8B8 background

This text has white color on #BCA8B8 background.


Related colors

Complementary color

Complementary color for #hex is #435747.


I love getcolorcode.com

Triadic colors

1 #B8BCA8 and #A8B8BC with #BCA8B8 are triadic colors.

2 #B8A8BC and #A8BCB8 with #BCA8B8 are triadic colors.