COLOR #BEABB0

HEX: #BEABB0 RGB: (190,171,176)

Color info

#BEABB0 contains red, green and blue colors in about the same proportion. Web safe color of #BEABB0 is #CC9999 (or #C99).

RGB color model

#BEABB0 color RGB value is (190,171,176).

RGB: (190,171,176) (75%, 67%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 176 of 255 = 69%

190
171
176

R + G + B ~ 70%. #BEABB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 176 = 537 (100%)
R 190 of 537 ~ 35.38%
G 171 of 537 ~ 31.84%
B 176 of 537 ~ 32.77'%

%35.38
%31.84
%32.77

CMYK color model

#BEABB0 color CMYK value is (0,10,7,25).

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

CMYK: (0,10,7,25)
C0M10Y7K25 (0%, 10%, 7%, 25%)
(0.00 / 0.10 / 0.07 / 0.25)

CMYK percentages

%0
%10
%7.37
%25.49

Codes

Color #BEABB0 in popluar color models

BE AB B0
RGB 190 171 176
HSL 344° 12.75% 70.78%
HSB/HSV 344° 10.00% 74.51%
CMYK 0.00% 10.00% 7.37%
25.49%

Color #BEABB0 in popluar number systems.

HEX BE AB B0
Decimal 190 171 176
Binary 10111110 10101011 10110000
Octal 276 253 260

Shades and tints

Shades of #BEABB0

#BEABB0
(190,171,176)
#AD9CA0
(173,156,160)
#9C8D90
(156,141,144)
#8B7E80
(139,126,128)
#7A6F70
(122,111,112)
#696060
(105,96,96)
#585150
(88,81,80)
#474240
(71,66,64)
#363330
(54,51,48)
#252420
(37,36,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BEABB0

#BEABB0
(190,171,176)
#C3B2B7
(195,178,183)
#C8B9BE
(200,185,190)
#CDC0C5
(205,192,197)
#D2C7CC
(210,199,204)
#D7CED3
(215,206,211)
#DCD5DA
(220,213,218)
#E1DCE1
(225,220,225)
#E6E3E8
(230,227,232)
#EBEAEF
(235,234,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABB0; }

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

This text font color is #BEABB0.

Background Color

.myBgColor { background-color: #BEABB0; }

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

This div background color is #BEABB0.

Border color

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

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

This div border color is #BEABB0.

Opacity

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

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

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

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

This text has shadow with #BEABB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABB0.

Preview

Color preview on black background

This text has color #BEABB0 on black background.


Color preview on white background

This text has color #BEABB0 on white background.


Black color preview on #BEABB0 background

This text has black color on #BEABB0 background.


White color preview on #BEABB0 background

This text has white color on #BEABB0 background.


Related colors

Complementary color

Complementary color for #hex is #41544F.


I love getcolorcode.com

Triadic colors

1 #B0BEAB and #ABB0BE with #BEABB0 are triadic colors.

2 #B0ABBE and #ABBEB0 with #BEABB0 are triadic colors.