COLOR #BCB5F3

HEX: #BCB5F3 RGB: (188,181,243)

Color info

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

RGB color model

#BCB5F3 color RGB value is (188,181,243).

RGB: (188,181,243) (74%, 71%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 243 of 255 = 95%

188
181
243

R + G + B ~ 80%. #BCB5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 243 = 612 (100%)
R 188 of 612 ~ 30.72%
G 181 of 612 ~ 29.58%
B 243 of 612 ~ 39.71'%

%30.72
%29.58
%39.71

CMYK color model

#BCB5F3 color CMYK value is (23,26,0,5).

  • cyan value is 22.63%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (23,26,0,5)
C23M26Y0K5 (23%, 26%, 0%, 5%)
(0.23 / 0.26 / 0.00 / 0.05)

CMYK percentages

%22.63
%25.51
%0
%4.71

Codes

Color #BCB5F3 in popluar color models

BC B5 F3
RGB 188 181 243
HSL 247° 72.09% 83.14%
HSB/HSV 247° 25.51% 95.29%
CMYK 22.63% 25.51% 0.00%
4.71%

Color #BCB5F3 in popluar number systems.

HEX BC B5 F3
Decimal 188 181 243
Binary 10111100 10110101 11110011
Octal 274 265 363

Shades and tints

Shades of #BCB5F3

#BCB5F3
(188,181,243)
#ABA5DD
(171,165,221)
#9A95C7
(154,149,199)
#8985B1
(137,133,177)
#78759B
(120,117,155)
#676585
(103,101,133)
#56556F
(86,85,111)
#454559
(69,69,89)
#343543
(52,53,67)
#23252D
(35,37,45)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCB5F3

#BCB5F3
(188,181,243)
#C2BBF4
(194,187,244)
#C8C1F5
(200,193,245)
#CEC7F6
(206,199,246)
#D4CDF7
(212,205,247)
#DAD3F8
(218,211,248)
#E0D9F9
(224,217,249)
#E6DFFA
(230,223,250)
#ECE5FB
(236,229,251)
#F2EBFC
(242,235,252)
#F8F1FD
(248,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB5F3 color. Also use rgb(188,181,243) instead hex code.

Text Font Color

.myTextColor { color: #BCB5F3; }

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

This text font color is #BCB5F3.

Background Color

.myBgColor { background-color: #BCB5F3; }

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

This div background color is #BCB5F3.

Border color

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

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

This div border color is #BCB5F3.

Opacity

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

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

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

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

This text has shadow with #BCB5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5F3.

Preview

Color preview on black background

This text has color #BCB5F3 on black background.


Color preview on white background

This text has color #BCB5F3 on white background.


Black color preview on #BCB5F3 background

This text has black color on #BCB5F3 background.


White color preview on #BCB5F3 background

This text has white color on #BCB5F3 background.


Related colors

Complementary color

Complementary color for #hex is #434A0C.


I love getcolorcode.com

Triadic colors

1 #F3BCB5 and #B5F3BC with #BCB5F3 are triadic colors.

2 #F3B5BC and #B5BCF3 with #BCB5F3 are triadic colors.