COLOR #BBD8BE

HEX: #BBD8BE RGB: (187,216,190)

Color info

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

RGB color model

#BBD8BE color RGB value is (187,216,190).

RGB: (187,216,190) (73%, 85%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 190 of 255 = 75%

187
216
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 190 = 593 (100%)
R 187 of 593 ~ 31.53%
G 216 of 593 ~ 36.42%
B 190 of 593 ~ 32.04'%

%31.53
%36.42
%32.04

CMYK color model

#BBD8BE color CMYK value is (13,0,12,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%

CMYK: (13,0,12,15)
C13M0Y12K15 (13%, 0%, 12%, 15%)
(0.13 / 0.00 / 0.12 / 0.15)

CMYK percentages

%13.43
%0
%12.04
%15.29

Codes

Color #BBD8BE in popluar color models

BB D8 BE
RGB 187 216 190
HSL 126° 27.10% 79.02%
HSB/HSV 126° 13.43% 84.71%
CMYK 13.43% 0.00% 12.04%
15.29%

Color #BBD8BE in popluar number systems.

HEX BB D8 BE
Decimal 187 216 190
Binary 10111011 11011000 10111110
Octal 273 330 276

Shades and tints

Shades of #BBD8BE

#BBD8BE
(187,216,190)
#AAC5AD
(170,197,173)
#99B29C
(153,178,156)
#889F8B
(136,159,139)
#778C7A
(119,140,122)
#667969
(102,121,105)
#556658
(85,102,88)
#445347
(68,83,71)
#334036
(51,64,54)
#222D25
(34,45,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #BBD8BE

#BBD8BE
(187,216,190)
#C1DBC3
(193,219,195)
#C7DEC8
(199,222,200)
#CDE1CD
(205,225,205)
#D3E4D2
(211,228,210)
#D9E7D7
(217,231,215)
#DFEADC
(223,234,220)
#E5EDE1
(229,237,225)
#EBF0E6
(235,240,230)
#F1F3EB
(241,243,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD8BE; }

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

This text font color is #BBD8BE.

Background Color

.myBgColor { background-color: #BBD8BE; }

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

This div background color is #BBD8BE.

Border color

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

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

This div border color is #BBD8BE.

Opacity

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

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

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

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

This text has shadow with #BBD8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD8BE.

Preview

Color preview on black background

This text has color #BBD8BE on black background.


Color preview on white background

This text has color #BBD8BE on white background.


Black color preview on #BBD8BE background

This text has black color on #BBD8BE background.


White color preview on #BBD8BE background

This text has white color on #BBD8BE background.


Related colors

Complementary color

Complementary color for #hex is #442741.


I love getcolorcode.com

Triadic colors

1 #BEBBD8 and #D8BEBB with #BBD8BE are triadic colors.

2 #BED8BB and #D8BBBE with #BBD8BE are triadic colors.