HEX: #BDEAEB
RGB: (189,234,235)
#BDEAEB contains red, green and blue colors in about the same proportion. Web safe color of #BDEAEB is #CCFFFF (or #CFF).
#BDEAEB color RGB value is (189,234,235).
RGB: (189,234,235)
(74%, 92%, 92%)
R 189 of 255 = 74%
G 234 of 255 = 92%
B 235 of 255 = 92%
R + G + B ~ 86%. #BDEAEB is light color.
R + G + B = 189 + 234 + 235 = 658 (100%)
R 189 of 658 ~ 28.72%
G 234 of 658 ~ 35.56%
B 235 of 658 ~ 35.71'%
#BDEAEB color CMYK value is (20,0,0,8).
CMYK: (20,0,0,8) C20M0Y0K8 (20%,0%,0%,8%) (0.20/0.00/0.00/0.08)
Color #BDEAEB in popluar color models
BD | EA | EB | |
---|---|---|---|
RGB | 189 | 234 | 235 |
HSL | 181° | 53.49% | 83.14% |
HSB/HSV | 181° | 19.57% | 92.16% |
CMYK | 19.57% | 0.43% | 0.00% |
7.84% |
Color #BDEAEB in popluar number systems.
HEX | BD | EA | EB |
Decimal | 189 | 234 | 235 |
Binary | 10111101 | 11101010 | 11101011 |
Octal | 275 | 352 | 353 |
Shades of #BDEAEB
Tints of #BDEAEB
Examples of css and html codes for elements with #BDEAEB color. Also use rgb(189,234,235) instead hex code.
.myTextColor { color: #BDEAEB; }
<p style="color:#BDEAEB">This sample text font color is #BDEAEB.</p>
This text font color is #BDEAEB.
.myBgColor { background-color: #BDEAEB; }
<div style="background-color:#BDEAEB">Inner text</div>
This div background color is #BDEAEB.
.myBorderColor { border: 1px solid #BDEAEB; }
<div style="border:3px solid #BDEAEB">Div</div>
This div border color is #BDEAEB.
.myOpacity80 { color: #BDEAEB; opacity: 0.8; }
<p style="color:#BDEAEB;opacity:0.8;">80%</p>
Text with #BDEAEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDEAEB;}
<p style="text-shadow: 3px 3px 1px #BDEAEB">Text here.</p>
This text has shadow with #BDEAEB color.
.textShadow {text-shadow: 3px 3px 1px #BDEAEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDEAEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDEAEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDEAEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDEAEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDEAEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDEAEB;
-webkit-box-shadow: 1px 1px 3px 2px #BDEAEB;
box-shadow: 1px 1px 3px 2px #BDEAEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDEAEB; -webkit-box-shadow: 1px 1px 3px 2px #BDEAEB; box-shadow:1px 1px 3px 2px #BDEAEB;">
Div content here
</div>
This text has color #BDEAEB on black background.
This text has color #BDEAEB on white background.
This text has black color on #BDEAEB background.
This text has white color on #BDEAEB background.
Complementary color for #hex is #421514.