COLOR #BCCEEE

HEX: #BCCEEE RGB: (188,206,238)

Color info

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

RGB color model

#BCCEEE color RGB value is (188,206,238).

RGB: (188,206,238) (74%, 81%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 238 of 255 = 93%

188
206
238

R + G + B ~ 83%. #BCCEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 238 = 632 (100%)
R 188 of 632 ~ 29.75%
G 206 of 632 ~ 32.59%
B 238 of 632 ~ 37.66'%

%29.75
%32.59
%37.66

CMYK color model

#BCCEEE color CMYK value is (21,13,0,7).

  • cyan value is 21.01%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,13,0,7)
C21M13Y0K7 (21%, 13%, 0%, 7%)
(0.21 / 0.13 / 0.00 / 0.07)

CMYK percentages

%21.01
%13.45
%0
%6.67

Codes

Color #BCCEEE in popluar color models

BC CE EE
RGB 188 206 238
HSL 218° 59.52% 83.53%
HSB/HSV 218° 21.01% 93.33%
CMYK 21.01% 13.45% 0.00%
6.67%

Color #BCCEEE in popluar number systems.

HEX BC CE EE
Decimal 188 206 238
Binary 10111100 11001110 11101110
Octal 274 316 356

Shades and tints

Shades of #BCCEEE

#BCCEEE
(188,206,238)
#ABBCD9
(171,188,217)
#9AAAC4
(154,170,196)
#8998AF
(137,152,175)
#78869A
(120,134,154)
#677485
(103,116,133)
#566270
(86,98,112)
#45505B
(69,80,91)
#343E46
(52,62,70)
#232C31
(35,44,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #BCCEEE

#BCCEEE
(188,206,238)
#C2D2EF
(194,210,239)
#C8D6F0
(200,214,240)
#CEDAF1
(206,218,241)
#D4DEF2
(212,222,242)
#DAE2F3
(218,226,243)
#E0E6F4
(224,230,244)
#E6EAF5
(230,234,245)
#ECEEF6
(236,238,246)
#F2F2F7
(242,242,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCEEE color. Also use rgb(188,206,238) instead hex code.

Text Font Color

.myTextColor { color: #BCCEEE; }

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

This text font color is #BCCEEE.

Background Color

.myBgColor { background-color: #BCCEEE; }

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

This div background color is #BCCEEE.

Border color

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

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

This div border color is #BCCEEE.

Opacity

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

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

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

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

This text has shadow with #BCCEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEEE.

Preview

Color preview on black background

This text has color #BCCEEE on black background.


Color preview on white background

This text has color #BCCEEE on white background.


Black color preview on #BCCEEE background

This text has black color on #BCCEEE background.


White color preview on #BCCEEE background

This text has white color on #BCCEEE background.


Related colors

Complementary color

Complementary color for #hex is #433111.


I love getcolorcode.com

Triadic colors

1 #EEBCCE and #CEEEBC with #BCCEEE are triadic colors.

2 #EECEBC and #CEBCEE with #BCCEEE are triadic colors.