COLOR #BCB4E2

HEX: #BCB4E2
RGB: (188,180,226)

Color info

#BCB4E2 contains red, green and blue colors in about the same proportion. Web safe color of #BCB4E2 is #CCCCCC (or #CCC).

RGB color model

#BCB4E2 color RGB value is (188,180,226).

  • red value is 188;
  • green value is 180;
  • blue value is 226.
RGB:
(188,180,226)
(74%,71%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 226 of 255 = 89%

188
180
226

R + G + B ~ 78%. #BCB4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 226 = 594 (100%)
R 188 of 594 ~ 31.65%
G 180 of 594 ~ 30.3%
B 226 of 594 ~ 38.05%

%31.65
%30.3
%38.05

CMYK color model

#BCB4E2 color CMYK value is (17,20,0,11).

  • cyan value is 16.81%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,20,0,11)
C17M20Y0K11 
(17%,20%,0%,11%)
(0.17/0.20/0.00/0.11)	

CMYK percentages

%16.81
%20.35
%0
%11.37

Codes

Color #BCB4E2 in popluar color models

BCB4E2
RGB188180226
HSL250°44.23%79.61%
HSB/HSV250°20.35%88.63%
CMYK16.81%20.35%0.00%
11.37%

Color #BCB4E2 in popluar number systems.

HEXBCB4E2
Decimal188180226
Binary101111001011010011100010
Octal274264342

Shades and tints

Shades of #BCB4E2

#BCB4E2
(188,180,226)
#ABA4CE
(171,164,206)
#9A94BA
(154,148,186)
#8984A6
(137,132,166)
#787492
(120,116,146)
#67647E
(103,100,126)
#56546A
(86,84,106)
#454456
(69,68,86)
#343442
(52,52,66)
#23242E
(35,36,46)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #BCB4E2

#BCB4E2
(188,180,226)
#C2BAE4
(194,186,228)
#C8C0E6
(200,192,230)
#CEC6E8
(206,198,232)
#D4CCEA
(212,204,234)
#DAD2EC
(218,210,236)
#E0D8EE
(224,216,238)
#E6DEF0
(230,222,240)
#ECE4F2
(236,228,242)
#F2EAF4
(242,234,244)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB4E2 color. Also use rgb(188,180,226) instead hex code.

Text Font Color

.myTextColor { color: #BCB4E2; }

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

This text font color is #BCB4E2.


Background Color

.myBgColor { background-color: #BCB4E2; }

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

This div background color is #BCB4E2.


Border color

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

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

This div border color is #BCB4E2.


Opacity

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

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

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

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

This text has shadow with #BCB4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4E2 on black background.


Color preview on white background

This text has color #BCB4E2 on white background.



Black color preview on #BCB4E2 background

This text has black color on #BCB4E2 background.


White color preview on #BCB4E2 background

This text has white color on #BCB4E2 background.