COLOR #BCCCE5

HEX: #BCCCE5 RGB: (188,204,229)

Color info

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

RGB color model

#BCCCE5 color RGB value is (188,204,229).

RGB: (188,204,229) (74%, 80%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 229 of 255 = 90%

188
204
229

R + G + B ~ 81%. #BCCCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 229 = 621 (100%)
R 188 of 621 ~ 30.27%
G 204 of 621 ~ 32.85%
B 229 of 621 ~ 36.88'%

%30.27
%32.85
%36.88

CMYK color model

#BCCCE5 color CMYK value is (18,11,0,10).

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

CMYK: (18,11,0,10)
C18M11Y0K10 (18%, 11%, 0%, 10%)
(0.18 / 0.11 / 0.00 / 0.10)

CMYK percentages

%17.9
%10.92
%0
%10.2

Codes

Color #BCCCE5 in popluar color models

BC CC E5
RGB 188 204 229
HSL 217° 44.09% 81.76%
HSB/HSV 217° 17.90% 89.80%
CMYK 17.90% 10.92% 0.00%
10.20%

Color #BCCCE5 in popluar number systems.

HEX BC CC E5
Decimal 188 204 229
Binary 10111100 11001100 11100101
Octal 274 314 345

Shades and tints

Shades of #BCCCE5

#BCCCE5
(188,204,229)
#ABBAD1
(171,186,209)
#9AA8BD
(154,168,189)
#8996A9
(137,150,169)
#788495
(120,132,149)
#677281
(103,114,129)
#56606D
(86,96,109)
#454E59
(69,78,89)
#343C45
(52,60,69)
#232A31
(35,42,49)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #BCCCE5

#BCCCE5
(188,204,229)
#C2D0E7
(194,208,231)
#C8D4E9
(200,212,233)
#CED8EB
(206,216,235)
#D4DCED
(212,220,237)
#DAE0EF
(218,224,239)
#E0E4F1
(224,228,241)
#E6E8F3
(230,232,243)
#ECECF5
(236,236,245)
#F2F0F7
(242,240,247)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCE5; }

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

This text font color is #BCCCE5.

Background Color

.myBgColor { background-color: #BCCCE5; }

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

This div background color is #BCCCE5.

Border color

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

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

This div border color is #BCCCE5.

Opacity

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

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

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

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

This text has shadow with #BCCCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCE5.

Preview

Color preview on black background

This text has color #BCCCE5 on black background.


Color preview on white background

This text has color #BCCCE5 on white background.


Black color preview on #BCCCE5 background

This text has black color on #BCCCE5 background.


White color preview on #BCCCE5 background

This text has white color on #BCCCE5 background.


Related colors

Complementary color

Complementary color for #hex is #43331A.


I love getcolorcode.com

Triadic colors

1 #E5BCCC and #CCE5BC with #BCCCE5 are triadic colors.

2 #E5CCBC and #CCBCE5 with #BCCCE5 are triadic colors.