COLOR #BCB8F2

HEX: #BCB8F2
RGB: (188,184,242)

Color info

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

RGB color model

#BCB8F2 color RGB value is (188,184,242).

  • red value is 188;
  • green value is 184;
  • blue value is 242.
RGB:
(188,184,242)
(74%,72%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 242 of 255 = 95%

188
184
242

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

Portions of RGB colors in percentages

R + G + B =
188 + 184 + 242 = 614 (100%)
R 188 of 614 ~ 30.62%
G 184 of 614 ~ 29.97%
B 242 of 614 ~ 39.41%

%30.62
%29.97
%39.41

CMYK color model

#BCB8F2 color CMYK value is (22,24,0,5).

  • cyan value is 22.31%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,24,0,5)
C22M24Y0K5 
(22%,24%,0%,5%)
(0.22/0.24/0.00/0.05)	

CMYK percentages

%22.31
%23.97
%0
%5.1

Codes

Color #BCB8F2 in popluar color models

BCB8F2
RGB188184242
HSL244°69.05%83.53%
HSB/HSV244°23.97%94.90%
CMYK22.31%23.97%0.00%
5.10%

Color #BCB8F2 in popluar number systems.

HEXBCB8F2
Decimal188184242
Binary101111001011100011110010
Octal274270362

Shades and tints

Shades of #BCB8F2

#BCB8F2
(188,184,242)
#ABA8DC
(171,168,220)
#9A98C6
(154,152,198)
#8988B0
(137,136,176)
#78789A
(120,120,154)
#676884
(103,104,132)
#56586E
(86,88,110)
#454858
(69,72,88)
#343842
(52,56,66)
#23282C
(35,40,44)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCB8F2

#BCB8F2
(188,184,242)
#C2BEF3
(194,190,243)
#C8C4F4
(200,196,244)
#CECAF5
(206,202,245)
#D4D0F6
(212,208,246)
#DAD6F7
(218,214,247)
#E0DCF8
(224,220,248)
#E6E2F9
(230,226,249)
#ECE8FA
(236,232,250)
#F2EEFB
(242,238,251)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB8F2 color. Also use rgb(188,184,242) instead hex code.

Text Font Color

.myTextColor { color: #BCB8F2; }

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

This text font color is #BCB8F2.


Background Color

.myBgColor { background-color: #BCB8F2; }

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

This div background color is #BCB8F2.


Border color

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

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

This div border color is #BCB8F2.


Opacity

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

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

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

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

This text has shadow with #BCB8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB8F2 on black background.


Color preview on white background

This text has color #BCB8F2 on white background.



Black color preview on #BCB8F2 background

This text has black color on #BCB8F2 background.


White color preview on #BCB8F2 background

This text has white color on #BCB8F2 background.