HEX: #B4BEEB
RGB: (180,190,235)
#B4BEEB contains red, green and blue colors in about the same proportion. Web safe color of #B4BEEB is #CCCCFF (or #CCF).
#B4BEEB color RGB value is (180,190,235).
RGB: (180,190,235)
(71%, 75%, 92%)
R 180 of 255 = 71%
G 190 of 255 = 75%
B 235 of 255 = 92%
R + G + B ~ 79%. #B4BEEB is quite light color.
R + G + B = 180 + 190 + 235 = 605 (100%)
R 180 of 605 ~ 29.75%
G 190 of 605 ~ 31.4%
B 235 of 605 ~ 38.84'%
#B4BEEB color CMYK value is (23,19,0,8).
CMYK: (23,19,0,8)
C23M19Y0K8 (23%, 19%, 0%, 8%)
(0.23 / 0.19 / 0.00 / 0.08)
Color #B4BEEB in popluar color models
B4 | BE | EB | |
---|---|---|---|
RGB | 180 | 190 | 235 |
HSL | 229° | 57.89% | 81.37% |
HSB/HSV | 229° | 23.40% | 92.16% |
CMYK | 23.40% | 19.15% | 0.00% |
7.84% |
Color #B4BEEB in popluar number systems.
HEX | B4 | BE | EB |
Decimal | 180 | 190 | 235 |
Binary | 10110100 | 10111110 | 11101011 |
Octal | 264 | 276 | 353 |
Shades of #B4BEEB
Tints of #B4BEEB
Examples of css and html codes for elements with #B4BEEB color. Also use rgb(180,190,235) instead hex code.
.myTextColor { color: #B4BEEB; }
<p style="color:#B4BEEB">This sample text font color is #B4BEEB.</p>
This text font color is #B4BEEB.
.myBgColor { background-color: #B4BEEB; }
<div style="background-color:#B4BEEB">Inner text</div>
This div background color is #B4BEEB.
.myBorderColor { border: 1px solid #B4BEEB; }
<div style="border:3px solid #B4BEEB">Div</div>
This div border color is #B4BEEB.
.myOpacity80 { color: #B4BEEB; opacity: 0.8; }
<p style="color:#B4BEEB;opacity:0.8;">80%</p>
Text with #B4BEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4BEEB;}
<p style="text-shadow: 3px 3px 1px #B4BEEB">Text here.</p>
This text has shadow with #B4BEEB color.
.textShadow {text-shadow: 3px 3px 1px #B4BEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4BEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4BEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4BEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4BEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BEEB;
-webkit-box-shadow: 1px 1px 3px 2px #B4BEEB;
box-shadow: 1px 1px 3px 2px #B4BEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BEEB; -webkit-box-shadow: 1px 1px 3px 2px #B4BEEB; box-shadow:1px 1px 3px 2px #B4BEEB;">
Div content here
</div>
This text has color #B4BEEB on black background.
This text has color #B4BEEB on white background.
This text has black color on #B4BEEB background.
This text has white color on #B4BEEB background.
Complementary color for #hex is #4B4114.