COLOR #BEAFBA

HEX: #BEAFBA RGB: (190,175,186)

Color info

#BEAFBA contains red, green and blue colors in about the same proportion. Web safe color of #BEAFBA is #CC99CC (or #C9C).

RGB color model

#BEAFBA color RGB value is (190,175,186).

RGB: (190,175,186) (75%, 69%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 186 of 255 = 73%

190
175
186

R + G + B ~ 72%. #BEAFBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 186 = 551 (100%)
R 190 of 551 ~ 34.48%
G 175 of 551 ~ 31.76%
B 186 of 551 ~ 33.76'%

%34.48
%31.76
%33.76

CMYK color model

#BEAFBA color CMYK value is (0,8,2,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 2.11%
  • key color value is 25.49%

CMYK: (0,8,2,25)
C0M8Y2K25 (0%, 8%, 2%, 25%)
(0.00 / 0.08 / 0.02 / 0.25)

CMYK percentages

%0
%7.89
%2.11
%25.49

Codes

Color #BEAFBA in popluar color models

BE AF BA
RGB 190 175 186
HSL 316° 10.34% 71.57%
HSB/HSV 316° 7.89% 74.51%
CMYK 0.00% 7.89% 2.11%
25.49%

Color #BEAFBA in popluar number systems.

HEX BE AF BA
Decimal 190 175 186
Binary 10111110 10101111 10111010
Octal 276 257 272

Shades and tints

Shades of #BEAFBA

#BEAFBA
(190,175,186)
#ADA0AA
(173,160,170)
#9C919A
(156,145,154)
#8B828A
(139,130,138)
#7A737A
(122,115,122)
#69646A
(105,100,106)
#58555A
(88,85,90)
#47464A
(71,70,74)
#36373A
(54,55,58)
#25282A
(37,40,42)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEAFBA

#BEAFBA
(190,175,186)
#C3B6C0
(195,182,192)
#C8BDC6
(200,189,198)
#CDC4CC
(205,196,204)
#D2CBD2
(210,203,210)
#D7D2D8
(215,210,216)
#DCD9DE
(220,217,222)
#E1E0E4
(225,224,228)
#E6E7EA
(230,231,234)
#EBEEF0
(235,238,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFBA color. Also use rgb(190,175,186) instead hex code.

Text Font Color

.myTextColor { color: #BEAFBA; }

<p style="color:#BEAFBA">This sample text font color is #BEAFBA.</p>

This text font color is #BEAFBA.

Background Color

.myBgColor { background-color: #BEAFBA; }

<div style="background-color:#BEAFBA">Inner text</div>

This div background color is #BEAFBA.

Border color

.myBorderColor { border: 1px solid #BEAFBA; }

<div style="border:3px solid #BEAFBA">Div</div>

This div border color is #BEAFBA.

Opacity

.myOpacity80 { color: #BEAFBA; opacity: 0.8; }

<p style="color:#BEAFBA;opacity:0.8;">80%</p>

Text with #BEAFBA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEAFBA;}

<p style="text-shadow: 3px 3px 1px #BEAFBA">Text here.</p>

This text has shadow with #BEAFBA color.


.textShadow {text-shadow: 3px 3px 1px #BEAFBA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEAFBA, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEAFBA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAFBA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEAFBA, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEAFBA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAFBA;
-webkit-box-shadow: 1px 1px 3px 2px #BEAFBA;
box-shadow: 1px 1px 3px 2px #BEAFBA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAFBA; -webkit-box-shadow: 1px 1px 3px 2px #BEAFBA; box-shadow:1px 1px 3px 2px #BEAFBA;">
Div content here
</div>

This div box has shadow with color #BEAFBA.

Preview

Color preview on black background

This text has color #BEAFBA on black background.


Color preview on white background

This text has color #BEAFBA on white background.


Black color preview on #BEAFBA background

This text has black color on #BEAFBA background.


White color preview on #BEAFBA background

This text has white color on #BEAFBA background.


Related colors

Complementary color

Complementary color for #hex is #415045.


I love getcolorcode.com

Triadic colors

1 #BABEAF and #AFBABE with #BEAFBA are triadic colors.

2 #BAAFBE and #AFBEBA with #BEAFBA are triadic colors.