COLOR #BBD5BB

HEX: #BBD5BB RGB: (187,213,187)

Color info

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

RGB color model

#BBD5BB color RGB value is (187,213,187).

RGB: (187,213,187) (73%, 84%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 187 of 255 = 73%

187
213
187

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

Portions of RGB colors in percentages

R + G + B = 187 + 213 + 187 = 587 (100%)
R 187 of 587 ~ 31.86%
G 213 of 587 ~ 36.29%
B 187 of 587 ~ 31.86'%

%31.86
%36.29
%31.86

CMYK color model

#BBD5BB color CMYK value is (12,0,12,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (12,0,12,16)
C12M0Y12K16 (12%, 0%, 12%, 16%)
(0.12 / 0.00 / 0.12 / 0.16)

CMYK percentages

%12.21
%0
%12.21
%16.47

Codes

Color #BBD5BB in popluar color models

BB D5 BB
RGB 187 213 187
HSL 120° 23.64% 78.43%
HSB/HSV 120° 12.21% 83.53%
CMYK 12.21% 0.00% 12.21%
16.47%

Color #BBD5BB in popluar number systems.

HEX BB D5 BB
Decimal 187 213 187
Binary 10111011 11010101 10111011
Octal 273 325 273

Shades and tints

Shades of #BBD5BB

#BBD5BB
(187,213,187)
#AAC2AA
(170,194,170)
#99AF99
(153,175,153)
#889C88
(136,156,136)
#778977
(119,137,119)
#667666
(102,118,102)
#556355
(85,99,85)
#445044
(68,80,68)
#333D33
(51,61,51)
#222A22
(34,42,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBD5BB

#BBD5BB
(187,213,187)
#C1D8C1
(193,216,193)
#C7DBC7
(199,219,199)
#CDDECD
(205,222,205)
#D3E1D3
(211,225,211)
#D9E4D9
(217,228,217)
#DFE7DF
(223,231,223)
#E5EAE5
(229,234,229)
#EBEDEB
(235,237,235)
#F1F0F1
(241,240,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5BB; }

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

This text font color is #BBD5BB.

Background Color

.myBgColor { background-color: #BBD5BB; }

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

This div background color is #BBD5BB.

Border color

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

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

This div border color is #BBD5BB.

Opacity

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

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

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

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

This text has shadow with #BBD5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD5BB.

Preview

Color preview on black background

This text has color #BBD5BB on black background.


Color preview on white background

This text has color #BBD5BB on white background.


Black color preview on #BBD5BB background

This text has black color on #BBD5BB background.


White color preview on #BBD5BB background

This text has white color on #BBD5BB background.


Related colors

Complementary color

Complementary color for #hex is #442A44.


I love getcolorcode.com

Triadic colors

1 #BBBBD5 and #D5BBBB with #BBD5BB are triadic colors.

2 #BBD5BB and #D5BBBB with #BBD5BB are triadic colors.