COLOR #BCD4FF

HEX: #BCD4FF RGB: (188,212,255)

Color info

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

RGB color model

#BCD4FF color RGB value is (188,212,255).

RGB: (188,212,255) (74%, 83%, 100%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 255 of 255 = 100%

188
212
255

R + G + B ~ 86%. #BCD4FF is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 212 + 255 = 655 (100%)
R 188 of 655 ~ 28.7%
G 212 of 655 ~ 32.37%
B 255 of 655 ~ 38.93'%

%28.7
%32.37
%38.93

CMYK color model

#BCD4FF color CMYK value is (26,17,0,0).

  • cyan value is 26.27%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (26,17,0,0)
C26M17Y0K0 (26%, 17%, 0%, 0%)
(0.26 / 0.17 / 0.00 / 0.00)

CMYK percentages

%26.27
%16.86
%0
%0

Codes

Color #BCD4FF in popluar color models

BC D4 FF
RGB 188 212 255
HSL 219° 100.00% 86.86%
HSB/HSV 219° 26.27% 100.00%
CMYK 26.27% 16.86% 0.00%
0.00%

Color #BCD4FF in popluar number systems.

HEX BC D4 FF
Decimal 188 212 255
Binary 10111100 11010100 11111111
Octal 274 324 377

Shades and tints

Shades of #BCD4FF

#BCD4FF
(188,212,255)
#ABC1E8
(171,193,232)
#9AAED1
(154,174,209)
#899BBA
(137,155,186)
#7888A3
(120,136,163)
#67758C
(103,117,140)
#566275
(86,98,117)
#454F5E
(69,79,94)
#343C47
(52,60,71)
#232930
(35,41,48)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCD4FF

#BCD4FF
(188,212,255)
#C2D7FF
(194,215,255)
#C8DAFF
(200,218,255)
#CEDDFF
(206,221,255)
#D4E0FF
(212,224,255)
#DAE3FF
(218,227,255)
#E0E6FF
(224,230,255)
#E6E9FF
(230,233,255)
#ECECFF
(236,236,255)
#F2EFFF
(242,239,255)
#F8F2FF
(248,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD4FF color. Also use rgb(188,212,255) instead hex code.

Text Font Color

.myTextColor { color: #BCD4FF; }

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

This text font color is #BCD4FF.

Background Color

.myBgColor { background-color: #BCD4FF; }

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

This div background color is #BCD4FF.

Border color

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

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

This div border color is #BCD4FF.

Opacity

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

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

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

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

This text has shadow with #BCD4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD4FF.

Preview

Color preview on black background

This text has color #BCD4FF on black background.


Color preview on white background

This text has color #BCD4FF on white background.


Black color preview on #BCD4FF background

This text has black color on #BCD4FF background.


White color preview on #BCD4FF background

This text has white color on #BCD4FF background.


Related colors

Complementary color

Complementary color for #hex is #432B00.


I love getcolorcode.com

Triadic colors

1 #FFBCD4 and #D4FFBC with #BCD4FF are triadic colors.

2 #FFD4BC and #D4BCFF with #BCD4FF are triadic colors.