COLOR #BBD2BA

HEX: #BBD2BA RGB: (187,210,186)

Color info

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

RGB color model

#BBD2BA color RGB value is (187,210,186).

RGB: (187,210,186) (73%, 82%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 186 of 255 = 73%

187
210
186

R + G + B ~ 76%. #BBD2BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 210 + 186 = 583 (100%)
R 187 of 583 ~ 32.08%
G 210 of 583 ~ 36.02%
B 186 of 583 ~ 31.9'%

%32.08
%36.02
%31.9

CMYK color model

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

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 17.65%
CMYK: (11,0,11,18) C11M0Y11K18 (11%,0%,11%,18%) (0.11/0.00/0.11/0.18) 

CMYK percentages

%10.95
%0
%11.43
%17.65

Codes

Color #BBD2BA in popluar color models

BB D2 BA
RGB 187 210 186
HSL 118° 21.05% 77.65%
HSB/HSV 118° 11.43% 82.35%
CMYK 10.95% 0.00% 11.43%
17.65%

Color #BBD2BA in popluar number systems.

HEX BB D2 BA
Decimal 187 210 186
Binary 10111011 11010010 10111010
Octal 273 322 272

Shades and tints

Shades of #BBD2BA

#BBD2BA
(187,210,186)
#AABFAA
(170,191,170)
#99AC9A
(153,172,154)
#88998A
(136,153,138)
#77867A
(119,134,122)
#66736A
(102,115,106)
#55605A
(85,96,90)
#444D4A
(68,77,74)
#333A3A
(51,58,58)
#22272A
(34,39,42)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BBD2BA

#BBD2BA
(187,210,186)
#C1D6C0
(193,214,192)
#C7DAC6
(199,218,198)
#CDDECC
(205,222,204)
#D3E2D2
(211,226,210)
#D9E6D8
(217,230,216)
#DFEADE
(223,234,222)
#E5EEE4
(229,238,228)
#EBF2EA
(235,242,234)
#F1F6F0
(241,246,240)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD2BA color. Also use rgb(187,210,186) instead hex code.

Text Font Color

.myTextColor { color: #BBD2BA; }

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

This text font color is #BBD2BA.

Background Color

.myBgColor { background-color: #BBD2BA; }

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

This div background color is #BBD2BA.

Border color

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

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

This div border color is #BBD2BA.

Opacity

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

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

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

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

This text has shadow with #BBD2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD2BA.

Preview

Color preview on black background

This text has color #BBD2BA on black background.


Color preview on white background

This text has color #BBD2BA on white background.


Black color preview on #BBD2BA background

This text has black color on #BBD2BA background.


White color preview on #BBD2BA background

This text has white color on #BBD2BA background.


Related colors

Complementary color

Complementary color for #hex is #442D45.


I love getcolorcode.com

Triadic colors

1 #BABBD2 and #D2BABB with #BBD2BA are triadic colors.

2 #BAD2BB and #D2BBBA with #BBD2BA are triadic colors.