HEX: #BEAFBB
RGB: (190,175,187)
#BEAFBB contains red, green and blue colors in about the same proportion. Web safe color of #BEAFBB is #CC99CC (or #C9C).
#BEAFBB color RGB value is (190,175,187).
RGB: (190,175,187)
(75%, 69%, 73%)
R 190 of 255 = 75%
G 175 of 255 = 69%
B 187 of 255 = 73%
R + G + B ~ 72%. #BEAFBB is quite light color.
R + G + B = 190 + 175 + 187 = 552 (100%)
R 190 of 552 ~ 34.42%
G 175 of 552 ~ 31.7%
B 187 of 552 ~ 33.88'%
#BEAFBB color CMYK value is (0,8,2,25).
CMYK: (0,8,2,25)
C0M8Y2K25 (0%, 8%, 2%, 25%)
(0.00 / 0.08 / 0.02 / 0.25)
Color #BEAFBB in popluar color models
BE | AF | BB | |
---|---|---|---|
RGB | 190 | 175 | 187 |
HSL | 312° | 10.34% | 71.57% |
HSB/HSV | 312° | 7.89% | 74.51% |
CMYK | 0.00% | 7.89% | 1.58% |
25.49% |
Color #BEAFBB in popluar number systems.
HEX | BE | AF | BB |
Decimal | 190 | 175 | 187 |
Binary | 10111110 | 10101111 | 10111011 |
Octal | 276 | 257 | 273 |
Shades of #BEAFBB
Tints of #BEAFBB
Examples of css and html codes for elements with #BEAFBB color. Also use rgb(190,175,187) instead hex code.
.myTextColor { color: #BEAFBB; }
<p style="color:#BEAFBB">This sample text font color is #BEAFBB.</p>
This text font color is #BEAFBB.
.myBgColor { background-color: #BEAFBB; }
<div style="background-color:#BEAFBB">Inner text</div>
This div background color is #BEAFBB.
.myBorderColor { border: 1px solid #BEAFBB; }
<div style="border:3px solid #BEAFBB">Div</div>
This div border color is #BEAFBB.
.myOpacity80 { color: #BEAFBB; opacity: 0.8; }
<p style="color:#BEAFBB;opacity:0.8;">80%</p>
Text with #BEAFBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAFBB;}
<p style="text-shadow: 3px 3px 1px #BEAFBB">Text here.</p>
This text has shadow with #BEAFBB color.
.textShadow {text-shadow: 3px 3px 1px #BEAFBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAFBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAFBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAFBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAFBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAFBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAFBB;
-webkit-box-shadow: 1px 1px 3px 2px #BEAFBB;
box-shadow: 1px 1px 3px 2px #BEAFBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAFBB; -webkit-box-shadow: 1px 1px 3px 2px #BEAFBB; box-shadow:1px 1px 3px 2px #BEAFBB;">
Div content here
</div>
This text has color #BEAFBB on black background.
This text has color #BEAFBB on white background.
This text has black color on #BEAFBB background.
This text has white color on #BEAFBB background.
Complementary color for #hex is #415044.