COLOR #BEAFBB

HEX: #BEAFBB RGB: (190,175,187)

Color info

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

RGB color model

#BEAFBB color RGB value is (190,175,187).

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

RGB channels and saturation

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

190
175
187

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

Portions of RGB colors in percentages

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'%

%34.42
%31.7
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 1.58%
  • 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
%1.58
%25.49

Codes

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 and tints

Shades of #BEAFBB

#BEAFBB
(190,175,187)
#ADA0AA
(173,160,170)
#9C9199
(156,145,153)
#8B8288
(139,130,136)
#7A7377
(122,115,119)
#696466
(105,100,102)
#585555
(88,85,85)
#474644
(71,70,68)
#363733
(54,55,51)
#252822
(37,40,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #BEAFBB

#BEAFBB
(190,175,187)
#C3B6C1
(195,182,193)
#C8BDC7
(200,189,199)
#CDC4CD
(205,196,205)
#D2CBD3
(210,203,211)
#D7D2D9
(215,210,217)
#DCD9DF
(220,217,223)
#E1E0E5
(225,224,229)
#E6E7EB
(230,231,235)
#EBEEF1
(235,238,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFBB; }

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

This text font color is #BEAFBB.

Background Color

.myBgColor { background-color: #BEAFBB; }

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

This div background color is #BEAFBB.

Border color

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

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

This div border color is #BEAFBB.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #BEAFBB.

Preview

Color preview on black background

This text has color #BEAFBB on black background.


Color preview on white background

This text has color #BEAFBB on white background.


Black color preview on #BEAFBB background

This text has black color on #BEAFBB background.


White color preview on #BEAFBB background

This text has white color on #BEAFBB background.


Related colors

Complementary color

Complementary color for #hex is #415044.


I love getcolorcode.com

Triadic colors

1 #BBBEAF and #AFBBBE with #BEAFBB are triadic colors.

2 #BBAFBE and #AFBEBB with #BEAFBB are triadic colors.