COLOR #BED269

HEX: #BED269 RGB: (190,210,105)

Color info

#BED269 contains mainly red and green colors. Web safe color of #BED269 is #CCCC66 (or #CC6).

RGB color model

#BED269 color RGB value is (190,210,105).

RGB: (190,210,105) (75%, 82%, 41%)

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 105 of 255 = 41%

190
210
105

R + G + B ~ 66%. #BED269 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 210 + 105 = 505 (100%)
R 190 of 505 ~ 37.62%
G 210 of 505 ~ 41.58%
B 105 of 505 ~ 20.79'%

%37.62
%41.58
%20.79

CMYK color model

#BED269 color CMYK value is (10,0,50,18).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 17.65%

CMYK: (10,0,50,18)
C10M0Y50K18 (10%, 0%, 50%, 18%)
(0.10 / 0.00 / 0.50 / 0.18)

CMYK percentages

%9.52
%0
%50
%17.65

Codes

Color #BED269 in popluar color models

BE D2 69
RGB 190 210 105
HSL 71° 53.85% 61.76%
HSB/HSV 71° 50.00% 82.35%
CMYK 9.52% 0.00% 50.00%
17.65%

Color #BED269 in popluar number systems.

HEX BE D2 69
Decimal 190 210 105
Binary 10111110 11010010 1101001
Octal 276 322 151

Shades and tints

Shades of #BED269

#BED269
(190,210,105)
#ADBF60
(173,191,96)
#9CAC57
(156,172,87)
#8B994E
(139,153,78)
#7A8645
(122,134,69)
#69733C
(105,115,60)
#586033
(88,96,51)
#474D2A
(71,77,42)
#363A21
(54,58,33)
#252718
(37,39,24)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BED269

#BED269
(190,210,105)
#C3D676
(195,214,118)
#C8DA83
(200,218,131)
#CDDE90
(205,222,144)
#D2E29D
(210,226,157)
#D7E6AA
(215,230,170)
#DCEAB7
(220,234,183)
#E1EEC4
(225,238,196)
#E6F2D1
(230,242,209)
#EBF6DE
(235,246,222)
#F0FAEB
(240,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED269 color. Also use rgb(190,210,105) instead hex code.

Text Font Color

.myTextColor { color: #BED269; }

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

This text font color is #BED269.

Background Color

.myBgColor { background-color: #BED269; }

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

This div background color is #BED269.

Border color

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

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

This div border color is #BED269.

Opacity

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

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

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

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

This text has shadow with #BED269 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED269.

Preview

Color preview on black background

This text has color #BED269 on black background.


Color preview on white background

This text has color #BED269 on white background.


Black color preview on #BED269 background

This text has black color on #BED269 background.


White color preview on #BED269 background

This text has white color on #BED269 background.


Related colors

Complementary color

Complementary color for #hex is #412D96.


I love getcolorcode.com

Triadic colors

1 #69BED2 and #D269BE with #BED269 are triadic colors.

2 #69D2BE and #D2BE69 with #BED269 are triadic colors.