COLOR #BCB4EB

HEX: #BCB4EB
RGB: (188,180,235)

Color info

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

RGB color model

#BCB4EB color RGB value is (188,180,235).

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

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 235 of 255 = 92%

188
180
235

R + G + B ~ 79%. #BCB4EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 235 = 603 (100%)
R 188 of 603 ~ 31.18%
G 180 of 603 ~ 29.85%
B 235 of 603 ~ 38.97%

%31.18
%29.85
%38.97

CMYK color model

#BCB4EB color CMYK value is (20,23,0,8).

  • cyan value is 20.00%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,23,0,8)
C20M23Y0K8 
(20%,23%,0%,8%)
(0.20/0.23/0.00/0.08)	

CMYK percentages

%20
%23.4
%0
%7.84

Codes

Color #BCB4EB in popluar color models

BCB4EB
RGB188180235
HSL249°57.89%81.37%
HSB/HSV249°23.40%92.16%
CMYK20.00%23.40%0.00%
7.84%

Color #BCB4EB in popluar number systems.

HEXBCB4EB
Decimal188180235
Binary101111001011010011101011
Octal274264353

Shades and tints

Shades of #BCB4EB

#BCB4EB
(188,180,235)
#ABA4D6
(171,164,214)
#9A94C1
(154,148,193)
#8984AC
(137,132,172)
#787497
(120,116,151)
#676482
(103,100,130)
#56546D
(86,84,109)
#454458
(69,68,88)
#343443
(52,52,67)
#23242E
(35,36,46)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BCB4EB

#BCB4EB
(188,180,235)
#C2BAEC
(194,186,236)
#C8C0ED
(200,192,237)
#CEC6EE
(206,198,238)
#D4CCEF
(212,204,239)
#DAD2F0
(218,210,240)
#E0D8F1
(224,216,241)
#E6DEF2
(230,222,242)
#ECE4F3
(236,228,243)
#F2EAF4
(242,234,244)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4EB; }

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

This text font color is #BCB4EB.


Background Color

.myBgColor { background-color: #BCB4EB; }

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

This div background color is #BCB4EB.


Border color

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

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

This div border color is #BCB4EB.


Opacity

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

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

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

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

This text has shadow with #BCB4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4EB on black background.


Color preview on white background

This text has color #BCB4EB on white background.



Black color preview on #BCB4EB background

This text has black color on #BCB4EB background.


White color preview on #BCB4EB background

This text has white color on #BCB4EB background.