COLOR #BCE7AF

HEX: #BCE7AF RGB: (188,231,175)

Color info

#BCE7AF contains red, green and blue colors in about the same proportion. Web safe color of #BCE7AF is #CCFF99 (or #CF9).

RGB color model

#BCE7AF color RGB value is (188,231,175).

RGB: (188,231,175) (74%, 91%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 231 of 255 = 91%
B 175 of 255 = 69%

188
231
175

R + G + B ~ 78%. #BCE7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 231 + 175 = 594 (100%)
R 188 of 594 ~ 31.65%
G 231 of 594 ~ 38.89%
B 175 of 594 ~ 29.46'%

%31.65
%38.89
%29.46

CMYK color model

#BCE7AF color CMYK value is (19,0,24,9).

  • cyan value is 18.61%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 9.41%

CMYK: (19,0,24,9)
C19M0Y24K9 (19%, 0%, 24%, 9%)
(0.19 / 0.00 / 0.24 / 0.09)

CMYK percentages

%18.61
%0
%24.24
%9.41

Codes

Color #BCE7AF in popluar color models

BC E7 AF
RGB 188 231 175
HSL 106° 53.85% 79.61%
HSB/HSV 106° 24.24% 90.59%
CMYK 18.61% 0.00% 24.24%
9.41%

Color #BCE7AF in popluar number systems.

HEX BC E7 AF
Decimal 188 231 175
Binary 10111100 11100111 10101111
Octal 274 347 257

Shades and tints

Shades of #BCE7AF

#BCE7AF
(188,231,175)
#ABD2A0
(171,210,160)
#9ABD91
(154,189,145)
#89A882
(137,168,130)
#789373
(120,147,115)
#677E64
(103,126,100)
#566955
(86,105,85)
#455446
(69,84,70)
#343F37
(52,63,55)
#232A28
(35,42,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCE7AF

#BCE7AF
(188,231,175)
#C2E9B6
(194,233,182)
#C8EBBD
(200,235,189)
#CEEDC4
(206,237,196)
#D4EFCB
(212,239,203)
#DAF1D2
(218,241,210)
#E0F3D9
(224,243,217)
#E6F5E0
(230,245,224)
#ECF7E7
(236,247,231)
#F2F9EE
(242,249,238)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE7AF; }

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

This text font color is #BCE7AF.

Background Color

.myBgColor { background-color: #BCE7AF; }

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

This div background color is #BCE7AF.

Border color

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

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

This div border color is #BCE7AF.

Opacity

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

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

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

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

This text has shadow with #BCE7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE7AF.

Preview

Color preview on black background

This text has color #BCE7AF on black background.


Color preview on white background

This text has color #BCE7AF on white background.


Black color preview on #BCE7AF background

This text has black color on #BCE7AF background.


White color preview on #BCE7AF background

This text has white color on #BCE7AF background.


Related colors

Complementary color

Complementary color for #hex is #431850.


I love getcolorcode.com

Triadic colors

1 #AFBCE7 and #E7AFBC with #BCE7AF are triadic colors.

2 #AFE7BC and #E7BCAF with #BCE7AF are triadic colors.