HEX: #B2BEEB
RGB: (178,190,235)
#B2BEEB contains red, green and blue colors in about the same proportion. Web safe color of #B2BEEB is #99CCFF (or #9CF).
#B2BEEB color RGB value is (178,190,235).
RGB: (178,190,235)
(70%, 75%, 92%)
R 178 of 255 = 70%
G 190 of 255 = 75%
B 235 of 255 = 92%
R + G + B ~ 79%. #B2BEEB is quite light color.
R + G + B = 178 + 190 + 235 = 603 (100%)
R 178 of 603 ~ 29.52%
G 190 of 603 ~ 31.51%
B 235 of 603 ~ 38.97'%
#B2BEEB color CMYK value is (24,19,0,8).
CMYK: (24,19,0,8) C24M19Y0K8 (24%,19%,0%,8%) (0.24/0.19/0.00/0.08)
Color #B2BEEB in popluar color models
B2 | BE | EB | |
---|---|---|---|
RGB | 178 | 190 | 235 |
HSL | 227° | 58.76% | 80.98% |
HSB/HSV | 227° | 24.26% | 92.16% |
CMYK | 24.26% | 19.15% | 0.00% |
7.84% |
Color #B2BEEB in popluar number systems.
HEX | B2 | BE | EB |
Decimal | 178 | 190 | 235 |
Binary | 10110010 | 10111110 | 11101011 |
Octal | 262 | 276 | 353 |
Shades of #B2BEEB
Tints of #B2BEEB
Examples of css and html codes for elements with #B2BEEB color. Also use rgb(178,190,235) instead hex code.
.myTextColor { color: #B2BEEB; }
<p style="color:#B2BEEB">This sample text font color is #B2BEEB.</p>
This text font color is #B2BEEB.
.myBgColor { background-color: #B2BEEB; }
<div style="background-color:#B2BEEB">Inner text</div>
This div background color is #B2BEEB.
.myBorderColor { border: 1px solid #B2BEEB; }
<div style="border:3px solid #B2BEEB">Div</div>
This div border color is #B2BEEB.
.myOpacity80 { color: #B2BEEB; opacity: 0.8; }
<p style="color:#B2BEEB;opacity:0.8;">80%</p>
Text with #B2BEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2BEEB;}
<p style="text-shadow: 3px 3px 1px #B2BEEB">Text here.</p>
This text has shadow with #B2BEEB color.
.textShadow {text-shadow: 3px 3px 1px #B2BEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2BEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2BEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2BEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2BEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2BEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2BEEB;
-webkit-box-shadow: 1px 1px 3px 2px #B2BEEB;
box-shadow: 1px 1px 3px 2px #B2BEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2BEEB; -webkit-box-shadow: 1px 1px 3px 2px #B2BEEB; box-shadow:1px 1px 3px 2px #B2BEEB;">
Div content here
</div>
This text has color #B2BEEB on black background.
This text has color #B2BEEB on white background.
This text has black color on #B2BEEB background.
This text has white color on #B2BEEB background.
Complementary color for #hex is #4D4114.