HEX: #BDEFC6
RGB: (189,239,198)
#BDEFC6 contains red, green and blue colors in about the same proportion. Web safe color of #BDEFC6 is #CCFFCC (or #CFC).
#BDEFC6 color RGB value is (189,239,198).
RGB: (189,239,198)
(74%, 94%, 78%)
R 189 of 255 = 74%
G 239 of 255 = 94%
B 198 of 255 = 78%
R + G + B ~ 82%. #BDEFC6 is quite light color.
R + G + B = 189 + 239 + 198 = 626 (100%)
R 189 of 626 ~ 30.19%
G 239 of 626 ~ 38.18%
B 198 of 626 ~ 31.63'%
#BDEFC6 color CMYK value is (21,0,17,6).
CMYK: (21,0,17,6)
C21M0Y17K6 (21%, 0%, 17%, 6%)
(0.21 / 0.00 / 0.17 / 0.06)
Color #BDEFC6 in popluar color models
BD | EF | C6 | |
---|---|---|---|
RGB | 189 | 239 | 198 |
HSL | 131° | 60.98% | 83.92% |
HSB/HSV | 131° | 20.92% | 93.73% |
CMYK | 20.92% | 0.00% | 17.15% |
6.27% |
Color #BDEFC6 in popluar number systems.
HEX | BD | EF | C6 |
Decimal | 189 | 239 | 198 |
Binary | 10111101 | 11101111 | 11000110 |
Octal | 275 | 357 | 306 |
Shades of #BDEFC6
Tints of #BDEFC6
Examples of css and html codes for elements with #BDEFC6 color. Also use rgb(189,239,198) instead hex code.
.myTextColor { color: #BDEFC6; }
<p style="color:#BDEFC6">This sample text font color is #BDEFC6.</p>
This text font color is #BDEFC6.
.myBgColor { background-color: #BDEFC6; }
<div style="background-color:#BDEFC6">Inner text</div>
This div background color is #BDEFC6.
.myBorderColor { border: 1px solid #BDEFC6; }
<div style="border:3px solid #BDEFC6">Div</div>
This div border color is #BDEFC6.
.myOpacity80 { color: #BDEFC6; opacity: 0.8; }
<p style="color:#BDEFC6;opacity:0.8;">80%</p>
Text with #BDEFC6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDEFC6;}
<p style="text-shadow: 3px 3px 1px #BDEFC6">Text here.</p>
This text has shadow with #BDEFC6 color.
.textShadow {text-shadow: 3px 3px 1px #BDEFC6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDEFC6, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDEFC6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDEFC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDEFC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDEFC6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDEFC6;
-webkit-box-shadow: 1px 1px 3px 2px #BDEFC6;
box-shadow: 1px 1px 3px 2px #BDEFC6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDEFC6; -webkit-box-shadow: 1px 1px 3px 2px #BDEFC6; box-shadow:1px 1px 3px 2px #BDEFC6;">
Div content here
</div>
This text has color #BDEFC6 on black background.
This text has color #BDEFC6 on white background.
This text has black color on #BDEFC6 background.
This text has white color on #BDEFC6 background.
Complementary color for #hex is #421039.