COLOR #BCCBFD

HEX: #BCCBFD RGB: (188,203,253)

Color info

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

RGB color model

#BCCBFD color RGB value is (188,203,253).

RGB: (188,203,253) (74%, 80%, 99%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 253 of 255 = 99%

188
203
253

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

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 253 = 644 (100%)
R 188 of 644 ~ 29.19%
G 203 of 644 ~ 31.52%
B 253 of 644 ~ 39.29'%

%29.19
%31.52
%39.29

CMYK color model

#BCCBFD color CMYK value is (26,20,0,1).

  • cyan value is 25.69%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (26,20,0,1) C26M20Y0K1 (26%,20%,0%,1%) (0.26/0.20/0.00/0.01) 

CMYK percentages

%25.69
%19.76
%0
%0.78

Codes

Color #BCCBFD in popluar color models

BC CB FD
RGB 188 203 253
HSL 226° 94.20% 86.47%
HSB/HSV 226° 25.69% 99.22%
CMYK 25.69% 19.76% 0.00%
0.78%

Color #BCCBFD in popluar number systems.

HEX BC CB FD
Decimal 188 203 253
Binary 10111100 11001011 11111101
Octal 274 313 375

Shades and tints

Shades of #BCCBFD

#BCCBFD
(188,203,253)
#ABB9E6
(171,185,230)
#9AA7CF
(154,167,207)
#8995B8
(137,149,184)
#7883A1
(120,131,161)
#67718A
(103,113,138)
#565F73
(86,95,115)
#454D5C
(69,77,92)
#343B45
(52,59,69)
#23292E
(35,41,46)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCCBFD

#BCCBFD
(188,203,253)
#C2CFFD
(194,207,253)
#C8D3FD
(200,211,253)
#CED7FD
(206,215,253)
#D4DBFD
(212,219,253)
#DADFFD
(218,223,253)
#E0E3FD
(224,227,253)
#E6E7FD
(230,231,253)
#ECEBFD
(236,235,253)
#F2EFFD
(242,239,253)
#F8F3FD
(248,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCBFD color. Also use rgb(188,203,253) instead hex code.

Text Font Color

.myTextColor { color: #BCCBFD; }

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

This text font color is #BCCBFD.

Background Color

.myBgColor { background-color: #BCCBFD; }

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

This div background color is #BCCBFD.

Border color

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

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

This div border color is #BCCBFD.

Opacity

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

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

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

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

This text has shadow with #BCCBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCBFD.

Preview

Color preview on black background

This text has color #BCCBFD on black background.


Color preview on white background

This text has color #BCCBFD on white background.


Black color preview on #BCCBFD background

This text has black color on #BCCBFD background.


White color preview on #BCCBFD background

This text has white color on #BCCBFD background.


Related colors

Complementary color

Complementary color for #hex is #433402.


I love getcolorcode.com

Triadic colors

1 #FDBCCB and #CBFDBC with #BCCBFD are triadic colors.

2 #FDCBBC and #CBBCFD with #BCCBFD are triadic colors.