COLOR #BEBFA9

HEX: #BEBFA9 RGB: (190,191,169)

Color info

#BEBFA9 contains red, green and blue colors in about the same proportion. Web safe color of #BEBFA9 is #CCCC99 (or #CC9).

RGB color model

#BEBFA9 color RGB value is (190,191,169).

RGB: (190,191,169) (75%, 75%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 169 of 255 = 66%

190
191
169

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

Portions of RGB colors in percentages

R + G + B = 190 + 191 + 169 = 550 (100%)
R 190 of 550 ~ 34.55%
G 191 of 550 ~ 34.73%
B 169 of 550 ~ 30.73'%

%34.55
%34.73
%30.73

CMYK color model

#BEBFA9 color CMYK value is (1,0,12,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 25.10%

CMYK: (1,0,12,25)
C1M0Y12K25 (1%, 0%, 12%, 25%)
(0.01 / 0.00 / 0.12 / 0.25)

CMYK percentages

%0.52
%0
%11.52
%25.1

Codes

Color #BEBFA9 in popluar color models

BE BF A9
RGB 190 191 169
HSL 63° 14.67% 70.59%
HSB/HSV 63° 11.52% 74.90%
CMYK 0.52% 0.00% 11.52%
25.10%

Color #BEBFA9 in popluar number systems.

HEX BE BF A9
Decimal 190 191 169
Binary 10111110 10111111 10101001
Octal 276 277 251

Shades and tints

Shades of #BEBFA9

#BEBFA9
(190,191,169)
#ADAE9A
(173,174,154)
#9C9D8B
(156,157,139)
#8B8C7C
(139,140,124)
#7A7B6D
(122,123,109)
#696A5E
(105,106,94)
#58594F
(88,89,79)
#474840
(71,72,64)
#363731
(54,55,49)
#252622
(37,38,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEBFA9

#BEBFA9
(190,191,169)
#C3C4B0
(195,196,176)
#C8C9B7
(200,201,183)
#CDCEBE
(205,206,190)
#D2D3C5
(210,211,197)
#D7D8CC
(215,216,204)
#DCDDD3
(220,221,211)
#E1E2DA
(225,226,218)
#E6E7E1
(230,231,225)
#EBECE8
(235,236,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBFA9 color. Also use rgb(190,191,169) instead hex code.

Text Font Color

.myTextColor { color: #BEBFA9; }

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

This text font color is #BEBFA9.

Background Color

.myBgColor { background-color: #BEBFA9; }

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

This div background color is #BEBFA9.

Border color

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

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

This div border color is #BEBFA9.

Opacity

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

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

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

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

This text has shadow with #BEBFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBFA9.

Preview

Color preview on black background

This text has color #BEBFA9 on black background.


Color preview on white background

This text has color #BEBFA9 on white background.


Black color preview on #BEBFA9 background

This text has black color on #BEBFA9 background.


White color preview on #BEBFA9 background

This text has white color on #BEBFA9 background.


Related colors

Complementary color

Complementary color for #hex is #414056.


I love getcolorcode.com

Triadic colors

1 #A9BEBF and #BFA9BE with #BEBFA9 are triadic colors.

2 #A9BFBE and #BFBEA9 with #BEBFA9 are triadic colors.