COLOR #BCB6ED

HEX: #BCB6ED RGB: (188,182,237)

Color info

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

RGB color model

#BCB6ED color RGB value is (188,182,237).

RGB: (188,182,237) (74%, 71%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 237 of 255 = 93%

188
182
237

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

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 237 = 607 (100%)
R 188 of 607 ~ 30.97%
G 182 of 607 ~ 29.98%
B 237 of 607 ~ 39.04'%

%30.97
%29.98
%39.04

CMYK color model

#BCB6ED color CMYK value is (21,23,0,7).

  • cyan value is 20.68%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (21,23,0,7) C21M23Y0K7 (21%,23%,0%,7%) (0.21/0.23/0.00/0.07) 

CMYK percentages

%20.68
%23.21
%0
%7.06

Codes

Color #BCB6ED in popluar color models

BC B6 ED
RGB 188 182 237
HSL 247° 60.44% 82.16%
HSB/HSV 247° 23.21% 92.94%
CMYK 20.68% 23.21% 0.00%
7.06%

Color #BCB6ED in popluar number systems.

HEX BC B6 ED
Decimal 188 182 237
Binary 10111100 10110110 11101101
Octal 274 266 355

Shades and tints

Shades of #BCB6ED

#BCB6ED
(188,182,237)
#ABA6D8
(171,166,216)
#9A96C3
(154,150,195)
#8986AE
(137,134,174)
#787699
(120,118,153)
#676684
(103,102,132)
#56566F
(86,86,111)
#45465A
(69,70,90)
#343645
(52,54,69)
#232630
(35,38,48)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #BCB6ED

#BCB6ED
(188,182,237)
#C2BCEE
(194,188,238)
#C8C2EF
(200,194,239)
#CEC8F0
(206,200,240)
#D4CEF1
(212,206,241)
#DAD4F2
(218,212,242)
#E0DAF3
(224,218,243)
#E6E0F4
(230,224,244)
#ECE6F5
(236,230,245)
#F2ECF6
(242,236,246)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB6ED color. Also use rgb(188,182,237) instead hex code.

Text Font Color

.myTextColor { color: #BCB6ED; }

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

This text font color is #BCB6ED.

Background Color

.myBgColor { background-color: #BCB6ED; }

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

This div background color is #BCB6ED.

Border color

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

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

This div border color is #BCB6ED.

Opacity

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

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

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

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

This text has shadow with #BCB6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6ED.

Preview

Color preview on black background

This text has color #BCB6ED on black background.


Color preview on white background

This text has color #BCB6ED on white background.


Black color preview on #BCB6ED background

This text has black color on #BCB6ED background.


White color preview on #BCB6ED background

This text has white color on #BCB6ED background.


Related colors

Complementary color

Complementary color for #hex is #434912.


I love getcolorcode.com

Triadic colors

1 #EDBCB6 and #B6EDBC with #BCB6ED are triadic colors.

2 #EDB6BC and #B6BCED with #BCB6ED are triadic colors.