HEX: #BCA7CC
RGB: (188,167,204)
#BCA7CC contains red, green and blue colors in about the same proportion. Web safe color of #BCA7CC is #CC99CC (or #C9C).
#BCA7CC color RGB value is (188,167,204).
RGB: (188,167,204)
(74%, 65%, 80%)
R 188 of 255 = 74%
G 167 of 255 = 65%
B 204 of 255 = 80%
R + G + B ~ 73%. #BCA7CC is quite light color.
R + G + B = 188 + 167 + 204 = 559 (100%)
R 188 of 559 ~ 33.63%
G 167 of 559 ~ 29.87%
B 204 of 559 ~ 36.49'%
#BCA7CC color CMYK value is (8,18,0,20).
CMYK: (8,18,0,20)
C8M18Y0K20 (8%, 18%, 0%, 20%)
(0.08 / 0.18 / 0.00 / 0.20)
Color #BCA7CC in popluar color models
BC | A7 | CC | |
---|---|---|---|
RGB | 188 | 167 | 204 |
HSL | 274° | 26.62% | 72.75% |
HSB/HSV | 274° | 18.14% | 80.00% |
CMYK | 7.84% | 18.14% | 0.00% |
20.00% |
Color #BCA7CC in popluar number systems.
HEX | BC | A7 | CC |
Decimal | 188 | 167 | 204 |
Binary | 10111100 | 10100111 | 11001100 |
Octal | 274 | 247 | 314 |
Shades of #BCA7CC
Tints of #BCA7CC
Examples of css and html codes for elements with #BCA7CC color. Also use rgb(188,167,204) instead hex code.
.myTextColor { color: #BCA7CC; }
<p style="color:#BCA7CC">This sample text font color is #BCA7CC.</p>
This text font color is #BCA7CC.
.myBgColor { background-color: #BCA7CC; }
<div style="background-color:#BCA7CC">Inner text</div>
This div background color is #BCA7CC.
.myBorderColor { border: 1px solid #BCA7CC; }
<div style="border:3px solid #BCA7CC">Div</div>
This div border color is #BCA7CC.
.myOpacity80 { color: #BCA7CC; opacity: 0.8; }
<p style="color:#BCA7CC;opacity:0.8;">80%</p>
Text with #BCA7CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCA7CC;}
<p style="text-shadow: 3px 3px 1px #BCA7CC">Text here.</p>
This text has shadow with #BCA7CC color.
.textShadow {text-shadow: 3px 3px 1px #BCA7CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCA7CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCA7CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCA7CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCA7CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCA7CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCA7CC;
-webkit-box-shadow: 1px 1px 3px 2px #BCA7CC;
box-shadow: 1px 1px 3px 2px #BCA7CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCA7CC; -webkit-box-shadow: 1px 1px 3px 2px #BCA7CC; box-shadow:1px 1px 3px 2px #BCA7CC;">
Div content here
</div>
This text has color #BCA7CC on black background.
This text has color #BCA7CC on white background.
This text has black color on #BCA7CC background.
This text has white color on #BCA7CC background.
Complementary color for #hex is #435833.