COLOR #BCCFC0

HEX: #BCCFC0 RGB: (188,207,192)

Color info

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

RGB color model

#BCCFC0 color RGB value is (188,207,192).

RGB: (188,207,192) (74%, 81%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 192 of 255 = 75%

188
207
192

R + G + B ~ 77%. #BCCFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 192 = 587 (100%)
R 188 of 587 ~ 32.03%
G 207 of 587 ~ 35.26%
B 192 of 587 ~ 32.71'%

%32.03
%35.26
%32.71

CMYK color model

#BCCFC0 color CMYK value is (9,0,7,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%

CMYK: (9,0,7,19)
C9M0Y7K19 (9%, 0%, 7%, 19%)
(0.09 / 0.00 / 0.07 / 0.19)

CMYK percentages

%9.18
%0
%7.25
%18.82

Codes

Color #BCCFC0 in popluar color models

BC CF C0
RGB 188 207 192
HSL 133° 16.52% 77.45%
HSB/HSV 133° 9.18% 81.18%
CMYK 9.18% 0.00% 7.25%
18.82%

Color #BCCFC0 in popluar number systems.

HEX BC CF C0
Decimal 188 207 192
Binary 10111100 11001111 11000000
Octal 274 317 300

Shades and tints

Shades of #BCCFC0

#BCCFC0
(188,207,192)
#ABBDAF
(171,189,175)
#9AAB9E
(154,171,158)
#89998D
(137,153,141)
#78877C
(120,135,124)
#67756B
(103,117,107)
#56635A
(86,99,90)
#455149
(69,81,73)
#343F38
(52,63,56)
#232D27
(35,45,39)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCCFC0

#BCCFC0
(188,207,192)
#C2D3C5
(194,211,197)
#C8D7CA
(200,215,202)
#CEDBCF
(206,219,207)
#D4DFD4
(212,223,212)
#DAE3D9
(218,227,217)
#E0E7DE
(224,231,222)
#E6EBE3
(230,235,227)
#ECEFE8
(236,239,232)
#F2F3ED
(242,243,237)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFC0; }

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

This text font color is #BCCFC0.

Background Color

.myBgColor { background-color: #BCCFC0; }

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

This div background color is #BCCFC0.

Border color

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

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

This div border color is #BCCFC0.

Opacity

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

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

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

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

This text has shadow with #BCCFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCFC0.

Preview

Color preview on black background

This text has color #BCCFC0 on black background.


Color preview on white background

This text has color #BCCFC0 on white background.


Black color preview on #BCCFC0 background

This text has black color on #BCCFC0 background.


White color preview on #BCCFC0 background

This text has white color on #BCCFC0 background.


Related colors

Complementary color

Complementary color for #hex is #43303F.


I love getcolorcode.com

Triadic colors

1 #C0BCCF and #CFC0BC with #BCCFC0 are triadic colors.

2 #C0CFBC and #CFBCC0 with #BCCFC0 are triadic colors.