COLOR #BEC995

HEX: #BEC995 RGB: (190,201,149)

Renk bilgisi

#BEC995 contains red, green and blue colors in about the same proportion. #BEC995 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BEC995 color RGB value is (190,201,149).

RGB: (190,201,149) (75%, 79%, 58%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 201 of 255 = 79%
B 149 of 255 = 58%

190
201
149

R + G + B ~ 71%. #BEC995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 201 + 149 = 540 (100%)
R 190 of 540 ~ 35.19%
G 201 of 540 ~ 37.22%
B 149 of 540 ~ 27.59'%

%35.19
%37.22
%27.59

CMYK RENK MODELİ

#BEC995 rengi CMYK tonu (5,0,26,21).

  • camgöbeği tonu 5.47%
  • eflatun tonu 0.00%
  • sarı tonu 25.87%
  • ana renk tonu 21.18%

CMYK: (5,0,26,21)
C5M0Y26K21 (5%, 0%, 26%, 21%)
(0.05 / 0.00 / 0.26 / 0.21)

CMYK yüzdeleri

%5.47
%0
%25.87
%21.18

Codes

Color #BEC995 in popluar color models

BE C9 95
RGB 190 201 149
HSL 73° 32.50% 68.63%
HSB/HSV 73° 25.87% 78.82%
CMYK 5.47% 0.00% 25.87%
21.18%

Color #BEC995 in popluar number systems.

HEX BE C9 95
Decimal 190 201 149
Binary 10111110 11001001 10010101
Octal 276 311 225

Shades and tints

Shades of #BEC995

#BEC995
(190,201,149)
#ADB788
(173,183,136)
#9CA57B
(156,165,123)
#8B936E
(139,147,110)
#7A8161
(122,129,97)
#696F54
(105,111,84)
#585D47
(88,93,71)
#474B3A
(71,75,58)
#36392D
(54,57,45)
#252720
(37,39,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEC995

#BEC995
(190,201,149)
#C3CD9E
(195,205,158)
#C8D1A7
(200,209,167)
#CDD5B0
(205,213,176)
#D2D9B9
(210,217,185)
#D7DDC2
(215,221,194)
#DCE1CB
(220,225,203)
#E1E5D4
(225,229,212)
#E6E9DD
(230,233,221)
#EBEDE6
(235,237,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC995 color. Also use rgb(190,201,149) instead hex code.

Text Font Color

.myTextColor { color: #BEC995; }

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

This text font color is #BEC995.

Background Color

.myBgColor { background-color: #BEC995; }

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

This div background color is #BEC995.

Border color

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

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

This div border color is #BEC995.

Opacity

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

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

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

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

This text has shadow with #BEC995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC995.

Preview

Color preview on black background

This text has color #BEC995 on black background.


Color preview on white background

This text has color #BEC995 on white background.


Black color preview on #BEC995 background

This text has black color on #BEC995 background.


White color preview on #BEC995 background

This text has white color on #BEC995 background.


Related colors

Complementary color

Complementary color for #hex is #41366A.


I love getcolorcode.com

Triadic colors

1 #95BEC9 and #C995BE with #BEC995 are triadic colors.

2 #95C9BE and #C9BE95 with #BEC995 are triadic colors.