COLOR #BCE4BE

HEX: #BCE4BE RGB: (188,228,190)

Color info

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

RGB color model

#BCE4BE color RGB value is (188,228,190).

RGB: (188,228,190) (74%, 89%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 190 of 255 = 75%

188
228
190

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

Portions of RGB colors in percentages

R + G + B = 188 + 228 + 190 = 606 (100%)
R 188 of 606 ~ 31.02%
G 228 of 606 ~ 37.62%
B 190 of 606 ~ 31.35'%

%31.02
%37.62
%31.35

CMYK color model

#BCE4BE color CMYK value is (18,0,17,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%

CMYK: (18,0,17,11)
C18M0Y17K11 (18%, 0%, 17%, 11%)
(0.18 / 0.00 / 0.17 / 0.11)

CMYK percentages

%17.54
%0
%16.67
%10.59

Codes

Color #BCE4BE in popluar color models

BC E4 BE
RGB 188 228 190
HSL 123° 42.55% 81.57%
HSB/HSV 123° 17.54% 89.41%
CMYK 17.54% 0.00% 16.67%
10.59%

Color #BCE4BE in popluar number systems.

HEX BC E4 BE
Decimal 188 228 190
Binary 10111100 11100100 10111110
Octal 274 344 276

Shades and tints

Shades of #BCE4BE

#BCE4BE
(188,228,190)
#ABD0AD
(171,208,173)
#9ABC9C
(154,188,156)
#89A88B
(137,168,139)
#78947A
(120,148,122)
#678069
(103,128,105)
#566C58
(86,108,88)
#455847
(69,88,71)
#344436
(52,68,54)
#233025
(35,48,37)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #BCE4BE

#BCE4BE
(188,228,190)
#C2E6C3
(194,230,195)
#C8E8C8
(200,232,200)
#CEEACD
(206,234,205)
#D4ECD2
(212,236,210)
#DAEED7
(218,238,215)
#E0F0DC
(224,240,220)
#E6F2E1
(230,242,225)
#ECF4E6
(236,244,230)
#F2F6EB
(242,246,235)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE4BE color. Also use rgb(188,228,190) instead hex code.

Text Font Color

.myTextColor { color: #BCE4BE; }

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

This text font color is #BCE4BE.

Background Color

.myBgColor { background-color: #BCE4BE; }

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

This div background color is #BCE4BE.

Border color

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

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

This div border color is #BCE4BE.

Opacity

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

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

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

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

This text has shadow with #BCE4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE4BE.

Preview

Color preview on black background

This text has color #BCE4BE on black background.


Color preview on white background

This text has color #BCE4BE on white background.


Black color preview on #BCE4BE background

This text has black color on #BCE4BE background.


White color preview on #BCE4BE background

This text has white color on #BCE4BE background.


Related colors

Complementary color

Complementary color for #hex is #431B41.


I love getcolorcode.com

Triadic colors

1 #BEBCE4 and #E4BEBC with #BCE4BE are triadic colors.

2 #BEE4BC and #E4BCBE with #BCE4BE are triadic colors.