COLOR #BBDDA2

HEX: #BBDDA2 RGB: (187,221,162)

Color info

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

RGB color model

#BBDDA2 color RGB value is (187,221,162).

RGB: (187,221,162) (73%, 87%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 162 of 255 = 64%

187
221
162

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

Portions of RGB colors in percentages

R + G + B = 187 + 221 + 162 = 570 (100%)
R 187 of 570 ~ 32.81%
G 221 of 570 ~ 38.77%
B 162 of 570 ~ 28.42'%

%32.81
%38.77
%28.42

CMYK color model

#BBDDA2 color CMYK value is (15,0,27,13).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 13.33%

CMYK: (15,0,27,13)
C15M0Y27K13 (15%, 0%, 27%, 13%)
(0.15 / 0.00 / 0.27 / 0.13)

CMYK percentages

%15.38
%0
%26.7
%13.33

Codes

Color #BBDDA2 in popluar color models

BB DD A2
RGB 187 221 162
HSL 95° 46.46% 75.10%
HSB/HSV 95° 26.70% 86.67%
CMYK 15.38% 0.00% 26.70%
13.33%

Color #BBDDA2 in popluar number systems.

HEX BB DD A2
Decimal 187 221 162
Binary 10111011 11011101 10100010
Octal 273 335 242

Shades and tints

Shades of #BBDDA2

#BBDDA2
(187,221,162)
#AAC994
(170,201,148)
#99B586
(153,181,134)
#88A178
(136,161,120)
#778D6A
(119,141,106)
#66795C
(102,121,92)
#55654E
(85,101,78)
#445140
(68,81,64)
#333D32
(51,61,50)
#222924
(34,41,36)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBDDA2

#BBDDA2
(187,221,162)
#C1E0AA
(193,224,170)
#C7E3B2
(199,227,178)
#CDE6BA
(205,230,186)
#D3E9C2
(211,233,194)
#D9ECCA
(217,236,202)
#DFEFD2
(223,239,210)
#E5F2DA
(229,242,218)
#EBF5E2
(235,245,226)
#F1F8EA
(241,248,234)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDA2; }

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

This text font color is #BBDDA2.

Background Color

.myBgColor { background-color: #BBDDA2; }

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

This div background color is #BBDDA2.

Border color

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

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

This div border color is #BBDDA2.

Opacity

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

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

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

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

This text has shadow with #BBDDA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDDA2.

Preview

Color preview on black background

This text has color #BBDDA2 on black background.


Color preview on white background

This text has color #BBDDA2 on white background.


Black color preview on #BBDDA2 background

This text has black color on #BBDDA2 background.


White color preview on #BBDDA2 background

This text has white color on #BBDDA2 background.


Related colors

Complementary color

Complementary color for #hex is #44225D.


I love getcolorcode.com

Triadic colors

1 #A2BBDD and #DDA2BB with #BBDDA2 are triadic colors.

2 #A2DDBB and #DDBBA2 with #BBDDA2 are triadic colors.