COLOR #BEAAB6

HEX: #BEAAB6 RGB: (190,170,182)

Color info

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

RGB color model

#BEAAB6 color RGB value is (190,170,182).

RGB: (190,170,182) (75%, 67%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 182 of 255 = 71%

190
170
182

R + G + B ~ 71%. #BEAAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 182 = 542 (100%)
R 190 of 542 ~ 35.06%
G 170 of 542 ~ 31.37%
B 182 of 542 ~ 33.58'%

%35.06
%31.37
%33.58

CMYK color model

#BEAAB6 color CMYK value is (0,11,4,25).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (0,11,4,25)
C0M11Y4K25 (0%, 11%, 4%, 25%)
(0.00 / 0.11 / 0.04 / 0.25)

CMYK percentages

%0
%10.53
%4.21
%25.49

Codes

Color #BEAAB6 in popluar color models

BE AA B6
RGB 190 170 182
HSL 324° 13.33% 70.59%
HSB/HSV 324° 10.53% 74.51%
CMYK 0.00% 10.53% 4.21%
25.49%

Color #BEAAB6 in popluar number systems.

HEX BE AA B6
Decimal 190 170 182
Binary 10111110 10101010 10110110
Octal 276 252 266

Shades and tints

Shades of #BEAAB6

#BEAAB6
(190,170,182)
#AD9BA6
(173,155,166)
#9C8C96
(156,140,150)
#8B7D86
(139,125,134)
#7A6E76
(122,110,118)
#695F66
(105,95,102)
#585056
(88,80,86)
#474146
(71,65,70)
#363236
(54,50,54)
#252326
(37,35,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEAAB6

#BEAAB6
(190,170,182)
#C3B1BC
(195,177,188)
#C8B8C2
(200,184,194)
#CDBFC8
(205,191,200)
#D2C6CE
(210,198,206)
#D7CDD4
(215,205,212)
#DCD4DA
(220,212,218)
#E1DBE0
(225,219,224)
#E6E2E6
(230,226,230)
#EBE9EC
(235,233,236)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAAB6 color. Also use rgb(190,170,182) instead hex code.

Text Font Color

.myTextColor { color: #BEAAB6; }

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

This text font color is #BEAAB6.

Background Color

.myBgColor { background-color: #BEAAB6; }

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

This div background color is #BEAAB6.

Border color

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

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

This div border color is #BEAAB6.

Opacity

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

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

Text with #BEAAB6 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 #BEAAB6;}

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

This text has shadow with #BEAAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAB6.

Preview

Color preview on black background

This text has color #BEAAB6 on black background.


Color preview on white background

This text has color #BEAAB6 on white background.


Black color preview on #BEAAB6 background

This text has black color on #BEAAB6 background.


White color preview on #BEAAB6 background

This text has white color on #BEAAB6 background.


Related colors

Complementary color

Complementary color for #hex is #415549.


I love getcolorcode.com

Triadic colors

1 #B6BEAA and #AAB6BE with #BEAAB6 are triadic colors.

2 #B6AABE and #AABEB6 with #BEAAB6 are triadic colors.