COLOR #BCBECA

HEX: #BCBECA RGB: (188,190,202)

Color info

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

RGB color model

#BCBECA color RGB value is (188,190,202).

RGB: (188,190,202) (74%, 75%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 202 of 255 = 79%

188
190
202

R + G + B ~ 76%. #BCBECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 202 = 580 (100%)
R 188 of 580 ~ 32.41%
G 190 of 580 ~ 32.76%
B 202 of 580 ~ 34.83'%

%32.41
%32.76
%34.83

CMYK color model

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

  • cyan value is 6.93%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,6,0,21)
C7M6Y0K21 (7%, 6%, 0%, 21%)
(0.07 / 0.06 / 0.00 / 0.21)

CMYK percentages

%6.93
%5.94
%0
%20.78

Codes

Color #BCBECA in popluar color models

BC BE CA
RGB 188 190 202
HSL 231° 11.67% 76.47%
HSB/HSV 231° 6.93% 79.22%
CMYK 6.93% 5.94% 0.00%
20.78%

Color #BCBECA in popluar number systems.

HEX BC BE CA
Decimal 188 190 202
Binary 10111100 10111110 11001010
Octal 274 276 312

Shades and tints

Shades of #BCBECA

#BCBECA
(188,190,202)
#ABADB8
(171,173,184)
#9A9CA6
(154,156,166)
#898B94
(137,139,148)
#787A82
(120,122,130)
#676970
(103,105,112)
#56585E
(86,88,94)
#45474C
(69,71,76)
#34363A
(52,54,58)
#232528
(35,37,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCBECA

#BCBECA
(188,190,202)
#C2C3CE
(194,195,206)
#C8C8D2
(200,200,210)
#CECDD6
(206,205,214)
#D4D2DA
(212,210,218)
#DAD7DE
(218,215,222)
#E0DCE2
(224,220,226)
#E6E1E6
(230,225,230)
#ECE6EA
(236,230,234)
#F2EBEE
(242,235,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBECA color. Also use rgb(188,190,202) instead hex code.

Text Font Color

.myTextColor { color: #BCBECA; }

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

This text font color is #BCBECA.

Background Color

.myBgColor { background-color: #BCBECA; }

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

This div background color is #BCBECA.

Border color

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

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

This div border color is #BCBECA.

Opacity

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

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

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

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

This text has shadow with #BCBECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBECA.

Preview

Color preview on black background

This text has color #BCBECA on black background.


Color preview on white background

This text has color #BCBECA on white background.


Black color preview on #BCBECA background

This text has black color on #BCBECA background.


White color preview on #BCBECA background

This text has white color on #BCBECA background.


Related colors

Complementary color

Complementary color for #hex is #434135.


I love getcolorcode.com

Triadic colors

1 #CABCBE and #BECABC with #BCBECA are triadic colors.

2 #CABEBC and #BEBCCA with #BCBECA are triadic colors.