COLOR #BCBEAF

HEX: #BCBEAF RGB: (188,190,175)

Color info

#BCBEAF contains red, green and blue colors in about the same proportion. Web safe color of #BCBEAF is #CCCC99 (or #CC9).

RGB color model

#BCBEAF color RGB value is (188,190,175).

RGB: (188,190,175) (74%, 75%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 175 of 255 = 69%

188
190
175

R + G + B ~ 73%. #BCBEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 175 = 553 (100%)
R 188 of 553 ~ 34%
G 190 of 553 ~ 34.36%
B 175 of 553 ~ 31.65'%

%34
%34.36
%31.65

CMYK color model

#BCBEAF color CMYK value is (1,0,8,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (1,0,8,25)
C1M0Y8K25 (1%, 0%, 8%, 25%)
(0.01 / 0.00 / 0.08 / 0.25)

CMYK percentages

%1.05
%0
%7.89
%25.49

Codes

Color #BCBEAF in popluar color models

BC BE AF
RGB 188 190 175
HSL 68° 10.34% 71.57%
HSB/HSV 68° 7.89% 74.51%
CMYK 1.05% 0.00% 7.89%
25.49%

Color #BCBEAF in popluar number systems.

HEX BC BE AF
Decimal 188 190 175
Binary 10111100 10111110 10101111
Octal 274 276 257

Shades and tints

Shades of #BCBEAF

#BCBEAF
(188,190,175)
#ABADA0
(171,173,160)
#9A9C91
(154,156,145)
#898B82
(137,139,130)
#787A73
(120,122,115)
#676964
(103,105,100)
#565855
(86,88,85)
#454746
(69,71,70)
#343637
(52,54,55)
#232528
(35,37,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BCBEAF

#BCBEAF
(188,190,175)
#C2C3B6
(194,195,182)
#C8C8BD
(200,200,189)
#CECDC4
(206,205,196)
#D4D2CB
(212,210,203)
#DAD7D2
(218,215,210)
#E0DCD9
(224,220,217)
#E6E1E0
(230,225,224)
#ECE6E7
(236,230,231)
#F2EBEE
(242,235,238)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBEAF; }

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

This text font color is #BCBEAF.

Background Color

.myBgColor { background-color: #BCBEAF; }

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

This div background color is #BCBEAF.

Border color

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

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

This div border color is #BCBEAF.

Opacity

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

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

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

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

This text has shadow with #BCBEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEAF.

Preview

Color preview on black background

This text has color #BCBEAF on black background.


Color preview on white background

This text has color #BCBEAF on white background.


Black color preview on #BCBEAF background

This text has black color on #BCBEAF background.


White color preview on #BCBEAF background

This text has white color on #BCBEAF background.


Related colors

Complementary color

Complementary color for #hex is #434150.


I love getcolorcode.com

Triadic colors

1 #AFBCBE and #BEAFBC with #BCBEAF are triadic colors.

2 #AFBEBC and #BEBCAF with #BCBEAF are triadic colors.