COLOR #BCCBE1

HEX: #BCCBE1 RGB: (188,203,225)

Color info

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

RGB color model

#BCCBE1 color RGB value is (188,203,225).

RGB: (188,203,225) (74%, 80%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 225 of 255 = 88%

188
203
225

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

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 225 = 616 (100%)
R 188 of 616 ~ 30.52%
G 203 of 616 ~ 32.95%
B 225 of 616 ~ 36.53'%

%30.52
%32.95
%36.53

CMYK color model

#BCCBE1 color CMYK value is (16,10,0,12).

  • cyan value is 16.44%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (16,10,0,12) C16M10Y0K12 (16%,10%,0%,12%) (0.16/0.10/0.00/0.12) 

CMYK percentages

%16.44
%9.78
%0
%11.76

Codes

Color #BCCBE1 in popluar color models

BC CB E1
RGB 188 203 225
HSL 216° 38.14% 80.98%
HSB/HSV 216° 16.44% 88.24%
CMYK 16.44% 9.78% 0.00%
11.76%

Color #BCCBE1 in popluar number systems.

HEX BC CB E1
Decimal 188 203 225
Binary 10111100 11001011 11100001
Octal 274 313 341

Shades and tints

Shades of #BCCBE1

#BCCBE1
(188,203,225)
#ABB9CD
(171,185,205)
#9AA7B9
(154,167,185)
#8995A5
(137,149,165)
#788391
(120,131,145)
#67717D
(103,113,125)
#565F69
(86,95,105)
#454D55
(69,77,85)
#343B41
(52,59,65)
#23292D
(35,41,45)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCCBE1

#BCCBE1
(188,203,225)
#C2CFE3
(194,207,227)
#C8D3E5
(200,211,229)
#CED7E7
(206,215,231)
#D4DBE9
(212,219,233)
#DADFEB
(218,223,235)
#E0E3ED
(224,227,237)
#E6E7EF
(230,231,239)
#ECEBF1
(236,235,241)
#F2EFF3
(242,239,243)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBE1; }

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

This text font color is #BCCBE1.

Background Color

.myBgColor { background-color: #BCCBE1; }

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

This div background color is #BCCBE1.

Border color

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

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

This div border color is #BCCBE1.

Opacity

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

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

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

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

This text has shadow with #BCCBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCBE1.

Preview

Color preview on black background

This text has color #BCCBE1 on black background.


Color preview on white background

This text has color #BCCBE1 on white background.


Black color preview on #BCCBE1 background

This text has black color on #BCCBE1 background.


White color preview on #BCCBE1 background

This text has white color on #BCCBE1 background.


Related colors

Complementary color

Complementary color for #hex is #43341E.


I love getcolorcode.com

Triadic colors

1 #E1BCCB and #CBE1BC with #BCCBE1 are triadic colors.

2 #E1CBBC and #CBBCE1 with #BCCBE1 are triadic colors.