COLOR #BBDCBF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

187
220
191

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

Portions of RGB colors in percentages

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

%31.27
%36.79
%31.94

CMYK color model

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

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

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

CMYK percentages

%15
%0
%13.18
%13.73

Codes

Color #BBDCBF in popluar color models

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

Color #BBDCBF in popluar number systems.

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

Shades and tints

Shades of #BBDCBF

#BBDCBF
(187,220,191)
#AAC8AE
(170,200,174)
#99B49D
(153,180,157)
#88A08C
(136,160,140)
#778C7B
(119,140,123)
#66786A
(102,120,106)
#556459
(85,100,89)
#445048
(68,80,72)
#333C37
(51,60,55)
#222826
(34,40,38)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBDCBF

#BBDCBF
(187,220,191)
#C1DFC4
(193,223,196)
#C7E2C9
(199,226,201)
#CDE5CE
(205,229,206)
#D3E8D3
(211,232,211)
#D9EBD8
(217,235,216)
#DFEEDD
(223,238,221)
#E5F1E2
(229,241,226)
#EBF4E7
(235,244,231)
#F1F7EC
(241,247,236)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCBF; }

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

This text font color is #BBDCBF.

Background Color

.myBgColor { background-color: #BBDCBF; }

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

This div background color is #BBDCBF.

Border color

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

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

This div border color is #BBDCBF.

Opacity

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

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

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

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

This text has shadow with #BBDCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCBF.

Preview

Color preview on black background

This text has color #BBDCBF on black background.


Color preview on white background

This text has color #BBDCBF on white background.


Black color preview on #BBDCBF background

This text has black color on #BBDCBF background.


White color preview on #BBDCBF background

This text has white color on #BBDCBF background.


Related colors

Complementary color

Complementary color for #hex is #442340.


I love getcolorcode.com

Triadic colors

1 #BFBBDC and #DCBFBB with #BBDCBF are triadic colors.

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