COLOR #BCBBED

HEX: #BCBBED RGB: (188,187,237)

Color info

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

RGB color model

#BCBBED color RGB value is (188,187,237).

RGB: (188,187,237) (74%, 73%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 237 of 255 = 93%

188
187
237

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 237 = 612 (100%)
R 188 of 612 ~ 30.72%
G 187 of 612 ~ 30.56%
B 237 of 612 ~ 38.73'%

%30.72
%30.56
%38.73

CMYK color model

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

  • cyan value is 20.68%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,21,0,7)
C21M21Y0K7 (21%, 21%, 0%, 7%)
(0.21 / 0.21 / 0.00 / 0.07)

CMYK percentages

%20.68
%21.1
%0
%7.06

Codes

Color #BCBBED in popluar color models

BC BB ED
RGB 188 187 237
HSL 241° 58.14% 83.14%
HSB/HSV 241° 21.10% 92.94%
CMYK 20.68% 21.10% 0.00%
7.06%

Color #BCBBED in popluar number systems.

HEX BC BB ED
Decimal 188 187 237
Binary 10111100 10111011 11101101
Octal 274 273 355

Shades and tints

Shades of #BCBBED

#BCBBED
(188,187,237)
#ABAAD8
(171,170,216)
#9A99C3
(154,153,195)
#8988AE
(137,136,174)
#787799
(120,119,153)
#676684
(103,102,132)
#56556F
(86,85,111)
#45445A
(69,68,90)
#343345
(52,51,69)
#232230
(35,34,48)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #BCBBED

#BCBBED
(188,187,237)
#C2C1EE
(194,193,238)
#C8C7EF
(200,199,239)
#CECDF0
(206,205,240)
#D4D3F1
(212,211,241)
#DAD9F2
(218,217,242)
#E0DFF3
(224,223,243)
#E6E5F4
(230,229,244)
#ECEBF5
(236,235,245)
#F2F1F6
(242,241,246)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBED; }

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

This text font color is #BCBBED.

Background Color

.myBgColor { background-color: #BCBBED; }

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

This div background color is #BCBBED.

Border color

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

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

This div border color is #BCBBED.

Opacity

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

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

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

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

This text has shadow with #BCBBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBED.

Preview

Color preview on black background

This text has color #BCBBED on black background.


Color preview on white background

This text has color #BCBBED on white background.


Black color preview on #BCBBED background

This text has black color on #BCBBED background.


White color preview on #BCBBED background

This text has white color on #BCBBED background.


Related colors

Complementary color

Complementary color for #hex is #434412.


I love getcolorcode.com

Triadic colors

1 #EDBCBB and #BBEDBC with #BCBBED are triadic colors.

2 #EDBBBC and #BBBCED with #BCBBED are triadic colors.