HEX: #BDAAE6
RGB: (189,170,230)
#BDAAE6 contains mainly red and blue colors. Web safe color of #BDAAE6 is #CC99CC (or #C9C).
#BDAAE6 color RGB value is (189,170,230).
RGB: (189,170,230)
(74%, 67%, 90%)
R 189 of 255 = 74%
G 170 of 255 = 67%
B 230 of 255 = 90%
R + G + B ~ 77%. #BDAAE6 is quite light color.
R + G + B = 189 + 170 + 230 = 589 (100%)
R 189 of 589 ~ 32.09%
G 170 of 589 ~ 28.86%
B 230 of 589 ~ 39.05'%
#BDAAE6 color CMYK value is (18,26,0,10).
CMYK: (18,26,0,10) C18M26Y0K10 (18%,26%,0%,10%) (0.18/0.26/0.00/0.10)
Color #BDAAE6 in popluar color models
BD | AA | E6 | |
---|---|---|---|
RGB | 189 | 170 | 230 |
HSL | 259° | 54.55% | 78.43% |
HSB/HSV | 259° | 26.09% | 90.20% |
CMYK | 17.83% | 26.09% | 0.00% |
9.80% |
Color #BDAAE6 in popluar number systems.
HEX | BD | AA | E6 |
Decimal | 189 | 170 | 230 |
Binary | 10111101 | 10101010 | 11100110 |
Octal | 275 | 252 | 346 |
Shades of #BDAAE6
Tints of #BDAAE6
Examples of css and html codes for elements with #BDAAE6 color. Also use rgb(189,170,230) instead hex code.
.myTextColor { color: #BDAAE6; }
<p style="color:#BDAAE6">This sample text font color is #BDAAE6.</p>
This text font color is #BDAAE6.
.myBgColor { background-color: #BDAAE6; }
<div style="background-color:#BDAAE6">Inner text</div>
This div background color is #BDAAE6.
.myBorderColor { border: 1px solid #BDAAE6; }
<div style="border:3px solid #BDAAE6">Div</div>
This div border color is #BDAAE6.
.myOpacity80 { color: #BDAAE6; opacity: 0.8; }
<p style="color:#BDAAE6;opacity:0.8;">80%</p>
Text with #BDAAE6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDAAE6;}
<p style="text-shadow: 3px 3px 1px #BDAAE6">Text here.</p>
This text has shadow with #BDAAE6 color.
.textShadow {text-shadow: 3px 3px 1px #BDAAE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDAAE6, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDAAE6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDAAE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDAAE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDAAE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDAAE6;
-webkit-box-shadow: 1px 1px 3px 2px #BDAAE6;
box-shadow: 1px 1px 3px 2px #BDAAE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDAAE6; -webkit-box-shadow: 1px 1px 3px 2px #BDAAE6; box-shadow:1px 1px 3px 2px #BDAAE6;">
Div content here
</div>
This text has color #BDAAE6 on black background.
This text has color #BDAAE6 on white background.
This text has black color on #BDAAE6 background.
This text has white color on #BDAAE6 background.
Complementary color for #hex is #425519.