COLOR #BCCBBF

HEX: #BCCBBF RGB: (188,203,191)

Color info

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

RGB color model

#BCCBBF color RGB value is (188,203,191).

RGB: (188,203,191) (74%, 80%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 191 of 255 = 75%

188
203
191

R + G + B ~ 76%. #BCCBBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 191 = 582 (100%)
R 188 of 582 ~ 32.3%
G 203 of 582 ~ 34.88%
B 191 of 582 ~ 32.82'%

%32.3
%34.88
%32.82

CMYK color model

#BCCBBF color CMYK value is (7,0,6,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 20.39%

CMYK: (7,0,6,20)
C7M0Y6K20 (7%, 0%, 6%, 20%)
(0.07 / 0.00 / 0.06 / 0.20)

CMYK percentages

%7.39
%0
%5.91
%20.39

Codes

Color #BCCBBF in popluar color models

BC CB BF
RGB 188 203 191
HSL 132° 12.61% 76.67%
HSB/HSV 132° 7.39% 79.61%
CMYK 7.39% 0.00% 5.91%
20.39%

Color #BCCBBF in popluar number systems.

HEX BC CB BF
Decimal 188 203 191
Binary 10111100 11001011 10111111
Octal 274 313 277

Shades and tints

Shades of #BCCBBF

#BCCBBF
(188,203,191)
#ABB9AE
(171,185,174)
#9AA79D
(154,167,157)
#89958C
(137,149,140)
#78837B
(120,131,123)
#67716A
(103,113,106)
#565F59
(86,95,89)
#454D48
(69,77,72)
#343B37
(52,59,55)
#232926
(35,41,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCCBBF

#BCCBBF
(188,203,191)
#C2CFC4
(194,207,196)
#C8D3C9
(200,211,201)
#CED7CE
(206,215,206)
#D4DBD3
(212,219,211)
#DADFD8
(218,223,216)
#E0E3DD
(224,227,221)
#E6E7E2
(230,231,226)
#ECEBE7
(236,235,231)
#F2EFEC
(242,239,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCBBF color. Also use rgb(188,203,191) instead hex code.

Text Font Color

.myTextColor { color: #BCCBBF; }

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

This text font color is #BCCBBF.

Background Color

.myBgColor { background-color: #BCCBBF; }

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

This div background color is #BCCBBF.

Border color

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

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

This div border color is #BCCBBF.

Opacity

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

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

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

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

This text has shadow with #BCCBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCBBF.

Preview

Color preview on black background

This text has color #BCCBBF on black background.


Color preview on white background

This text has color #BCCBBF on white background.


Black color preview on #BCCBBF background

This text has black color on #BCCBBF background.


White color preview on #BCCBBF background

This text has white color on #BCCBBF background.


Related colors

Complementary color

Complementary color for #hex is #433440.


I love getcolorcode.com

Triadic colors

1 #BFBCCB and #CBBFBC with #BCCBBF are triadic colors.

2 #BFCBBC and #CBBCBF with #BCCBBF are triadic colors.