COLOR #BCE5C5

HEX: #BCE5C5 RGB: (188,229,197)

Color info

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

RGB color model

#BCE5C5 color RGB value is (188,229,197).

RGB: (188,229,197) (74%, 90%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 197 of 255 = 77%

188
229
197

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

Portions of RGB colors in percentages

R + G + B = 188 + 229 + 197 = 614 (100%)
R 188 of 614 ~ 30.62%
G 229 of 614 ~ 37.3%
B 197 of 614 ~ 32.08'%

%30.62
%37.3
%32.08

CMYK color model

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

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 10.20%

CMYK: (18,0,14,10)
C18M0Y14K10 (18%, 0%, 14%, 10%)
(0.18 / 0.00 / 0.14 / 0.10)

CMYK percentages

%17.9
%0
%13.97
%10.2

Codes

Color #BCE5C5 in popluar color models

BC E5 C5
RGB 188 229 197
HSL 133° 44.09% 81.76%
HSB/HSV 133° 17.90% 89.80%
CMYK 17.90% 0.00% 13.97%
10.20%

Color #BCE5C5 in popluar number systems.

HEX BC E5 C5
Decimal 188 229 197
Binary 10111100 11100101 11000101
Octal 274 345 305

Shades and tints

Shades of #BCE5C5

#BCE5C5
(188,229,197)
#ABD1B4
(171,209,180)
#9ABDA3
(154,189,163)
#89A992
(137,169,146)
#789581
(120,149,129)
#678170
(103,129,112)
#566D5F
(86,109,95)
#45594E
(69,89,78)
#34453D
(52,69,61)
#23312C
(35,49,44)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #BCE5C5

#BCE5C5
(188,229,197)
#C2E7CA
(194,231,202)
#C8E9CF
(200,233,207)
#CEEBD4
(206,235,212)
#D4EDD9
(212,237,217)
#DAEFDE
(218,239,222)
#E0F1E3
(224,241,227)
#E6F3E8
(230,243,232)
#ECF5ED
(236,245,237)
#F2F7F2
(242,247,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE5C5 color. Also use rgb(188,229,197) instead hex code.

Text Font Color

.myTextColor { color: #BCE5C5; }

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

This text font color is #BCE5C5.

Background Color

.myBgColor { background-color: #BCE5C5; }

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

This div background color is #BCE5C5.

Border color

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

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

This div border color is #BCE5C5.

Opacity

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

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

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

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

This text has shadow with #BCE5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE5C5.

Preview

Color preview on black background

This text has color #BCE5C5 on black background.


Color preview on white background

This text has color #BCE5C5 on white background.


Black color preview on #BCE5C5 background

This text has black color on #BCE5C5 background.


White color preview on #BCE5C5 background

This text has white color on #BCE5C5 background.


Related colors

Complementary color

Complementary color for #hex is #431A3A.


I love getcolorcode.com

Triadic colors

1 #C5BCE5 and #E5C5BC with #BCE5C5 are triadic colors.

2 #C5E5BC and #E5BCC5 with #BCE5C5 are triadic colors.