COLOR #BEABC8

HEX: #BEABC8 RGB: (190,171,200)

Color info

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

RGB color model

#BEABC8 color RGB value is (190,171,200).

RGB: (190,171,200) (75%, 67%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 200 of 255 = 78%

190
171
200

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

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 200 = 561 (100%)
R 190 of 561 ~ 33.87%
G 171 of 561 ~ 30.48%
B 200 of 561 ~ 35.65'%

%33.87
%30.48
%35.65

CMYK color model

#BEABC8 color CMYK value is (5,15,0,22).

  • cyan value is 5.00%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (5,15,0,22)
C5M15Y0K22 (5%, 15%, 0%, 22%)
(0.05 / 0.15 / 0.00 / 0.22)

CMYK percentages

%5
%14.5
%0
%21.57

Codes

Color #BEABC8 in popluar color models

BE AB C8
RGB 190 171 200
HSL 279° 20.86% 72.75%
HSB/HSV 279° 14.50% 78.43%
CMYK 5.00% 14.50% 0.00%
21.57%

Color #BEABC8 in popluar number systems.

HEX BE AB C8
Decimal 190 171 200
Binary 10111110 10101011 11001000
Octal 276 253 310

Shades and tints

Shades of #BEABC8

#BEABC8
(190,171,200)
#AD9CB6
(173,156,182)
#9C8DA4
(156,141,164)
#8B7E92
(139,126,146)
#7A6F80
(122,111,128)
#69606E
(105,96,110)
#58515C
(88,81,92)
#47424A
(71,66,74)
#363338
(54,51,56)
#252426
(37,36,38)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEABC8

#BEABC8
(190,171,200)
#C3B2CD
(195,178,205)
#C8B9D2
(200,185,210)
#CDC0D7
(205,192,215)
#D2C7DC
(210,199,220)
#D7CEE1
(215,206,225)
#DCD5E6
(220,213,230)
#E1DCEB
(225,220,235)
#E6E3F0
(230,227,240)
#EBEAF5
(235,234,245)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABC8; }

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

This text font color is #BEABC8.

Background Color

.myBgColor { background-color: #BEABC8; }

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

This div background color is #BEABC8.

Border color

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

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

This div border color is #BEABC8.

Opacity

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

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

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

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

This text has shadow with #BEABC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABC8.

Preview

Color preview on black background

This text has color #BEABC8 on black background.


Color preview on white background

This text has color #BEABC8 on white background.


Black color preview on #BEABC8 background

This text has black color on #BEABC8 background.


White color preview on #BEABC8 background

This text has white color on #BEABC8 background.


Related colors

Complementary color

Complementary color for #hex is #415437.


I love getcolorcode.com

Triadic colors

1 #C8BEAB and #ABC8BE with #BEABC8 are triadic colors.

2 #C8ABBE and #ABBEC8 with #BEABC8 are triadic colors.