COLOR #BCD1F7

HEX: #BCD1F7 RGB: (188,209,247)

Color info

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

RGB color model

#BCD1F7 color RGB value is (188,209,247).

RGB: (188,209,247) (74%, 82%, 97%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 247 of 255 = 97%

188
209
247

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

Portions of RGB colors in percentages

R + G + B = 188 + 209 + 247 = 644 (100%)
R 188 of 644 ~ 29.19%
G 209 of 644 ~ 32.45%
B 247 of 644 ~ 38.35'%

%29.19
%32.45
%38.35

CMYK color model

#BCD1F7 color CMYK value is (24,15,0,3).

  • cyan value is 23.89%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (24,15,0,3)
C24M15Y0K3 (24%, 15%, 0%, 3%)
(0.24 / 0.15 / 0.00 / 0.03)

CMYK percentages

%23.89
%15.38
%0
%3.14

Codes

Color #BCD1F7 in popluar color models

BC D1 F7
RGB 188 209 247
HSL 219° 78.67% 85.29%
HSB/HSV 219° 23.89% 96.86%
CMYK 23.89% 15.38% 0.00%
3.14%

Color #BCD1F7 in popluar number systems.

HEX BC D1 F7
Decimal 188 209 247
Binary 10111100 11010001 11110111
Octal 274 321 367

Shades and tints

Shades of #BCD1F7

#BCD1F7
(188,209,247)
#ABBEE1
(171,190,225)
#9AABCB
(154,171,203)
#8998B5
(137,152,181)
#78859F
(120,133,159)
#677289
(103,114,137)
#565F73
(86,95,115)
#454C5D
(69,76,93)
#343947
(52,57,71)
#232631
(35,38,49)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #BCD1F7

#BCD1F7
(188,209,247)
#C2D5F7
(194,213,247)
#C8D9F7
(200,217,247)
#CEDDF7
(206,221,247)
#D4E1F7
(212,225,247)
#DAE5F7
(218,229,247)
#E0E9F7
(224,233,247)
#E6EDF7
(230,237,247)
#ECF1F7
(236,241,247)
#F2F5F7
(242,245,247)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD1F7 color. Also use rgb(188,209,247) instead hex code.

Text Font Color

.myTextColor { color: #BCD1F7; }

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

This text font color is #BCD1F7.

Background Color

.myBgColor { background-color: #BCD1F7; }

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

This div background color is #BCD1F7.

Border color

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

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

This div border color is #BCD1F7.

Opacity

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

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

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

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

This text has shadow with #BCD1F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD1F7.

Preview

Color preview on black background

This text has color #BCD1F7 on black background.


Color preview on white background

This text has color #BCD1F7 on white background.


Black color preview on #BCD1F7 background

This text has black color on #BCD1F7 background.


White color preview on #BCD1F7 background

This text has white color on #BCD1F7 background.


Related colors

Complementary color

Complementary color for #hex is #432E08.


I love getcolorcode.com

Triadic colors

1 #F7BCD1 and #D1F7BC with #BCD1F7 are triadic colors.

2 #F7D1BC and #D1BCF7 with #BCD1F7 are triadic colors.