COLOR #BCE6C4

HEX: #BCE6C4 RGB: (188,230,196)

Color info

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

RGB color model

#BCE6C4 color RGB value is (188,230,196).

RGB: (188,230,196) (74%, 90%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 230 of 255 = 90%
B 196 of 255 = 77%

188
230
196

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

Portions of RGB colors in percentages

R + G + B = 188 + 230 + 196 = 614 (100%)
R 188 of 614 ~ 30.62%
G 230 of 614 ~ 37.46%
B 196 of 614 ~ 31.92'%

%30.62
%37.46
%31.92

CMYK color model

#BCE6C4 color CMYK value is (18,0,15,10).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 9.80%

CMYK: (18,0,15,10)
C18M0Y15K10 (18%, 0%, 15%, 10%)
(0.18 / 0.00 / 0.15 / 0.10)

CMYK percentages

%18.26
%0
%14.78
%9.8

Codes

Color #BCE6C4 in popluar color models

BC E6 C4
RGB 188 230 196
HSL 131° 45.65% 81.96%
HSB/HSV 131° 18.26% 90.20%
CMYK 18.26% 0.00% 14.78%
9.80%

Color #BCE6C4 in popluar number systems.

HEX BC E6 C4
Decimal 188 230 196
Binary 10111100 11100110 11000100
Octal 274 346 304

Shades and tints

Shades of #BCE6C4

#BCE6C4
(188,230,196)
#ABD2B3
(171,210,179)
#9ABEA2
(154,190,162)
#89AA91
(137,170,145)
#789680
(120,150,128)
#67826F
(103,130,111)
#566E5E
(86,110,94)
#455A4D
(69,90,77)
#34463C
(52,70,60)
#23322B
(35,50,43)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #BCE6C4

#BCE6C4
(188,230,196)
#C2E8C9
(194,232,201)
#C8EACE
(200,234,206)
#CEECD3
(206,236,211)
#D4EED8
(212,238,216)
#DAF0DD
(218,240,221)
#E0F2E2
(224,242,226)
#E6F4E7
(230,244,231)
#ECF6EC
(236,246,236)
#F2F8F1
(242,248,241)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE6C4 color. Also use rgb(188,230,196) instead hex code.

Text Font Color

.myTextColor { color: #BCE6C4; }

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

This text font color is #BCE6C4.

Background Color

.myBgColor { background-color: #BCE6C4; }

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

This div background color is #BCE6C4.

Border color

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

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

This div border color is #BCE6C4.

Opacity

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

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

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

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

This text has shadow with #BCE6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE6C4.

Preview

Color preview on black background

This text has color #BCE6C4 on black background.


Color preview on white background

This text has color #BCE6C4 on white background.


Black color preview on #BCE6C4 background

This text has black color on #BCE6C4 background.


White color preview on #BCE6C4 background

This text has white color on #BCE6C4 background.


Related colors

Complementary color

Complementary color for #hex is #43193B.


I love getcolorcode.com

Triadic colors

1 #C4BCE6 and #E6C4BC with #BCE6C4 are triadic colors.

2 #C4E6BC and #E6BCC4 with #BCE6C4 are triadic colors.