COLOR #BEDCC5

HEX: #BEDCC5 RGB: (190,220,197)

Color info

#BEDCC5 contains red, green and blue colors in about the same proportion. Web safe color of #BEDCC5 is #CCCCCC (or #CCC).

RGB color model

#BEDCC5 color RGB value is (190,220,197).

RGB: (190,220,197) (75%, 86%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 197 of 255 = 77%

190
220
197

R + G + B ~ 79%. #BEDCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 220 + 197 = 607 (100%)
R 190 of 607 ~ 31.3%
G 220 of 607 ~ 36.24%
B 197 of 607 ~ 32.45'%

%31.3
%36.24
%32.45

CMYK color model

#BEDCC5 color CMYK value is (14,0,10,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%

CMYK: (14,0,10,14)
C14M0Y10K14 (14%, 0%, 10%, 14%)
(0.14 / 0.00 / 0.10 / 0.14)

CMYK percentages

%13.64
%0
%10.45
%13.73

Codes

Color #BEDCC5 in popluar color models

BE DC C5
RGB 190 220 197
HSL 134° 30.00% 80.39%
HSB/HSV 134° 13.64% 86.27%
CMYK 13.64% 0.00% 10.45%
13.73%

Color #BEDCC5 in popluar number systems.

HEX BE DC C5
Decimal 190 220 197
Binary 10111110 11011100 11000101
Octal 276 334 305

Shades and tints

Shades of #BEDCC5

#BEDCC5
(190,220,197)
#ADC8B4
(173,200,180)
#9CB4A3
(156,180,163)
#8BA092
(139,160,146)
#7A8C81
(122,140,129)
#697870
(105,120,112)
#58645F
(88,100,95)
#47504E
(71,80,78)
#363C3D
(54,60,61)
#25282C
(37,40,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEDCC5

#BEDCC5
(190,220,197)
#C3DFCA
(195,223,202)
#C8E2CF
(200,226,207)
#CDE5D4
(205,229,212)
#D2E8D9
(210,232,217)
#D7EBDE
(215,235,222)
#DCEEE3
(220,238,227)
#E1F1E8
(225,241,232)
#E6F4ED
(230,244,237)
#EBF7F2
(235,247,242)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDCC5 color. Also use rgb(190,220,197) instead hex code.

Text Font Color

.myTextColor { color: #BEDCC5; }

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

This text font color is #BEDCC5.

Background Color

.myBgColor { background-color: #BEDCC5; }

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

This div background color is #BEDCC5.

Border color

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

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

This div border color is #BEDCC5.

Opacity

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

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

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

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

This text has shadow with #BEDCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDCC5.

Preview

Color preview on black background

This text has color #BEDCC5 on black background.


Color preview on white background

This text has color #BEDCC5 on white background.


Black color preview on #BEDCC5 background

This text has black color on #BEDCC5 background.


White color preview on #BEDCC5 background

This text has white color on #BEDCC5 background.


Related colors

Complementary color

Complementary color for #hex is #41233A.


I love getcolorcode.com

Triadic colors

1 #C5BEDC and #DCC5BE with #BEDCC5 are triadic colors.

2 #C5DCBE and #DCBEC5 with #BEDCC5 are triadic colors.