COLOR #BCCEF5

HEX: #BCCEF5 RGB: (188,206,245)

Color info

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

RGB color model

#BCCEF5 color RGB value is (188,206,245).

RGB: (188,206,245) (74%, 81%, 96%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 245 of 255 = 96%

188
206
245

R + G + B ~ 84%. #BCCEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 245 = 639 (100%)
R 188 of 639 ~ 29.42%
G 206 of 639 ~ 32.24%
B 245 of 639 ~ 38.34'%

%29.42
%32.24
%38.34

CMYK color model

#BCCEF5 color CMYK value is (23,16,0,4).

  • cyan value is 23.27%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (23,16,0,4)
C23M16Y0K4 (23%, 16%, 0%, 4%)
(0.23 / 0.16 / 0.00 / 0.04)

CMYK percentages

%23.27
%15.92
%0
%3.92

Codes

Color #BCCEF5 in popluar color models

BC CE F5
RGB 188 206 245
HSL 221° 74.03% 84.90%
HSB/HSV 221° 23.27% 96.08%
CMYK 23.27% 15.92% 0.00%
3.92%

Color #BCCEF5 in popluar number systems.

HEX BC CE F5
Decimal 188 206 245
Binary 10111100 11001110 11110101
Octal 274 316 365

Shades and tints

Shades of #BCCEF5

#BCCEF5
(188,206,245)
#ABBCDF
(171,188,223)
#9AAAC9
(154,170,201)
#8998B3
(137,152,179)
#78869D
(120,134,157)
#677487
(103,116,135)
#566271
(86,98,113)
#45505B
(69,80,91)
#343E45
(52,62,69)
#232C2F
(35,44,47)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCCEF5

#BCCEF5
(188,206,245)
#C2D2F5
(194,210,245)
#C8D6F5
(200,214,245)
#CEDAF5
(206,218,245)
#D4DEF5
(212,222,245)
#DAE2F5
(218,226,245)
#E0E6F5
(224,230,245)
#E6EAF5
(230,234,245)
#ECEEF5
(236,238,245)
#F2F2F5
(242,242,245)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEF5; }

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

This text font color is #BCCEF5.

Background Color

.myBgColor { background-color: #BCCEF5; }

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

This div background color is #BCCEF5.

Border color

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

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

This div border color is #BCCEF5.

Opacity

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

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

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

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

This text has shadow with #BCCEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEF5.

Preview

Color preview on black background

This text has color #BCCEF5 on black background.


Color preview on white background

This text has color #BCCEF5 on white background.


Black color preview on #BCCEF5 background

This text has black color on #BCCEF5 background.


White color preview on #BCCEF5 background

This text has white color on #BCCEF5 background.


Related colors

Complementary color

Complementary color for #hex is #43310A.


I love getcolorcode.com

Triadic colors

1 #F5BCCE and #CEF5BC with #BCCEF5 are triadic colors.

2 #F5CEBC and #CEBCF5 with #BCCEF5 are triadic colors.