COLOR #BEEDCA

HEX: #BEEDCA RGB: (190,237,202)

Color info

#BEEDCA contains red, green and blue colors in about the same proportion. Web safe color of #BEEDCA is #CCFFCC (or #CFC).

RGB color model

#BEEDCA color RGB value is (190,237,202).

RGB: (190,237,202) (75%, 93%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 202 of 255 = 79%

190
237
202

R + G + B ~ 82%. #BEEDCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 237 + 202 = 629 (100%)
R 190 of 629 ~ 30.21%
G 237 of 629 ~ 37.68%
B 202 of 629 ~ 32.11'%

%30.21
%37.68
%32.11

CMYK color model

#BEEDCA color CMYK value is (20,0,15,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 7.06%

CMYK: (20,0,15,7)
C20M0Y15K7 (20%, 0%, 15%, 7%)
(0.20 / 0.00 / 0.15 / 0.07)

CMYK percentages

%19.83
%0
%14.77
%7.06

Codes

Color #BEEDCA in popluar color models

BE ED CA
RGB 190 237 202
HSL 135° 56.63% 83.73%
HSB/HSV 135° 19.83% 92.94%
CMYK 19.83% 0.00% 14.77%
7.06%

Color #BEEDCA in popluar number systems.

HEX BE ED CA
Decimal 190 237 202
Binary 10111110 11101101 11001010
Octal 276 355 312

Shades and tints

Shades of #BEEDCA

#BEEDCA
(190,237,202)
#ADD8B8
(173,216,184)
#9CC3A6
(156,195,166)
#8BAE94
(139,174,148)
#7A9982
(122,153,130)
#698470
(105,132,112)
#586F5E
(88,111,94)
#475A4C
(71,90,76)
#36453A
(54,69,58)
#253028
(37,48,40)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #BEEDCA

#BEEDCA
(190,237,202)
#C3EECE
(195,238,206)
#C8EFD2
(200,239,210)
#CDF0D6
(205,240,214)
#D2F1DA
(210,241,218)
#D7F2DE
(215,242,222)
#DCF3E2
(220,243,226)
#E1F4E6
(225,244,230)
#E6F5EA
(230,245,234)
#EBF6EE
(235,246,238)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEDCA color. Also use rgb(190,237,202) instead hex code.

Text Font Color

.myTextColor { color: #BEEDCA; }

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

This text font color is #BEEDCA.

Background Color

.myBgColor { background-color: #BEEDCA; }

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

This div background color is #BEEDCA.

Border color

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

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

This div border color is #BEEDCA.

Opacity

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

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

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

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

This text has shadow with #BEEDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEDCA.

Preview

Color preview on black background

This text has color #BEEDCA on black background.


Color preview on white background

This text has color #BEEDCA on white background.


Black color preview on #BEEDCA background

This text has black color on #BEEDCA background.


White color preview on #BEEDCA background

This text has white color on #BEEDCA background.


Related colors

Complementary color

Complementary color for #hex is #411235.


I love getcolorcode.com

Triadic colors

1 #CABEED and #EDCABE with #BEEDCA are triadic colors.

2 #CAEDBE and #EDBECA with #BEEDCA are triadic colors.