COLOR #BBD0BA

HEX: #BBD0BA RGB: (187,208,186)

Color info

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

RGB color model

#BBD0BA color RGB value is (187,208,186).

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

RGB channels and saturation

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

187
208
186

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

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 186 = 581 (100%)
R 187 of 581 ~ 32.19%
G 208 of 581 ~ 35.8%
B 186 of 581 ~ 32.01'%

%32.19
%35.8
%32.01

CMYK color model

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

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%

CMYK: (10,0,11,18)
C10M0Y11K18 (10%, 0%, 11%, 18%)
(0.10 / 0.00 / 0.11 / 0.18)

CMYK percentages

%10.1
%0
%10.58
%18.43

Codes

Color #BBD0BA in popluar color models

BB D0 BA
RGB 187 208 186
HSL 117° 18.97% 77.25%
HSB/HSV 117° 10.58% 81.57%
CMYK 10.10% 0.00% 10.58%
18.43%

Color #BBD0BA in popluar number systems.

HEX BB D0 BA
Decimal 187 208 186
Binary 10111011 11010000 10111010
Octal 273 320 272

Shades and tints

Shades of #BBD0BA

#BBD0BA
(187,208,186)
#AABEAA
(170,190,170)
#99AC9A
(153,172,154)
#889A8A
(136,154,138)
#77887A
(119,136,122)
#66766A
(102,118,106)
#55645A
(85,100,90)
#44524A
(68,82,74)
#33403A
(51,64,58)
#222E2A
(34,46,42)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #BBD0BA

#BBD0BA
(187,208,186)
#C1D4C0
(193,212,192)
#C7D8C6
(199,216,198)
#CDDCCC
(205,220,204)
#D3E0D2
(211,224,210)
#D9E4D8
(217,228,216)
#DFE8DE
(223,232,222)
#E5ECE4
(229,236,228)
#EBF0EA
(235,240,234)
#F1F4F0
(241,244,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD0BA; }

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

This text font color is #BBD0BA.

Background Color

.myBgColor { background-color: #BBD0BA; }

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

This div background color is #BBD0BA.

Border color

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

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

This div border color is #BBD0BA.

Opacity

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

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

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

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

This text has shadow with #BBD0BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD0BA.

Preview

Color preview on black background

This text has color #BBD0BA on black background.


Color preview on white background

This text has color #BBD0BA on white background.


Black color preview on #BBD0BA background

This text has black color on #BBD0BA background.


White color preview on #BBD0BA background

This text has white color on #BBD0BA background.


Related colors

Complementary color

Complementary color for #hex is #442F45.


I love getcolorcode.com

Triadic colors

1 #BABBD0 and #D0BABB with #BBD0BA are triadic colors.

2 #BAD0BB and #D0BBBA with #BBD0BA are triadic colors.