COLOR #BCDECA

HEX: #BCDECA RGB: (188,222,202)

Color info

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

RGB color model

#BCDECA color RGB value is (188,222,202).

RGB: (188,222,202) (74%, 87%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 202 of 255 = 79%

188
222
202

R + G + B ~ 80%. #BCDECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 222 + 202 = 612 (100%)
R 188 of 612 ~ 30.72%
G 222 of 612 ~ 36.27%
B 202 of 612 ~ 33.01'%

%30.72
%36.27
%33.01

CMYK color model

#BCDECA color CMYK value is (15,0,9,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 12.94%

CMYK: (15,0,9,13)
C15M0Y9K13 (15%, 0%, 9%, 13%)
(0.15 / 0.00 / 0.09 / 0.13)

CMYK percentages

%15.32
%0
%9.01
%12.94

Codes

Color #BCDECA in popluar color models

BC DE CA
RGB 188 222 202
HSL 145° 34.00% 80.39%
HSB/HSV 145° 15.32% 87.06%
CMYK 15.32% 0.00% 9.01%
12.94%

Color #BCDECA in popluar number systems.

HEX BC DE CA
Decimal 188 222 202
Binary 10111100 11011110 11001010
Octal 274 336 312

Shades and tints

Shades of #BCDECA

#BCDECA
(188,222,202)
#ABCAB8
(171,202,184)
#9AB6A6
(154,182,166)
#89A294
(137,162,148)
#788E82
(120,142,130)
#677A70
(103,122,112)
#56665E
(86,102,94)
#45524C
(69,82,76)
#343E3A
(52,62,58)
#232A28
(35,42,40)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCDECA

#BCDECA
(188,222,202)
#C2E1CE
(194,225,206)
#C8E4D2
(200,228,210)
#CEE7D6
(206,231,214)
#D4EADA
(212,234,218)
#DAEDDE
(218,237,222)
#E0F0E2
(224,240,226)
#E6F3E6
(230,243,230)
#ECF6EA
(236,246,234)
#F2F9EE
(242,249,238)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDECA color. Also use rgb(188,222,202) instead hex code.

Text Font Color

.myTextColor { color: #BCDECA; }

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

This text font color is #BCDECA.

Background Color

.myBgColor { background-color: #BCDECA; }

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

This div background color is #BCDECA.

Border color

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

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

This div border color is #BCDECA.

Opacity

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

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

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

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

This text has shadow with #BCDECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDECA.

Preview

Color preview on black background

This text has color #BCDECA on black background.


Color preview on white background

This text has color #BCDECA on white background.


Black color preview on #BCDECA background

This text has black color on #BCDECA background.


White color preview on #BCDECA background

This text has white color on #BCDECA background.


Related colors

Complementary color

Complementary color for #hex is #432135.


I love getcolorcode.com

Triadic colors

1 #CABCDE and #DECABC with #BCDECA are triadic colors.

2 #CADEBC and #DEBCCA with #BCDECA are triadic colors.