COLOR #BCCEBA

HEX: #BCCEBA RGB: (188,206,186)

Color info

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

RGB color model

#BCCEBA color RGB value is (188,206,186).

RGB: (188,206,186) (74%, 81%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 186 of 255 = 73%

188
206
186

R + G + B ~ 76%. #BCCEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 186 = 580 (100%)
R 188 of 580 ~ 32.41%
G 206 of 580 ~ 35.52%
B 186 of 580 ~ 32.07'%

%32.41
%35.52
%32.07

CMYK color model

#BCCEBA color CMYK value is (9,0,10,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 19.22%

CMYK: (9,0,10,19)
C9M0Y10K19 (9%, 0%, 10%, 19%)
(0.09 / 0.00 / 0.10 / 0.19)

CMYK percentages

%8.74
%0
%9.71
%19.22

Codes

Color #BCCEBA in popluar color models

BC CE BA
RGB 188 206 186
HSL 114° 16.95% 76.86%
HSB/HSV 114° 9.71% 80.78%
CMYK 8.74% 0.00% 9.71%
19.22%

Color #BCCEBA in popluar number systems.

HEX BC CE BA
Decimal 188 206 186
Binary 10111100 11001110 10111010
Octal 274 316 272

Shades and tints

Shades of #BCCEBA

#BCCEBA
(188,206,186)
#ABBCAA
(171,188,170)
#9AAA9A
(154,170,154)
#89988A
(137,152,138)
#78867A
(120,134,122)
#67746A
(103,116,106)
#56625A
(86,98,90)
#45504A
(69,80,74)
#343E3A
(52,62,58)
#232C2A
(35,44,42)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCCEBA

#BCCEBA
(188,206,186)
#C2D2C0
(194,210,192)
#C8D6C6
(200,214,198)
#CEDACC
(206,218,204)
#D4DED2
(212,222,210)
#DAE2D8
(218,226,216)
#E0E6DE
(224,230,222)
#E6EAE4
(230,234,228)
#ECEEEA
(236,238,234)
#F2F2F0
(242,242,240)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCEBA color. Also use rgb(188,206,186) instead hex code.

Text Font Color

.myTextColor { color: #BCCEBA; }

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

This text font color is #BCCEBA.

Background Color

.myBgColor { background-color: #BCCEBA; }

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

This div background color is #BCCEBA.

Border color

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

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

This div border color is #BCCEBA.

Opacity

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

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

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

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

This text has shadow with #BCCEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEBA.

Preview

Color preview on black background

This text has color #BCCEBA on black background.


Color preview on white background

This text has color #BCCEBA on white background.


Black color preview on #BCCEBA background

This text has black color on #BCCEBA background.


White color preview on #BCCEBA background

This text has white color on #BCCEBA background.


Related colors

Complementary color

Complementary color for #hex is #433145.


I love getcolorcode.com

Triadic colors

1 #BABCCE and #CEBABC with #BCCEBA are triadic colors.

2 #BACEBC and #CEBCBA with #BCCEBA are triadic colors.