COLOR #BCF0FD

HEX: #BCF0FD RGB: (188,240,253)

Color info

#BCF0FD contains mainly green and blue colors. Web safe color of #BCF0FD is #CCFFFF (or #CFF).

RGB color model

#BCF0FD color RGB value is (188,240,253).

RGB: (188,240,253) (74%, 94%, 99%)

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 253 of 255 = 99%

188
240
253

R + G + B ~ 89%. #BCF0FD is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 240 + 253 = 681 (100%)
R 188 of 681 ~ 27.61%
G 240 of 681 ~ 35.24%
B 253 of 681 ~ 37.15'%

%27.61
%35.24
%37.15

CMYK color model

#BCF0FD color CMYK value is (26,5,0,1).

  • cyan value is 25.69%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (26,5,0,1) C26M5Y0K1 (26%,5%,0%,1%) (0.26/0.05/0.00/0.01) 

CMYK percentages

%25.69
%5.14
%0
%0.78

Codes

Color #BCF0FD in popluar color models

BC F0 FD
RGB 188 240 253
HSL 192° 94.20% 86.47%
HSB/HSV 192° 25.69% 99.22%
CMYK 25.69% 5.14% 0.00%
0.78%

Color #BCF0FD in popluar number systems.

HEX BC F0 FD
Decimal 188 240 253
Binary 10111100 11110000 11111101
Octal 274 360 375

Shades and tints

Shades of #BCF0FD

#BCF0FD
(188,240,253)
#ABDBE6
(171,219,230)
#9AC6CF
(154,198,207)
#89B1B8
(137,177,184)
#789CA1
(120,156,161)
#67878A
(103,135,138)
#567273
(86,114,115)
#455D5C
(69,93,92)
#344845
(52,72,69)
#23332E
(35,51,46)
#121E17
(18,30,23)
#000000
(0,0,0)

Tints of #BCF0FD

#BCF0FD
(188,240,253)
#C2F1FD
(194,241,253)
#C8F2FD
(200,242,253)
#CEF3FD
(206,243,253)
#D4F4FD
(212,244,253)
#DAF5FD
(218,245,253)
#E0F6FD
(224,246,253)
#E6F7FD
(230,247,253)
#ECF8FD
(236,248,253)
#F2F9FD
(242,249,253)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF0FD; }

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

This text font color is #BCF0FD.

Background Color

.myBgColor { background-color: #BCF0FD; }

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

This div background color is #BCF0FD.

Border color

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

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

This div border color is #BCF0FD.

Opacity

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

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

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

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

This text has shadow with #BCF0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF0FD.

Preview

Color preview on black background

This text has color #BCF0FD on black background.


Color preview on white background

This text has color #BCF0FD on white background.


Black color preview on #BCF0FD background

This text has black color on #BCF0FD background.


White color preview on #BCF0FD background

This text has white color on #BCF0FD background.


Related colors

Complementary color

Complementary color for #hex is #430F02.


I love getcolorcode.com

Triadic colors

1 #FDBCF0 and #F0FDBC with #BCF0FD are triadic colors.

2 #FDF0BC and #F0BCFD with #BCF0FD are triadic colors.