COLOR #BCBFE2

HEX: #BCBFE2 RGB: (188,191,226)

Color info

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

RGB color model

#BCBFE2 color RGB value is (188,191,226).

RGB: (188,191,226) (74%, 75%, 89%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 226 of 255 = 89%

188
191
226

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

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 226 = 605 (100%)
R 188 of 605 ~ 31.07%
G 191 of 605 ~ 31.57%
B 226 of 605 ~ 37.36'%

%31.07
%31.57
%37.36

CMYK color model

#BCBFE2 color CMYK value is (17,15,0,11).

  • cyan value is 16.81%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (17,15,0,11)
C17M15Y0K11 (17%, 15%, 0%, 11%)
(0.17 / 0.15 / 0.00 / 0.11)

CMYK percentages

%16.81
%15.49
%0
%11.37

Codes

Color #BCBFE2 in popluar color models

BC BF E2
RGB 188 191 226
HSL 235° 39.58% 81.18%
HSB/HSV 235° 16.81% 88.63%
CMYK 16.81% 15.49% 0.00%
11.37%

Color #BCBFE2 in popluar number systems.

HEX BC BF E2
Decimal 188 191 226
Binary 10111100 10111111 11100010
Octal 274 277 342

Shades and tints

Shades of #BCBFE2

#BCBFE2
(188,191,226)
#ABAECE
(171,174,206)
#9A9DBA
(154,157,186)
#898CA6
(137,140,166)
#787B92
(120,123,146)
#676A7E
(103,106,126)
#56596A
(86,89,106)
#454856
(69,72,86)
#343742
(52,55,66)
#23262E
(35,38,46)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCBFE2

#BCBFE2
(188,191,226)
#C2C4E4
(194,196,228)
#C8C9E6
(200,201,230)
#CECEE8
(206,206,232)
#D4D3EA
(212,211,234)
#DAD8EC
(218,216,236)
#E0DDEE
(224,221,238)
#E6E2F0
(230,226,240)
#ECE7F2
(236,231,242)
#F2ECF4
(242,236,244)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFE2; }

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

This text font color is #BCBFE2.

Background Color

.myBgColor { background-color: #BCBFE2; }

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

This div background color is #BCBFE2.

Border color

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

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

This div border color is #BCBFE2.

Opacity

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

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

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

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

This text has shadow with #BCBFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBFE2.

Preview

Color preview on black background

This text has color #BCBFE2 on black background.


Color preview on white background

This text has color #BCBFE2 on white background.


Black color preview on #BCBFE2 background

This text has black color on #BCBFE2 background.


White color preview on #BCBFE2 background

This text has white color on #BCBFE2 background.


Related colors

Complementary color

Complementary color for #hex is #43401D.


I love getcolorcode.com

Triadic colors

1 #E2BCBF and #BFE2BC with #BCBFE2 are triadic colors.

2 #E2BFBC and #BFBCE2 with #BCBFE2 are triadic colors.