COLOR #BEABC1

HEX: #BEABC1 RGB: (190,171,193)

Color info

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

RGB color model

#BEABC1 color RGB value is (190,171,193).

RGB: (190,171,193) (75%, 67%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 193 of 255 = 76%

190
171
193

R + G + B ~ 73%. #BEABC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 193 = 554 (100%)
R 190 of 554 ~ 34.3%
G 171 of 554 ~ 30.87%
B 193 of 554 ~ 34.84'%

%34.3
%30.87
%34.84

CMYK color model

#BEABC1 color CMYK value is (2,11,0,24).

  • cyan value is 1.55%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (2,11,0,24)
C2M11Y0K24 (2%, 11%, 0%, 24%)
(0.02 / 0.11 / 0.00 / 0.24)

CMYK percentages

%1.55
%11.4
%0
%24.31

Codes

Color #BEABC1 in popluar color models

BE AB C1
RGB 190 171 193
HSL 292° 15.07% 71.37%
HSB/HSV 292° 11.40% 75.69%
CMYK 1.55% 11.40% 0.00%
24.31%

Color #BEABC1 in popluar number systems.

HEX BE AB C1
Decimal 190 171 193
Binary 10111110 10101011 11000001
Octal 276 253 301

Shades and tints

Shades of #BEABC1

#BEABC1
(190,171,193)
#AD9CB0
(173,156,176)
#9C8D9F
(156,141,159)
#8B7E8E
(139,126,142)
#7A6F7D
(122,111,125)
#69606C
(105,96,108)
#58515B
(88,81,91)
#47424A
(71,66,74)
#363339
(54,51,57)
#252428
(37,36,40)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEABC1

#BEABC1
(190,171,193)
#C3B2C6
(195,178,198)
#C8B9CB
(200,185,203)
#CDC0D0
(205,192,208)
#D2C7D5
(210,199,213)
#D7CEDA
(215,206,218)
#DCD5DF
(220,213,223)
#E1DCE4
(225,220,228)
#E6E3E9
(230,227,233)
#EBEAEE
(235,234,238)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEABC1 color. Also use rgb(190,171,193) instead hex code.

Text Font Color

.myTextColor { color: #BEABC1; }

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

This text font color is #BEABC1.

Background Color

.myBgColor { background-color: #BEABC1; }

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

This div background color is #BEABC1.

Border color

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

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

This div border color is #BEABC1.

Opacity

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

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

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

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

This text has shadow with #BEABC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABC1.

Preview

Color preview on black background

This text has color #BEABC1 on black background.


Color preview on white background

This text has color #BEABC1 on white background.


Black color preview on #BEABC1 background

This text has black color on #BEABC1 background.


White color preview on #BEABC1 background

This text has white color on #BEABC1 background.


Related colors

Complementary color

Complementary color for #hex is #41543E.


I love getcolorcode.com

Triadic colors

1 #C1BEAB and #ABC1BE with #BEABC1 are triadic colors.

2 #C1ABBE and #ABBEC1 with #BEABC1 are triadic colors.