COLOR #BFDCBB

HEX: #BFDCBB RGB: (191,220,187)

Color info

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

RGB color model

#BFDCBB color RGB value is (191,220,187).

RGB: (191,220,187) (75%, 86%, 73%)

RGB channels and saturation

R 191 of 255 = 75%
G 220 of 255 = 86%
B 187 of 255 = 73%

191
220
187

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

Portions of RGB colors in percentages

R + G + B = 191 + 220 + 187 = 598 (100%)
R 191 of 598 ~ 31.94%
G 220 of 598 ~ 36.79%
B 187 of 598 ~ 31.27'%

%31.94
%36.79
%31.27

CMYK color model

#BFDCBB color CMYK value is (13,0,15,14).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%

CMYK: (13,0,15,14)
C13M0Y15K14 (13%, 0%, 15%, 14%)
(0.13 / 0.00 / 0.15 / 0.14)

CMYK percentages

%13.18
%0
%15
%13.73

Codes

Color #BFDCBB in popluar color models

BF DC BB
RGB 191 220 187
HSL 113° 32.04% 79.80%
HSB/HSV 113° 15.00% 86.27%
CMYK 13.18% 0.00% 15.00%
13.73%

Color #BFDCBB in popluar number systems.

HEX BF DC BB
Decimal 191 220 187
Binary 10111111 11011100 10111011
Octal 277 334 273

Shades and tints

Shades of #BFDCBB

#BFDCBB
(191,220,187)
#AEC8AA
(174,200,170)
#9DB499
(157,180,153)
#8CA088
(140,160,136)
#7B8C77
(123,140,119)
#6A7866
(106,120,102)
#596455
(89,100,85)
#485044
(72,80,68)
#373C33
(55,60,51)
#262822
(38,40,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #BFDCBB

#BFDCBB
(191,220,187)
#C4DFC1
(196,223,193)
#C9E2C7
(201,226,199)
#CEE5CD
(206,229,205)
#D3E8D3
(211,232,211)
#D8EBD9
(216,235,217)
#DDEEDF
(221,238,223)
#E2F1E5
(226,241,229)
#E7F4EB
(231,244,235)
#ECF7F1
(236,247,241)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDCBB color. Also use rgb(191,220,187) instead hex code.

Text Font Color

.myTextColor { color: #BFDCBB; }

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

This text font color is #BFDCBB.

Background Color

.myBgColor { background-color: #BFDCBB; }

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

This div background color is #BFDCBB.

Border color

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

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

This div border color is #BFDCBB.

Opacity

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

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

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

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

This text has shadow with #BFDCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDCBB.

Preview

Color preview on black background

This text has color #BFDCBB on black background.


Color preview on white background

This text has color #BFDCBB on white background.


Black color preview on #BFDCBB background

This text has black color on #BFDCBB background.


White color preview on #BFDCBB background

This text has white color on #BFDCBB background.


Related colors

Complementary color

Complementary color for #hex is #402344.


I love getcolorcode.com

Triadic colors

1 #BBBFDC and #DCBBBF with #BFDCBB are triadic colors.

2 #BBDCBF and #DCBFBB with #BFDCBB are triadic colors.