COLOR #BBD1BE

HEX: #BBD1BE RGB: (187,209,190)

Color info

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

RGB color model

#BBD1BE color RGB value is (187,209,190).

RGB: (187,209,190) (73%, 82%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 190 of 255 = 75%

187
209
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 209 + 190 = 586 (100%)
R 187 of 586 ~ 31.91%
G 209 of 586 ~ 35.67%
B 190 of 586 ~ 32.42'%

%31.91
%35.67
%32.42

CMYK color model

#BBD1BE color CMYK value is (11,0,9,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK: (11,0,9,18) C11M0Y9K18 (11%,0%,9%,18%) (0.11/0.00/0.09/0.18) 

CMYK percentages

%10.53
%0
%9.09
%18.04

Codes

Color #BBD1BE in popluar color models

BB D1 BE
RGB 187 209 190
HSL 128° 19.30% 77.65%
HSB/HSV 128° 10.53% 81.96%
CMYK 10.53% 0.00% 9.09%
18.04%

Color #BBD1BE in popluar number systems.

HEX BB D1 BE
Decimal 187 209 190
Binary 10111011 11010001 10111110
Octal 273 321 276

Shades and tints

Shades of #BBD1BE

#BBD1BE
(187,209,190)
#AABEAD
(170,190,173)
#99AB9C
(153,171,156)
#88988B
(136,152,139)
#77857A
(119,133,122)
#667269
(102,114,105)
#555F58
(85,95,88)
#444C47
(68,76,71)
#333936
(51,57,54)
#222625
(34,38,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBD1BE

#BBD1BE
(187,209,190)
#C1D5C3
(193,213,195)
#C7D9C8
(199,217,200)
#CDDDCD
(205,221,205)
#D3E1D2
(211,225,210)
#D9E5D7
(217,229,215)
#DFE9DC
(223,233,220)
#E5EDE1
(229,237,225)
#EBF1E6
(235,241,230)
#F1F5EB
(241,245,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD1BE; }

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

This text font color is #BBD1BE.

Background Color

.myBgColor { background-color: #BBD1BE; }

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

This div background color is #BBD1BE.

Border color

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

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

This div border color is #BBD1BE.

Opacity

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

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

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

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

This text has shadow with #BBD1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD1BE.

Preview

Color preview on black background

This text has color #BBD1BE on black background.


Color preview on white background

This text has color #BBD1BE on white background.


Black color preview on #BBD1BE background

This text has black color on #BBD1BE background.


White color preview on #BBD1BE background

This text has white color on #BBD1BE background.


Related colors

Complementary color

Complementary color for #hex is #442E41.


I love getcolorcode.com

Triadic colors

1 #BEBBD1 and #D1BEBB with #BBD1BE are triadic colors.

2 #BED1BB and #D1BBBE with #BBD1BE are triadic colors.