HEX: #BEAFD8
RGB: (190,175,216)
#BEAFD8 contains red, green and blue colors in about the same proportion. Web safe color of #BEAFD8 is #CC99CC (or #C9C).
#BEAFD8 color RGB value is (190,175,216).
RGB: (190,175,216)
(75%, 69%, 85%)
R 190 of 255 = 75%
G 175 of 255 = 69%
B 216 of 255 = 85%
R + G + B ~ 76%. #BEAFD8 is quite light color.
R + G + B = 190 + 175 + 216 = 581 (100%)
R 190 of 581 ~ 32.7%
G 175 of 581 ~ 30.12%
B 216 of 581 ~ 37.18'%
#BEAFD8 color CMYK value is (12,19,0,15).
CMYK: (12,19,0,15)
C12M19Y0K15 (12%, 19%, 0%, 15%)
(0.12 / 0.19 / 0.00 / 0.15)
Color #BEAFD8 in popluar color models
BE | AF | D8 | |
---|---|---|---|
RGB | 190 | 175 | 216 |
HSL | 262° | 34.45% | 76.67% |
HSB/HSV | 262° | 18.98% | 84.71% |
CMYK | 12.04% | 18.98% | 0.00% |
15.29% |
Color #BEAFD8 in popluar number systems.
HEX | BE | AF | D8 |
Decimal | 190 | 175 | 216 |
Binary | 10111110 | 10101111 | 11011000 |
Octal | 276 | 257 | 330 |
Shades of #BEAFD8
Tints of #BEAFD8
Examples of css and html codes for elements with #BEAFD8 color. Also use rgb(190,175,216) instead hex code.
.myTextColor { color: #BEAFD8; }
<p style="color:#BEAFD8">This sample text font color is #BEAFD8.</p>
This text font color is #BEAFD8.
.myBgColor { background-color: #BEAFD8; }
<div style="background-color:#BEAFD8">Inner text</div>
This div background color is #BEAFD8.
.myBorderColor { border: 1px solid #BEAFD8; }
<div style="border:3px solid #BEAFD8">Div</div>
This div border color is #BEAFD8.
.myOpacity80 { color: #BEAFD8; opacity: 0.8; }
<p style="color:#BEAFD8;opacity:0.8;">80%</p>
Text with #BEAFD8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAFD8;}
<p style="text-shadow: 3px 3px 1px #BEAFD8">Text here.</p>
This text has shadow with #BEAFD8 color.
.textShadow {text-shadow: 3px 3px 1px #BEAFD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAFD8, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAFD8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAFD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAFD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAFD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAFD8;
-webkit-box-shadow: 1px 1px 3px 2px #BEAFD8;
box-shadow: 1px 1px 3px 2px #BEAFD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAFD8; -webkit-box-shadow: 1px 1px 3px 2px #BEAFD8; box-shadow:1px 1px 3px 2px #BEAFD8;">
Div content here
</div>
This text has color #BEAFD8 on black background.
This text has color #BEAFD8 on white background.
This text has black color on #BEAFD8 background.
This text has white color on #BEAFD8 background.
Complementary color for #hex is #415027.