COLOR #BCCBF8

HEX: #BCCBF8 RGB: (188,203,248)

Color info

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

RGB color model

#BCCBF8 color RGB value is (188,203,248).

RGB: (188,203,248) (74%, 80%, 97%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 248 of 255 = 97%

188
203
248

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

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 248 = 639 (100%)
R 188 of 639 ~ 29.42%
G 203 of 639 ~ 31.77%
B 248 of 639 ~ 38.81'%

%29.42
%31.77
%38.81

CMYK color model

#BCCBF8 color CMYK value is (24,18,0,3).

  • cyan value is 24.19%
  • magenta value is 18.15%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (24,18,0,3)
C24M18Y0K3 (24%, 18%, 0%, 3%)
(0.24 / 0.18 / 0.00 / 0.03)

CMYK percentages

%24.19
%18.15
%0
%2.75

Codes

Color #BCCBF8 in popluar color models

BC CB F8
RGB 188 203 248
HSL 225° 81.08% 85.49%
HSB/HSV 225° 24.19% 97.25%
CMYK 24.19% 18.15% 0.00%
2.75%

Color #BCCBF8 in popluar number systems.

HEX BC CB F8
Decimal 188 203 248
Binary 10111100 11001011 11111000
Octal 274 313 370

Shades and tints

Shades of #BCCBF8

#BCCBF8
(188,203,248)
#ABB9E2
(171,185,226)
#9AA7CC
(154,167,204)
#8995B6
(137,149,182)
#7883A0
(120,131,160)
#67718A
(103,113,138)
#565F74
(86,95,116)
#454D5E
(69,77,94)
#343B48
(52,59,72)
#232932
(35,41,50)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #BCCBF8

#BCCBF8
(188,203,248)
#C2CFF8
(194,207,248)
#C8D3F8
(200,211,248)
#CED7F8
(206,215,248)
#D4DBF8
(212,219,248)
#DADFF8
(218,223,248)
#E0E3F8
(224,227,248)
#E6E7F8
(230,231,248)
#ECEBF8
(236,235,248)
#F2EFF8
(242,239,248)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBF8; }

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

This text font color is #BCCBF8.

Background Color

.myBgColor { background-color: #BCCBF8; }

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

This div background color is #BCCBF8.

Border color

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

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

This div border color is #BCCBF8.

Opacity

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

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

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

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

This text has shadow with #BCCBF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCBF8.

Preview

Color preview on black background

This text has color #BCCBF8 on black background.


Color preview on white background

This text has color #BCCBF8 on white background.


Black color preview on #BCCBF8 background

This text has black color on #BCCBF8 background.


White color preview on #BCCBF8 background

This text has white color on #BCCBF8 background.


Related colors

Complementary color

Complementary color for #hex is #433407.


I love getcolorcode.com

Triadic colors

1 #F8BCCB and #CBF8BC with #BCCBF8 are triadic colors.

2 #F8CBBC and #CBBCF8 with #BCCBF8 are triadic colors.