COLOR #BCE8CF

HEX: #BCE8CF RGB: (188,232,207)

Color info

#BCE8CF contains red, green and blue colors in about the same proportion. Web safe color of #BCE8CF is #CCFFCC (or #CFC).

RGB color model

#BCE8CF color RGB value is (188,232,207).

RGB: (188,232,207) (74%, 91%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 207 of 255 = 81%

188
232
207

R + G + B ~ 82%. #BCE8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 207 = 627 (100%)
R 188 of 627 ~ 29.98%
G 232 of 627 ~ 37%
B 207 of 627 ~ 33.01'%

%29.98
%37
%33.01

CMYK color model

#BCE8CF color CMYK value is (19,0,11,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%

CMYK: (19,0,11,9)
C19M0Y11K9 (19%, 0%, 11%, 9%)
(0.19 / 0.00 / 0.11 / 0.09)

CMYK percentages

%18.97
%0
%10.78
%9.02

Codes

Color #BCE8CF in popluar color models

BC E8 CF
RGB 188 232 207
HSL 146° 48.89% 82.35%
HSB/HSV 146° 18.97% 90.98%
CMYK 18.97% 0.00% 10.78%
9.02%

Color #BCE8CF in popluar number systems.

HEX BC E8 CF
Decimal 188 232 207
Binary 10111100 11101000 11001111
Octal 274 350 317

Shades and tints

Shades of #BCE8CF

#BCE8CF
(188,232,207)
#ABD3BD
(171,211,189)
#9ABEAB
(154,190,171)
#89A999
(137,169,153)
#789487
(120,148,135)
#677F75
(103,127,117)
#566A63
(86,106,99)
#455551
(69,85,81)
#34403F
(52,64,63)
#232B2D
(35,43,45)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #BCE8CF

#BCE8CF
(188,232,207)
#C2EAD3
(194,234,211)
#C8ECD7
(200,236,215)
#CEEEDB
(206,238,219)
#D4F0DF
(212,240,223)
#DAF2E3
(218,242,227)
#E0F4E7
(224,244,231)
#E6F6EB
(230,246,235)
#ECF8EF
(236,248,239)
#F2FAF3
(242,250,243)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE8CF color. Also use rgb(188,232,207) instead hex code.

Text Font Color

.myTextColor { color: #BCE8CF; }

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

This text font color is #BCE8CF.

Background Color

.myBgColor { background-color: #BCE8CF; }

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

This div background color is #BCE8CF.

Border color

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

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

This div border color is #BCE8CF.

Opacity

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

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

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

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

This text has shadow with #BCE8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8CF.

Preview

Color preview on black background

This text has color #BCE8CF on black background.


Color preview on white background

This text has color #BCE8CF on white background.


Black color preview on #BCE8CF background

This text has black color on #BCE8CF background.


White color preview on #BCE8CF background

This text has white color on #BCE8CF background.


Related colors

Complementary color

Complementary color for #hex is #431730.


I love getcolorcode.com

Triadic colors

1 #CFBCE8 and #E8CFBC with #BCE8CF are triadic colors.

2 #CFE8BC and #E8BCCF with #BCE8CF are triadic colors.