COLOR #BCCCE9

HEX: #BCCCE9 RGB: (188,204,233)

Color info

#BCCCE9 contains red, green and blue colors in about the same proportion. Web safe color of #BCCCE9 is #CCCCFF (or #CCF).

RGB color model

#BCCCE9 color RGB value is (188,204,233).

RGB: (188,204,233) (74%, 80%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 233 of 255 = 91%

188
204
233

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

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 233 = 625 (100%)
R 188 of 625 ~ 30.08%
G 204 of 625 ~ 32.64%
B 233 of 625 ~ 37.28'%

%30.08
%32.64
%37.28

CMYK color model

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

  • cyan value is 19.31%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (19,12,0,9)
C19M12Y0K9 (19%, 12%, 0%, 9%)
(0.19 / 0.12 / 0.00 / 0.09)

CMYK percentages

%19.31
%12.45
%0
%8.63

Codes

Color #BCCCE9 in popluar color models

BC CC E9
RGB 188 204 233
HSL 219° 50.56% 82.55%
HSB/HSV 219° 19.31% 91.37%
CMYK 19.31% 12.45% 0.00%
8.63%

Color #BCCCE9 in popluar number systems.

HEX BC CC E9
Decimal 188 204 233
Binary 10111100 11001100 11101001
Octal 274 314 351

Shades and tints

Shades of #BCCCE9

#BCCCE9
(188,204,233)
#ABBAD4
(171,186,212)
#9AA8BF
(154,168,191)
#8996AA
(137,150,170)
#788495
(120,132,149)
#677280
(103,114,128)
#56606B
(86,96,107)
#454E56
(69,78,86)
#343C41
(52,60,65)
#232A2C
(35,42,44)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCCCE9

#BCCCE9
(188,204,233)
#C2D0EB
(194,208,235)
#C8D4ED
(200,212,237)
#CED8EF
(206,216,239)
#D4DCF1
(212,220,241)
#DAE0F3
(218,224,243)
#E0E4F5
(224,228,245)
#E6E8F7
(230,232,247)
#ECECF9
(236,236,249)
#F2F0FB
(242,240,251)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCE9; }

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

This text font color is #BCCCE9.

Background Color

.myBgColor { background-color: #BCCCE9; }

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

This div background color is #BCCCE9.

Border color

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

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

This div border color is #BCCCE9.

Opacity

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

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

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

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

This text has shadow with #BCCCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCE9.

Preview

Color preview on black background

This text has color #BCCCE9 on black background.


Color preview on white background

This text has color #BCCCE9 on white background.


Black color preview on #BCCCE9 background

This text has black color on #BCCCE9 background.


White color preview on #BCCCE9 background

This text has white color on #BCCCE9 background.


Related colors

Complementary color

Complementary color for #hex is #433316.


I love getcolorcode.com

Triadic colors

1 #E9BCCC and #CCE9BC with #BCCCE9 are triadic colors.

2 #E9CCBC and #CCBCE9 with #BCCCE9 are triadic colors.