HEX: #BCB6ED
RGB: (188,182,237)
#BCB6ED contains red, green and blue colors in about the same proportion. Web safe color of #BCB6ED is #CCCCFF (or #CCF).
#BCB6ED color RGB value is (188,182,237).
RGB: (188,182,237)
(74%, 71%, 93%)
R 188 of 255 = 74%
G 182 of 255 = 71%
B 237 of 255 = 93%
R + G + B ~ 79%. #BCB6ED is quite light color.
R + G + B = 188 + 182 + 237 = 607 (100%)
R 188 of 607 ~ 30.97%
G 182 of 607 ~ 29.98%
B 237 of 607 ~ 39.04'%
#BCB6ED color CMYK value is (21,23,0,7).
CMYK: (21,23,0,7) C21M23Y0K7 (21%,23%,0%,7%) (0.21/0.23/0.00/0.07)
Color #BCB6ED in popluar color models
BC | B6 | ED | |
---|---|---|---|
RGB | 188 | 182 | 237 |
HSL | 247° | 60.44% | 82.16% |
HSB/HSV | 247° | 23.21% | 92.94% |
CMYK | 20.68% | 23.21% | 0.00% |
7.06% |
Color #BCB6ED in popluar number systems.
HEX | BC | B6 | ED |
Decimal | 188 | 182 | 237 |
Binary | 10111100 | 10110110 | 11101101 |
Octal | 274 | 266 | 355 |
Shades of #BCB6ED
Tints of #BCB6ED
Examples of css and html codes for elements with #BCB6ED color. Also use rgb(188,182,237) instead hex code.
.myTextColor { color: #BCB6ED; }
<p style="color:#BCB6ED">This sample text font color is #BCB6ED.</p>
This text font color is #BCB6ED.
.myBgColor { background-color: #BCB6ED; }
<div style="background-color:#BCB6ED">Inner text</div>
This div background color is #BCB6ED.
.myBorderColor { border: 1px solid #BCB6ED; }
<div style="border:3px solid #BCB6ED">Div</div>
This div border color is #BCB6ED.
.myOpacity80 { color: #BCB6ED; opacity: 0.8; }
<p style="color:#BCB6ED;opacity:0.8;">80%</p>
Text with #BCB6ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCB6ED;}
<p style="text-shadow: 3px 3px 1px #BCB6ED">Text here.</p>
This text has shadow with #BCB6ED color.
.textShadow {text-shadow: 3px 3px 1px #BCB6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCB6ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCB6ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCB6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCB6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCB6ED;
-webkit-box-shadow: 1px 1px 3px 2px #BCB6ED;
box-shadow: 1px 1px 3px 2px #BCB6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCB6ED; -webkit-box-shadow: 1px 1px 3px 2px #BCB6ED; box-shadow:1px 1px 3px 2px #BCB6ED;">
Div content here
</div>
This text has color #BCB6ED on black background.
This text has color #BCB6ED on white background.
This text has black color on #BCB6ED background.
This text has white color on #BCB6ED background.
Complementary color for #hex is #434912.