COLOR #BBDAB2

HEX: #BBDAB2 RGB: (187,218,178)

Color info

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

RGB color model

#BBDAB2 color RGB value is (187,218,178).

RGB: (187,218,178) (73%, 85%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 178 of 255 = 70%

187
218
178

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

Portions of RGB colors in percentages

R + G + B = 187 + 218 + 178 = 583 (100%)
R 187 of 583 ~ 32.08%
G 218 of 583 ~ 37.39%
B 178 of 583 ~ 30.53'%

%32.08
%37.39
%30.53

CMYK color model

#BBDAB2 color CMYK value is (14,0,18,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 14.51%

CMYK: (14,0,18,15)
C14M0Y18K15 (14%, 0%, 18%, 15%)
(0.14 / 0.00 / 0.18 / 0.15)

CMYK percentages

%14.22
%0
%18.35
%14.51

Codes

Color #BBDAB2 in popluar color models

BB DA B2
RGB 187 218 178
HSL 107° 35.09% 77.65%
HSB/HSV 107° 18.35% 85.49%
CMYK 14.22% 0.00% 18.35%
14.51%

Color #BBDAB2 in popluar number systems.

HEX BB DA B2
Decimal 187 218 178
Binary 10111011 11011010 10110010
Octal 273 332 262

Shades and tints

Shades of #BBDAB2

#BBDAB2
(187,218,178)
#AAC7A2
(170,199,162)
#99B492
(153,180,146)
#88A182
(136,161,130)
#778E72
(119,142,114)
#667B62
(102,123,98)
#556852
(85,104,82)
#445542
(68,85,66)
#334232
(51,66,50)
#222F22
(34,47,34)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #BBDAB2

#BBDAB2
(187,218,178)
#C1DDB9
(193,221,185)
#C7E0C0
(199,224,192)
#CDE3C7
(205,227,199)
#D3E6CE
(211,230,206)
#D9E9D5
(217,233,213)
#DFECDC
(223,236,220)
#E5EFE3
(229,239,227)
#EBF2EA
(235,242,234)
#F1F5F1
(241,245,241)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDAB2; }

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

This text font color is #BBDAB2.

Background Color

.myBgColor { background-color: #BBDAB2; }

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

This div background color is #BBDAB2.

Border color

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

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

This div border color is #BBDAB2.

Opacity

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

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

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

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

This text has shadow with #BBDAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDAB2.

Preview

Color preview on black background

This text has color #BBDAB2 on black background.


Color preview on white background

This text has color #BBDAB2 on white background.


Black color preview on #BBDAB2 background

This text has black color on #BBDAB2 background.


White color preview on #BBDAB2 background

This text has white color on #BBDAB2 background.


Related colors

Complementary color

Complementary color for #hex is #44254D.


I love getcolorcode.com

Triadic colors

1 #B2BBDA and #DAB2BB with #BBDAB2 are triadic colors.

2 #B2DABB and #DABBB2 with #BBDAB2 are triadic colors.