COLOR #BCCFF3

HEX: #BCCFF3 RGB: (188,207,243)

Color info

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

RGB color model

#BCCFF3 color RGB value is (188,207,243).

RGB: (188,207,243) (74%, 81%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 243 of 255 = 95%

188
207
243

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

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 243 = 638 (100%)
R 188 of 638 ~ 29.47%
G 207 of 638 ~ 32.45%
B 243 of 638 ~ 38.09'%

%29.47
%32.45
%38.09

CMYK color model

#BCCFF3 color CMYK value is (23,15,0,5).

  • cyan value is 22.63%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (23,15,0,5)
C23M15Y0K5 (23%, 15%, 0%, 5%)
(0.23 / 0.15 / 0.00 / 0.05)

CMYK percentages

%22.63
%14.81
%0
%4.71

Codes

Color #BCCFF3 in popluar color models

BC CF F3
RGB 188 207 243
HSL 219° 69.62% 84.51%
HSB/HSV 219° 22.63% 95.29%
CMYK 22.63% 14.81% 0.00%
4.71%

Color #BCCFF3 in popluar number systems.

HEX BC CF F3
Decimal 188 207 243
Binary 10111100 11001111 11110011
Octal 274 317 363

Shades and tints

Shades of #BCCFF3

#BCCFF3
(188,207,243)
#ABBDDD
(171,189,221)
#9AABC7
(154,171,199)
#8999B1
(137,153,177)
#78879B
(120,135,155)
#677585
(103,117,133)
#56636F
(86,99,111)
#455159
(69,81,89)
#343F43
(52,63,67)
#232D2D
(35,45,45)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCCFF3

#BCCFF3
(188,207,243)
#C2D3F4
(194,211,244)
#C8D7F5
(200,215,245)
#CEDBF6
(206,219,246)
#D4DFF7
(212,223,247)
#DAE3F8
(218,227,248)
#E0E7F9
(224,231,249)
#E6EBFA
(230,235,250)
#ECEFFB
(236,239,251)
#F2F3FC
(242,243,252)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCFF3 color. Also use rgb(188,207,243) instead hex code.

Text Font Color

.myTextColor { color: #BCCFF3; }

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

This text font color is #BCCFF3.

Background Color

.myBgColor { background-color: #BCCFF3; }

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

This div background color is #BCCFF3.

Border color

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

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

This div border color is #BCCFF3.

Opacity

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

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

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

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

This text has shadow with #BCCFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCFF3.

Preview

Color preview on black background

This text has color #BCCFF3 on black background.


Color preview on white background

This text has color #BCCFF3 on white background.


Black color preview on #BCCFF3 background

This text has black color on #BCCFF3 background.


White color preview on #BCCFF3 background

This text has white color on #BCCFF3 background.


Related colors

Complementary color

Complementary color for #hex is #43300C.


I love getcolorcode.com

Triadic colors

1 #F3BCCF and #CFF3BC with #BCCFF3 are triadic colors.

2 #F3CFBC and #CFBCF3 with #BCCFF3 are triadic colors.