COLOR #BCBFE6

HEX: #BCBFE6 RGB: (188,191,230)

Color info

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

RGB color model

#BCBFE6 color RGB value is (188,191,230).

RGB: (188,191,230) (74%, 75%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 230 of 255 = 90%

188
191
230

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

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 230 = 609 (100%)
R 188 of 609 ~ 30.87%
G 191 of 609 ~ 31.36%
B 230 of 609 ~ 37.77'%

%30.87
%31.36
%37.77

CMYK color model

#BCBFE6 color CMYK value is (18,17,0,10).

  • cyan value is 18.26%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (18,17,0,10)
C18M17Y0K10 (18%, 17%, 0%, 10%)
(0.18 / 0.17 / 0.00 / 0.10)

CMYK percentages

%18.26
%16.96
%0
%9.8

Codes

Color #BCBFE6 in popluar color models

BC BF E6
RGB 188 191 230
HSL 236° 45.65% 81.96%
HSB/HSV 236° 18.26% 90.20%
CMYK 18.26% 16.96% 0.00%
9.80%

Color #BCBFE6 in popluar number systems.

HEX BC BF E6
Decimal 188 191 230
Binary 10111100 10111111 11100110
Octal 274 277 346

Shades and tints

Shades of #BCBFE6

#BCBFE6
(188,191,230)
#ABAED2
(171,174,210)
#9A9DBE
(154,157,190)
#898CAA
(137,140,170)
#787B96
(120,123,150)
#676A82
(103,106,130)
#56596E
(86,89,110)
#45485A
(69,72,90)
#343746
(52,55,70)
#232632
(35,38,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #BCBFE6

#BCBFE6
(188,191,230)
#C2C4E8
(194,196,232)
#C8C9EA
(200,201,234)
#CECEEC
(206,206,236)
#D4D3EE
(212,211,238)
#DAD8F0
(218,216,240)
#E0DDF2
(224,221,242)
#E6E2F4
(230,226,244)
#ECE7F6
(236,231,246)
#F2ECF8
(242,236,248)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFE6; }

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

This text font color is #BCBFE6.

Background Color

.myBgColor { background-color: #BCBFE6; }

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

This div background color is #BCBFE6.

Border color

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

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

This div border color is #BCBFE6.

Opacity

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

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

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

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

This text has shadow with #BCBFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBFE6.

Preview

Color preview on black background

This text has color #BCBFE6 on black background.


Color preview on white background

This text has color #BCBFE6 on white background.


Black color preview on #BCBFE6 background

This text has black color on #BCBFE6 background.


White color preview on #BCBFE6 background

This text has white color on #BCBFE6 background.


Related colors

Complementary color

Complementary color for #hex is #434019.


I love getcolorcode.com

Triadic colors

1 #E6BCBF and #BFE6BC with #BCBFE6 are triadic colors.

2 #E6BFBC and #BFBCE6 with #BCBFE6 are triadic colors.