COLOR #BCCCFA

HEX: #BCCCFA RGB: (188,204,250)

Color info

#BCCCFA contains mainly green and blue colors. Web safe color of #BCCCFA is #CCCCFF (or #CCF).

RGB color model

#BCCCFA color RGB value is (188,204,250).

RGB: (188,204,250) (74%, 80%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 250 of 255 = 98%

188
204
250

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

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 250 = 642 (100%)
R 188 of 642 ~ 29.28%
G 204 of 642 ~ 31.78%
B 250 of 642 ~ 38.94'%

%29.28
%31.78
%38.94

CMYK color model

#BCCCFA color CMYK value is (25,18,0,2).

  • cyan value is 24.80%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (25,18,0,2)
C25M18Y0K2 (25%, 18%, 0%, 2%)
(0.25 / 0.18 / 0.00 / 0.02)

CMYK percentages

%24.8
%18.4
%0
%1.96

Codes

Color #BCCCFA in popluar color models

BC CC FA
RGB 188 204 250
HSL 225° 86.11% 85.88%
HSB/HSV 225° 24.80% 98.04%
CMYK 24.80% 18.40% 0.00%
1.96%

Color #BCCCFA in popluar number systems.

HEX BC CC FA
Decimal 188 204 250
Binary 10111100 11001100 11111010
Octal 274 314 372

Shades and tints

Shades of #BCCCFA

#BCCCFA
(188,204,250)
#ABBAE4
(171,186,228)
#9AA8CE
(154,168,206)
#8996B8
(137,150,184)
#7884A2
(120,132,162)
#67728C
(103,114,140)
#566076
(86,96,118)
#454E60
(69,78,96)
#343C4A
(52,60,74)
#232A34
(35,42,52)
#12181E
(18,24,30)
#000000
(0,0,0)

Tints of #BCCCFA

#BCCCFA
(188,204,250)
#C2D0FA
(194,208,250)
#C8D4FA
(200,212,250)
#CED8FA
(206,216,250)
#D4DCFA
(212,220,250)
#DAE0FA
(218,224,250)
#E0E4FA
(224,228,250)
#E6E8FA
(230,232,250)
#ECECFA
(236,236,250)
#F2F0FA
(242,240,250)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCFA; }

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

This text font color is #BCCCFA.

Background Color

.myBgColor { background-color: #BCCCFA; }

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

This div background color is #BCCCFA.

Border color

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

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

This div border color is #BCCCFA.

Opacity

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

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

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

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

This text has shadow with #BCCCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCFA.

Preview

Color preview on black background

This text has color #BCCCFA on black background.


Color preview on white background

This text has color #BCCCFA on white background.


Black color preview on #BCCCFA background

This text has black color on #BCCCFA background.


White color preview on #BCCCFA background

This text has white color on #BCCCFA background.


Related colors

Complementary color

Complementary color for #hex is #433305.


I love getcolorcode.com

Triadic colors

1 #FABCCC and #CCFABC with #BCCCFA are triadic colors.

2 #FACCBC and #CCBCFA with #BCCCFA are triadic colors.