COLOR #BBCDA6

HEX: #BBCDA6 RGB: (187,205,166)

Color info

#BBCDA6 contains red, green and blue colors in about the same proportion. Web safe color of #BBCDA6 is #CCCC99 (or #CC9).

RGB color model

#BBCDA6 color RGB value is (187,205,166).

RGB: (187,205,166) (73%, 80%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 166 of 255 = 65%

187
205
166

R + G + B ~ 73%. #BBCDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 166 = 558 (100%)
R 187 of 558 ~ 33.51%
G 205 of 558 ~ 36.74%
B 166 of 558 ~ 29.75'%

%33.51
%36.74
%29.75

CMYK color model

#BBCDA6 color CMYK value is (9,0,19,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%

CMYK: (9,0,19,20)
C9M0Y19K20 (9%, 0%, 19%, 20%)
(0.09 / 0.00 / 0.19 / 0.20)

CMYK percentages

%8.78
%0
%19.02
%19.61

Codes

Color #BBCDA6 in popluar color models

BB CD A6
RGB 187 205 166
HSL 88° 28.06% 72.75%
HSB/HSV 88° 19.02% 80.39%
CMYK 8.78% 0.00% 19.02%
19.61%

Color #BBCDA6 in popluar number systems.

HEX BB CD A6
Decimal 187 205 166
Binary 10111011 11001101 10100110
Octal 273 315 246

Shades and tints

Shades of #BBCDA6

#BBCDA6
(187,205,166)
#AABB97
(170,187,151)
#99A988
(153,169,136)
#889779
(136,151,121)
#77856A
(119,133,106)
#66735B
(102,115,91)
#55614C
(85,97,76)
#444F3D
(68,79,61)
#333D2E
(51,61,46)
#222B1F
(34,43,31)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBCDA6

#BBCDA6
(187,205,166)
#C1D1AE
(193,209,174)
#C7D5B6
(199,213,182)
#CDD9BE
(205,217,190)
#D3DDC6
(211,221,198)
#D9E1CE
(217,225,206)
#DFE5D6
(223,229,214)
#E5E9DE
(229,233,222)
#EBEDE6
(235,237,230)
#F1F1EE
(241,241,238)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDA6; }

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

This text font color is #BBCDA6.

Background Color

.myBgColor { background-color: #BBCDA6; }

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

This div background color is #BBCDA6.

Border color

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

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

This div border color is #BBCDA6.

Opacity

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

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

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

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

This text has shadow with #BBCDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDA6.

Preview

Color preview on black background

This text has color #BBCDA6 on black background.


Color preview on white background

This text has color #BBCDA6 on white background.


Black color preview on #BBCDA6 background

This text has black color on #BBCDA6 background.


White color preview on #BBCDA6 background

This text has white color on #BBCDA6 background.


Related colors

Complementary color

Complementary color for #hex is #443259.


I love getcolorcode.com

Triadic colors

1 #A6BBCD and #CDA6BB with #BBCDA6 are triadic colors.

2 #A6CDBB and #CDBBA6 with #BBCDA6 are triadic colors.