COLOR #BCE1C0

HEX: #BCE1C0 RGB: (188,225,192)

Color info

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

RGB color model

#BCE1C0 color RGB value is (188,225,192).

RGB: (188,225,192) (74%, 88%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 192 of 255 = 75%

188
225
192

R + G + B ~ 79%. #BCE1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 225 + 192 = 605 (100%)
R 188 of 605 ~ 31.07%
G 225 of 605 ~ 37.19%
B 192 of 605 ~ 31.74'%

%31.07
%37.19
%31.74

CMYK color model

#BCE1C0 color CMYK value is (16,0,15,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 11.76%

CMYK: (16,0,15,12)
C16M0Y15K12 (16%, 0%, 15%, 12%)
(0.16 / 0.00 / 0.15 / 0.12)

CMYK percentages

%16.44
%0
%14.67
%11.76

Codes

Color #BCE1C0 in popluar color models

BC E1 C0
RGB 188 225 192
HSL 126° 38.14% 80.98%
HSB/HSV 126° 16.44% 88.24%
CMYK 16.44% 0.00% 14.67%
11.76%

Color #BCE1C0 in popluar number systems.

HEX BC E1 C0
Decimal 188 225 192
Binary 10111100 11100001 11000000
Octal 274 341 300

Shades and tints

Shades of #BCE1C0

#BCE1C0
(188,225,192)
#ABCDAF
(171,205,175)
#9AB99E
(154,185,158)
#89A58D
(137,165,141)
#78917C
(120,145,124)
#677D6B
(103,125,107)
#56695A
(86,105,90)
#455549
(69,85,73)
#344138
(52,65,56)
#232D27
(35,45,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCE1C0

#BCE1C0
(188,225,192)
#C2E3C5
(194,227,197)
#C8E5CA
(200,229,202)
#CEE7CF
(206,231,207)
#D4E9D4
(212,233,212)
#DAEBD9
(218,235,217)
#E0EDDE
(224,237,222)
#E6EFE3
(230,239,227)
#ECF1E8
(236,241,232)
#F2F3ED
(242,243,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE1C0 color. Also use rgb(188,225,192) instead hex code.

Text Font Color

.myTextColor { color: #BCE1C0; }

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

This text font color is #BCE1C0.

Background Color

.myBgColor { background-color: #BCE1C0; }

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

This div background color is #BCE1C0.

Border color

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

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

This div border color is #BCE1C0.

Opacity

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

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

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

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

This text has shadow with #BCE1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE1C0.

Preview

Color preview on black background

This text has color #BCE1C0 on black background.


Color preview on white background

This text has color #BCE1C0 on white background.


Black color preview on #BCE1C0 background

This text has black color on #BCE1C0 background.


White color preview on #BCE1C0 background

This text has white color on #BCE1C0 background.


Related colors

Complementary color

Complementary color for #hex is #431E3F.


I love getcolorcode.com

Triadic colors

1 #C0BCE1 and #E1C0BC with #BCE1C0 are triadic colors.

2 #C0E1BC and #E1BCC0 with #BCE1C0 are triadic colors.