COLOR #BBDCBE

HEX: #BBDCBE RGB: (187,220,190)

Color info

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

RGB color model

#BBDCBE color RGB value is (187,220,190).

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

RGB channels and saturation

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

187
220
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 190 = 597 (100%)
R 187 of 597 ~ 31.32%
G 220 of 597 ~ 36.85%
B 190 of 597 ~ 31.83'%

%31.32
%36.85
%31.83

CMYK color model

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

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK: (15,0,14,14) C15M0Y14K14 (15%,0%,14%,14%) (0.15/0.00/0.14/0.14) 

CMYK percentages

%15
%0
%13.64
%13.73

Codes

Color #BBDCBE in popluar color models

BB DC BE
RGB 187 220 190
HSL 125° 32.04% 79.80%
HSB/HSV 125° 15.00% 86.27%
CMYK 15.00% 0.00% 13.64%
13.73%

Color #BBDCBE in popluar number systems.

HEX BB DC BE
Decimal 187 220 190
Binary 10111011 11011100 10111110
Octal 273 334 276

Shades and tints

Shades of #BBDCBE

#BBDCBE
(187,220,190)
#AAC8AD
(170,200,173)
#99B49C
(153,180,156)
#88A08B
(136,160,139)
#778C7A
(119,140,122)
#667869
(102,120,105)
#556458
(85,100,88)
#445047
(68,80,71)
#333C36
(51,60,54)
#222825
(34,40,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBDCBE

#BBDCBE
(187,220,190)
#C1DFC3
(193,223,195)
#C7E2C8
(199,226,200)
#CDE5CD
(205,229,205)
#D3E8D2
(211,232,210)
#D9EBD7
(217,235,215)
#DFEEDC
(223,238,220)
#E5F1E1
(229,241,225)
#EBF4E6
(235,244,230)
#F1F7EB
(241,247,235)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCBE; }

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

This text font color is #BBDCBE.

Background Color

.myBgColor { background-color: #BBDCBE; }

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

This div background color is #BBDCBE.

Border color

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

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

This div border color is #BBDCBE.

Opacity

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

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

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

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

This text has shadow with #BBDCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCBE.

Preview

Color preview on black background

This text has color #BBDCBE on black background.


Color preview on white background

This text has color #BBDCBE on white background.


Black color preview on #BBDCBE background

This text has black color on #BBDCBE background.


White color preview on #BBDCBE background

This text has white color on #BBDCBE background.


Related colors

Complementary color

Complementary color for #hex is #442341.


I love getcolorcode.com

Triadic colors

1 #BEBBDC and #DCBEBB with #BBDCBE are triadic colors.

2 #BEDCBB and #DCBBBE with #BBDCBE are triadic colors.