COLOR #BCBFE0

HEX: #BCBFE0 RGB: (188,191,224)

Color info

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

RGB color model

#BCBFE0 color RGB value is (188,191,224).

RGB: (188,191,224) (74%, 75%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 224 of 255 = 88%

188
191
224

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

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 224 = 603 (100%)
R 188 of 603 ~ 31.18%
G 191 of 603 ~ 31.67%
B 224 of 603 ~ 37.15'%

%31.18
%31.67
%37.15

CMYK color model

#BCBFE0 color CMYK value is (16,15,0,12).

  • cyan value is 16.07%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (16,15,0,12)
C16M15Y0K12 (16%, 15%, 0%, 12%)
(0.16 / 0.15 / 0.00 / 0.12)

CMYK percentages

%16.07
%14.73
%0
%12.16

Codes

Color #BCBFE0 in popluar color models

BC BF E0
RGB 188 191 224
HSL 235° 36.73% 80.78%
HSB/HSV 235° 16.07% 87.84%
CMYK 16.07% 14.73% 0.00%
12.16%

Color #BCBFE0 in popluar number systems.

HEX BC BF E0
Decimal 188 191 224
Binary 10111100 10111111 11100000
Octal 274 277 340

Shades and tints

Shades of #BCBFE0

#BCBFE0
(188,191,224)
#ABAECC
(171,174,204)
#9A9DB8
(154,157,184)
#898CA4
(137,140,164)
#787B90
(120,123,144)
#676A7C
(103,106,124)
#565968
(86,89,104)
#454854
(69,72,84)
#343740
(52,55,64)
#23262C
(35,38,44)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCBFE0

#BCBFE0
(188,191,224)
#C2C4E2
(194,196,226)
#C8C9E4
(200,201,228)
#CECEE6
(206,206,230)
#D4D3E8
(212,211,232)
#DAD8EA
(218,216,234)
#E0DDEC
(224,221,236)
#E6E2EE
(230,226,238)
#ECE7F0
(236,231,240)
#F2ECF2
(242,236,242)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBFE0 color. Also use rgb(188,191,224) instead hex code.

Text Font Color

.myTextColor { color: #BCBFE0; }

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

This text font color is #BCBFE0.

Background Color

.myBgColor { background-color: #BCBFE0; }

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

This div background color is #BCBFE0.

Border color

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

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

This div border color is #BCBFE0.

Opacity

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

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

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

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

This text has shadow with #BCBFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBFE0.

Preview

Color preview on black background

This text has color #BCBFE0 on black background.


Color preview on white background

This text has color #BCBFE0 on white background.


Black color preview on #BCBFE0 background

This text has black color on #BCBFE0 background.


White color preview on #BCBFE0 background

This text has white color on #BCBFE0 background.


Related colors

Complementary color

Complementary color for #hex is #43401F.


I love getcolorcode.com

Triadic colors

1 #E0BCBF and #BFE0BC with #BCBFE0 are triadic colors.

2 #E0BFBC and #BFBCE0 with #BCBFE0 are triadic colors.