COLOR #BBDFA2

HEX: #BBDFA2 RGB: (187,223,162)

Color info

#BBDFA2 contains mainly red and green colors. Web safe color of #BBDFA2 is #CCCC99 (or #CC9).

RGB color model

#BBDFA2 color RGB value is (187,223,162).

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

RGB channels and saturation

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

187
223
162

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

Portions of RGB colors in percentages

R + G + B = 187 + 223 + 162 = 572 (100%)
R 187 of 572 ~ 32.69%
G 223 of 572 ~ 38.99%
B 162 of 572 ~ 28.32'%

%32.69
%38.99
%28.32

CMYK color model

#BBDFA2 color CMYK value is (16,0,27,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 12.55%
CMYK: (16,0,27,13) C16M0Y27K13 (16%,0%,27%,13%) (0.16/0.00/0.27/0.13) 

CMYK percentages

%16.14
%0
%27.35
%12.55

Codes

Color #BBDFA2 in popluar color models

BB DF A2
RGB 187 223 162
HSL 95° 48.80% 75.49%
HSB/HSV 95° 27.35% 87.45%
CMYK 16.14% 0.00% 27.35%
12.55%

Color #BBDFA2 in popluar number systems.

HEX BB DF A2
Decimal 187 223 162
Binary 10111011 11011111 10100010
Octal 273 337 242

Shades and tints

Shades of #BBDFA2

#BBDFA2
(187,223,162)
#AACB94
(170,203,148)
#99B786
(153,183,134)
#88A378
(136,163,120)
#778F6A
(119,143,106)
#667B5C
(102,123,92)
#55674E
(85,103,78)
#445340
(68,83,64)
#333F32
(51,63,50)
#222B24
(34,43,36)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBDFA2

#BBDFA2
(187,223,162)
#C1E1AA
(193,225,170)
#C7E3B2
(199,227,178)
#CDE5BA
(205,229,186)
#D3E7C2
(211,231,194)
#D9E9CA
(217,233,202)
#DFEBD2
(223,235,210)
#E5EDDA
(229,237,218)
#EBEFE2
(235,239,226)
#F1F1EA
(241,241,234)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDFA2; }

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

This text font color is #BBDFA2.

Background Color

.myBgColor { background-color: #BBDFA2; }

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

This div background color is #BBDFA2.

Border color

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

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

This div border color is #BBDFA2.

Opacity

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

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

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

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

This text has shadow with #BBDFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDFA2.

Preview

Color preview on black background

This text has color #BBDFA2 on black background.


Color preview on white background

This text has color #BBDFA2 on white background.


Black color preview on #BBDFA2 background

This text has black color on #BBDFA2 background.


White color preview on #BBDFA2 background

This text has white color on #BBDFA2 background.


Related colors

Complementary color

Complementary color for #hex is #44205D.


I love getcolorcode.com

Triadic colors

1 #A2BBDF and #DFA2BB with #BBDFA2 are triadic colors.

2 #A2DFBB and #DFBBA2 with #BBDFA2 are triadic colors.