COLOR #BCBEEA

HEX: #BCBEEA RGB: (188,190,234)

Color info

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

RGB color model

#BCBEEA color RGB value is (188,190,234).

RGB: (188,190,234) (74%, 75%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 234 of 255 = 92%

188
190
234

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

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 234 = 612 (100%)
R 188 of 612 ~ 30.72%
G 190 of 612 ~ 31.05%
B 234 of 612 ~ 38.24'%

%30.72
%31.05
%38.24

CMYK color model

#BCBEEA color CMYK value is (20,19,0,8).

  • cyan value is 19.66%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,19,0,8)
C20M19Y0K8 (20%, 19%, 0%, 8%)
(0.20 / 0.19 / 0.00 / 0.08)

CMYK percentages

%19.66
%18.8
%0
%8.24

Codes

Color #BCBEEA in popluar color models

BC BE EA
RGB 188 190 234
HSL 237° 52.27% 82.75%
HSB/HSV 237° 19.66% 91.76%
CMYK 19.66% 18.80% 0.00%
8.24%

Color #BCBEEA in popluar number systems.

HEX BC BE EA
Decimal 188 190 234
Binary 10111100 10111110 11101010
Octal 274 276 352

Shades and tints

Shades of #BCBEEA

#BCBEEA
(188,190,234)
#ABADD5
(171,173,213)
#9A9CC0
(154,156,192)
#898BAB
(137,139,171)
#787A96
(120,122,150)
#676981
(103,105,129)
#56586C
(86,88,108)
#454757
(69,71,87)
#343642
(52,54,66)
#23252D
(35,37,45)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCBEEA

#BCBEEA
(188,190,234)
#C2C3EB
(194,195,235)
#C8C8EC
(200,200,236)
#CECDED
(206,205,237)
#D4D2EE
(212,210,238)
#DAD7EF
(218,215,239)
#E0DCF0
(224,220,240)
#E6E1F1
(230,225,241)
#ECE6F2
(236,230,242)
#F2EBF3
(242,235,243)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBEEA; }

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

This text font color is #BCBEEA.

Background Color

.myBgColor { background-color: #BCBEEA; }

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

This div background color is #BCBEEA.

Border color

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

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

This div border color is #BCBEEA.

Opacity

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

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

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

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

This text has shadow with #BCBEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEEA.

Preview

Color preview on black background

This text has color #BCBEEA on black background.


Color preview on white background

This text has color #BCBEEA on white background.


Black color preview on #BCBEEA background

This text has black color on #BCBEEA background.


White color preview on #BCBEEA background

This text has white color on #BCBEEA background.


Related colors

Complementary color

Complementary color for #hex is #434115.


I love getcolorcode.com

Triadic colors

1 #EABCBE and #BEEABC with #BCBEEA are triadic colors.

2 #EABEBC and #BEBCEA with #BCBEEA are triadic colors.