COLOR #BCCF96

HEX: #BCCF96 RGB: (188,207,150)

Color info

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

RGB color model

#BCCF96 color RGB value is (188,207,150).

RGB: (188,207,150) (74%, 81%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 150 of 255 = 59%

188
207
150

R + G + B ~ 71%. #BCCF96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 150 = 545 (100%)
R 188 of 545 ~ 34.5%
G 207 of 545 ~ 37.98%
B 150 of 545 ~ 27.52'%

%34.5
%37.98
%27.52

CMYK color model

#BCCF96 color CMYK value is (9,0,28,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK: (9,0,28,19) C9M0Y28K19 (9%,0%,28%,19%) (0.09/0.00/0.28/0.19) 

CMYK percentages

%9.18
%0
%27.54
%18.82

Codes

Color #BCCF96 in popluar color models

BC CF 96
RGB 188 207 150
HSL 80° 37.25% 70.00%
HSB/HSV 80° 27.54% 81.18%
CMYK 9.18% 0.00% 27.54%
18.82%

Color #BCCF96 in popluar number systems.

HEX BC CF 96
Decimal 188 207 150
Binary 10111100 11001111 10010110
Octal 274 317 226

Shades and tints

Shades of #BCCF96

#BCCF96
(188,207,150)
#ABBD89
(171,189,137)
#9AAB7C
(154,171,124)
#89996F
(137,153,111)
#788762
(120,135,98)
#677555
(103,117,85)
#566348
(86,99,72)
#45513B
(69,81,59)
#343F2E
(52,63,46)
#232D21
(35,45,33)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #BCCF96

#BCCF96
(188,207,150)
#C2D39F
(194,211,159)
#C8D7A8
(200,215,168)
#CEDBB1
(206,219,177)
#D4DFBA
(212,223,186)
#DAE3C3
(218,227,195)
#E0E7CC
(224,231,204)
#E6EBD5
(230,235,213)
#ECEFDE
(236,239,222)
#F2F3E7
(242,243,231)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCF96 color. Also use rgb(188,207,150) instead hex code.

Text Font Color

.myTextColor { color: #BCCF96; }

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

This text font color is #BCCF96.

Background Color

.myBgColor { background-color: #BCCF96; }

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

This div background color is #BCCF96.

Border color

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

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

This div border color is #BCCF96.

Opacity

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

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

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

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

This text has shadow with #BCCF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCF96.

Preview

Color preview on black background

This text has color #BCCF96 on black background.


Color preview on white background

This text has color #BCCF96 on white background.


Black color preview on #BCCF96 background

This text has black color on #BCCF96 background.


White color preview on #BCCF96 background

This text has white color on #BCCF96 background.


Related colors

Complementary color

Complementary color for #hex is #433069.


I love getcolorcode.com

Triadic colors

1 #96BCCF and #CF96BC with #BCCF96 are triadic colors.

2 #96CFBC and #CFBC96 with #BCCF96 are triadic colors.