COLOR #BCE8E9

HEX: #BCE8E9 RGB: (188,232,233)

Color info

#BCE8E9 contains red, green and blue colors in about the same proportion. Web safe color of #BCE8E9 is #CCFFFF (or #CFF).

RGB color model

#BCE8E9 color RGB value is (188,232,233).

RGB: (188,232,233) (74%, 91%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 233 of 255 = 91%

188
232
233

R + G + B ~ 85%. #BCE8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 233 = 653 (100%)
R 188 of 653 ~ 28.79%
G 232 of 653 ~ 35.53%
B 233 of 653 ~ 35.68'%

%28.79
%35.53
%35.68

CMYK color model

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

  • cyan value is 19.31%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (19,0,0,9) C19M0Y0K9 (19%,0%,0%,9%) (0.19/0.00/0.00/0.09) 

CMYK percentages

%19.31
%0.43
%0
%8.63

Codes

Color #BCE8E9 in popluar color models

BC E8 E9
RGB 188 232 233
HSL 181° 50.56% 82.55%
HSB/HSV 181° 19.31% 91.37%
CMYK 19.31% 0.43% 0.00%
8.63%

Color #BCE8E9 in popluar number systems.

HEX BC E8 E9
Decimal 188 232 233
Binary 10111100 11101000 11101001
Octal 274 350 351

Shades and tints

Shades of #BCE8E9

#BCE8E9
(188,232,233)
#ABD3D4
(171,211,212)
#9ABEBF
(154,190,191)
#89A9AA
(137,169,170)
#789495
(120,148,149)
#677F80
(103,127,128)
#566A6B
(86,106,107)
#455556
(69,85,86)
#344041
(52,64,65)
#232B2C
(35,43,44)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCE8E9

#BCE8E9
(188,232,233)
#C2EAEB
(194,234,235)
#C8ECED
(200,236,237)
#CEEEEF
(206,238,239)
#D4F0F1
(212,240,241)
#DAF2F3
(218,242,243)
#E0F4F5
(224,244,245)
#E6F6F7
(230,246,247)
#ECF8F9
(236,248,249)
#F2FAFB
(242,250,251)
#F8FCFD
(248,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE8E9; }

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

This text font color is #BCE8E9.

Background Color

.myBgColor { background-color: #BCE8E9; }

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

This div background color is #BCE8E9.

Border color

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

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

This div border color is #BCE8E9.

Opacity

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

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

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

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

This text has shadow with #BCE8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8E9.

Preview

Color preview on black background

This text has color #BCE8E9 on black background.


Color preview on white background

This text has color #BCE8E9 on white background.


Black color preview on #BCE8E9 background

This text has black color on #BCE8E9 background.


White color preview on #BCE8E9 background

This text has white color on #BCE8E9 background.


Related colors

Complementary color

Complementary color for #hex is #431716.


I love getcolorcode.com

Triadic colors

1 #E9BCE8 and #E8E9BC with #BCE8E9 are triadic colors.

2 #E9E8BC and #E8BCE9 with #BCE8E9 are triadic colors.