COLOR #BEABBC

HEX: #BEABBC RGB: (190,171,188)

Color info

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

RGB color model

#BEABBC color RGB value is (190,171,188).

RGB: (190,171,188) (75%, 67%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 188 of 255 = 74%

190
171
188

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

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 188 = 549 (100%)
R 190 of 549 ~ 34.61%
G 171 of 549 ~ 31.15%
B 188 of 549 ~ 34.24'%

%34.61
%31.15
%34.24

CMYK color model

#BEABBC color CMYK value is (0,10,1,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (0,10,1,25)
C0M10Y1K25 (0%, 10%, 1%, 25%)
(0.00 / 0.10 / 0.01 / 0.25)

CMYK percentages

%0
%10
%1.05
%25.49

Codes

Color #BEABBC in popluar color models

BE AB BC
RGB 190 171 188
HSL 306° 12.75% 70.78%
HSB/HSV 306° 10.00% 74.51%
CMYK 0.00% 10.00% 1.05%
25.49%

Color #BEABBC in popluar number systems.

HEX BE AB BC
Decimal 190 171 188
Binary 10111110 10101011 10111100
Octal 276 253 274

Shades and tints

Shades of #BEABBC

#BEABBC
(190,171,188)
#AD9CAB
(173,156,171)
#9C8D9A
(156,141,154)
#8B7E89
(139,126,137)
#7A6F78
(122,111,120)
#696067
(105,96,103)
#585156
(88,81,86)
#474245
(71,66,69)
#363334
(54,51,52)
#252423
(37,36,35)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #BEABBC

#BEABBC
(190,171,188)
#C3B2C2
(195,178,194)
#C8B9C8
(200,185,200)
#CDC0CE
(205,192,206)
#D2C7D4
(210,199,212)
#D7CEDA
(215,206,218)
#DCD5E0
(220,213,224)
#E1DCE6
(225,220,230)
#E6E3EC
(230,227,236)
#EBEAF2
(235,234,242)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABBC; }

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

This text font color is #BEABBC.

Background Color

.myBgColor { background-color: #BEABBC; }

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

This div background color is #BEABBC.

Border color

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

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

This div border color is #BEABBC.

Opacity

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

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

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

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

This text has shadow with #BEABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABBC.

Preview

Color preview on black background

This text has color #BEABBC on black background.


Color preview on white background

This text has color #BEABBC on white background.


Black color preview on #BEABBC background

This text has black color on #BEABBC background.


White color preview on #BEABBC background

This text has white color on #BEABBC background.


Related colors

Complementary color

Complementary color for #hex is #415443.


I love getcolorcode.com

Triadic colors

1 #BCBEAB and #ABBCBE with #BEABBC are triadic colors.

2 #BCABBE and #ABBEBC with #BEABBC are triadic colors.