COLOR #BBCDB5

HEX: #BBCDB5
RGB: (187,205,181)

Color info

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

RGB color model

#BBCDB5 color RGB value is (187,205,181).

  • red value is 187;
  • green value is 205;
  • blue value is 181.
RGB:
(187,205,181)
(73%,80%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 181 of 255 = 71%

187
205
181

R + G + B ~ 75%. #BBCDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 181 = 573 (100%)
R 187 of 573 ~ 32.64%
G 205 of 573 ~ 35.78%
B 181 of 573 ~ 31.59%

%32.64
%35.78
%31.59

CMYK color model

#BBCDB5 color CMYK value is (9,0,12,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 19.61%
CMYK:
(9,0,12,20)
C9M0Y12K20 
(9%,0%,12%,20%)
(0.09/0.00/0.12/0.20)	

CMYK percentages

%8.78
%0
%11.71
%19.61

Codes

Color #BBCDB5 in popluar color models

BBCDB5
RGB187205181
HSL105°19.35%75.69%
HSB/HSV105°11.71%80.39%
CMYK8.78%0.00%11.71%
19.61%

Color #BBCDB5 in popluar number systems.

HEXBBCDB5
Decimal187205181
Binary101110111100110110110101
Octal273315265

Shades and tints

Shades of #BBCDB5

#BBCDB5
(187,205,181)
#AABBA5
(170,187,165)
#99A995
(153,169,149)
#889785
(136,151,133)
#778575
(119,133,117)
#667365
(102,115,101)
#556155
(85,97,85)
#444F45
(68,79,69)
#333D35
(51,61,53)
#222B25
(34,43,37)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBCDB5

#BBCDB5
(187,205,181)
#C1D1BB
(193,209,187)
#C7D5C1
(199,213,193)
#CDD9C7
(205,217,199)
#D3DDCD
(211,221,205)
#D9E1D3
(217,225,211)
#DFE5D9
(223,229,217)
#E5E9DF
(229,233,223)
#EBEDE5
(235,237,229)
#F1F1EB
(241,241,235)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDB5; }

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

This text font color is #BBCDB5.


Background Color

.myBgColor { background-color: #BBCDB5; }

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

This div background color is #BBCDB5.


Border color

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

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

This div border color is #BBCDB5.


Opacity

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

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

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

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

This text has shadow with #BBCDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCDB5 on black background.


Color preview on white background

This text has color #BBCDB5 on white background.



Black color preview on #BBCDB5 background

This text has black color on #BBCDB5 background.


White color preview on #BBCDB5 background

This text has white color on #BBCDB5 background.