COLOR #BCCAFB

HEX: #BCCAFB RGB: (188,202,251)

Color info

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

RGB color model

#BCCAFB color RGB value is (188,202,251).

RGB: (188,202,251) (74%, 79%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 251 of 255 = 98%

188
202
251

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

Portions of RGB colors in percentages

R + G + B = 188 + 202 + 251 = 641 (100%)
R 188 of 641 ~ 29.33%
G 202 of 641 ~ 31.51%
B 251 of 641 ~ 39.16'%

%29.33
%31.51
%39.16

CMYK color model

#BCCAFB color CMYK value is (25,20,0,2).

  • cyan value is 25.10%
  • magenta value is 19.52%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (25,20,0,2)
C25M20Y0K2 (25%, 20%, 0%, 2%)
(0.25 / 0.20 / 0.00 / 0.02)

CMYK percentages

%25.1
%19.52
%0
%1.57

Codes

Color #BCCAFB in popluar color models

BC CA FB
RGB 188 202 251
HSL 227° 88.73% 86.08%
HSB/HSV 227° 25.10% 98.43%
CMYK 25.10% 19.52% 0.00%
1.57%

Color #BCCAFB in popluar number systems.

HEX BC CA FB
Decimal 188 202 251
Binary 10111100 11001010 11111011
Octal 274 312 373

Shades and tints

Shades of #BCCAFB

#BCCAFB
(188,202,251)
#ABB8E5
(171,184,229)
#9AA6CF
(154,166,207)
#8994B9
(137,148,185)
#7882A3
(120,130,163)
#67708D
(103,112,141)
#565E77
(86,94,119)
#454C61
(69,76,97)
#343A4B
(52,58,75)
#232835
(35,40,53)
#12161F
(18,22,31)
#000000
(0,0,0)

Tints of #BCCAFB

#BCCAFB
(188,202,251)
#C2CEFB
(194,206,251)
#C8D2FB
(200,210,251)
#CED6FB
(206,214,251)
#D4DAFB
(212,218,251)
#DADEFB
(218,222,251)
#E0E2FB
(224,226,251)
#E6E6FB
(230,230,251)
#ECEAFB
(236,234,251)
#F2EEFB
(242,238,251)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCAFB color. Also use rgb(188,202,251) instead hex code.

Text Font Color

.myTextColor { color: #BCCAFB; }

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

This text font color is #BCCAFB.

Background Color

.myBgColor { background-color: #BCCAFB; }

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

This div background color is #BCCAFB.

Border color

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

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

This div border color is #BCCAFB.

Opacity

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

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

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

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

This text has shadow with #BCCAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCAFB.

Preview

Color preview on black background

This text has color #BCCAFB on black background.


Color preview on white background

This text has color #BCCAFB on white background.


Black color preview on #BCCAFB background

This text has black color on #BCCAFB background.


White color preview on #BCCAFB background

This text has white color on #BCCAFB background.


Related colors

Complementary color

Complementary color for #hex is #433504.


I love getcolorcode.com

Triadic colors

1 #FBBCCA and #CAFBBC with #BCCAFB are triadic colors.

2 #FBCABC and #CABCFB with #BCCAFB are triadic colors.