COLOR #BED695

HEX: #BED695 RGB: (190,214,149)

Color info

#BED695 contains mainly red and green colors. Web safe color of #BED695 is #CCCC99 (or #CC9).

RGB color model

#BED695 color RGB value is (190,214,149).

RGB: (190,214,149) (75%, 84%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 149 of 255 = 58%

190
214
149

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

Portions of RGB colors in percentages

R + G + B = 190 + 214 + 149 = 553 (100%)
R 190 of 553 ~ 34.36%
G 214 of 553 ~ 38.7%
B 149 of 553 ~ 26.94'%

%34.36
%38.7
%26.94

CMYK color model

#BED695 color CMYK value is (11,0,30,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 16.08%

CMYK: (11,0,30,16)
C11M0Y30K16 (11%, 0%, 30%, 16%)
(0.11 / 0.00 / 0.30 / 0.16)

CMYK percentages

%11.21
%0
%30.37
%16.08

Codes

Color #BED695 in popluar color models

BE D6 95
RGB 190 214 149
HSL 82° 44.22% 71.18%
HSB/HSV 82° 30.37% 83.92%
CMYK 11.21% 0.00% 30.37%
16.08%

Color #BED695 in popluar number systems.

HEX BE D6 95
Decimal 190 214 149
Binary 10111110 11010110 10010101
Octal 276 326 225

Shades and tints

Shades of #BED695

#BED695
(190,214,149)
#ADC388
(173,195,136)
#9CB07B
(156,176,123)
#8B9D6E
(139,157,110)
#7A8A61
(122,138,97)
#697754
(105,119,84)
#586447
(88,100,71)
#47513A
(71,81,58)
#363E2D
(54,62,45)
#252B20
(37,43,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BED695

#BED695
(190,214,149)
#C3D99E
(195,217,158)
#C8DCA7
(200,220,167)
#CDDFB0
(205,223,176)
#D2E2B9
(210,226,185)
#D7E5C2
(215,229,194)
#DCE8CB
(220,232,203)
#E1EBD4
(225,235,212)
#E6EEDD
(230,238,221)
#EBF1E6
(235,241,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED695; }

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

This text font color is #BED695.

Background Color

.myBgColor { background-color: #BED695; }

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

This div background color is #BED695.

Border color

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

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

This div border color is #BED695.

Opacity

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

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

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

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

This text has shadow with #BED695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED695.

Preview

Color preview on black background

This text has color #BED695 on black background.


Color preview on white background

This text has color #BED695 on white background.


Black color preview on #BED695 background

This text has black color on #BED695 background.


White color preview on #BED695 background

This text has white color on #BED695 background.


Related colors

Complementary color

Complementary color for #hex is #41296A.


I love getcolorcode.com

Triadic colors

1 #95BED6 and #D695BE with #BED695 are triadic colors.

2 #95D6BE and #D6BE95 with #BED695 are triadic colors.