COLOR #BCABC5

HEX: #BCABC5
RGB: (188,171,197)

Color info

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

RGB color model

#BCABC5 color RGB value is (188,171,197).

  • red value is 188;
  • green value is 171;
  • blue value is 197.
RGB:
(188,171,197)
(74%,67%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 197 of 255 = 77%

188
171
197

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

Portions of RGB colors in percentages

R + G + B =
188 + 171 + 197 = 556 (100%)
R 188 of 556 ~ 33.81%
G 171 of 556 ~ 30.76%
B 197 of 556 ~ 35.43%

%33.81
%30.76
%35.43

CMYK color model

#BCABC5 color CMYK value is (5,13,0,23).

  • cyan value is 4.57%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(5,13,0,23)
C5M13Y0K23 
(5%,13%,0%,23%)
(0.05/0.13/0.00/0.23)	

CMYK percentages

%4.57
%13.2
%0
%22.75

Codes

Color #BCABC5 in popluar color models

BCABC5
RGB188171197
HSL279°18.31%72.16%
HSB/HSV279°13.20%77.25%
CMYK4.57%13.20%0.00%
22.75%

Color #BCABC5 in popluar number systems.

HEXBCABC5
Decimal188171197
Binary101111001010101111000101
Octal274253305

Shades and tints

Shades of #BCABC5

#BCABC5
(188,171,197)
#AB9CB4
(171,156,180)
#9A8DA3
(154,141,163)
#897E92
(137,126,146)
#786F81
(120,111,129)
#676070
(103,96,112)
#56515F
(86,81,95)
#45424E
(69,66,78)
#34333D
(52,51,61)
#23242C
(35,36,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #BCABC5

#BCABC5
(188,171,197)
#C2B2CA
(194,178,202)
#C8B9CF
(200,185,207)
#CEC0D4
(206,192,212)
#D4C7D9
(212,199,217)
#DACEDE
(218,206,222)
#E0D5E3
(224,213,227)
#E6DCE8
(230,220,232)
#ECE3ED
(236,227,237)
#F2EAF2
(242,234,242)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCABC5; }

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

This text font color is #BCABC5.


Background Color

.myBgColor { background-color: #BCABC5; }

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

This div background color is #BCABC5.


Border color

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

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

This div border color is #BCABC5.


Opacity

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

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

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

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

This text has shadow with #BCABC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCABC5 on black background.


Color preview on white background

This text has color #BCABC5 on white background.



Black color preview on #BCABC5 background

This text has black color on #BCABC5 background.


White color preview on #BCABC5 background

This text has white color on #BCABC5 background.