COLOR #BBEED2

HEX: #BBEED2 RGB: (187,238,210)

Color info

#BBEED2 contains red, green and blue colors in about the same proportion. Web safe color of #BBEED2 is #CCFFCC (or #CFC).

RGB color model

#BBEED2 color RGB value is (187,238,210).

RGB: (187,238,210) (73%, 93%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 210 of 255 = 82%

187
238
210

R + G + B ~ 83%. #BBEED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 238 + 210 = 635 (100%)
R 187 of 635 ~ 29.45%
G 238 of 635 ~ 37.48%
B 210 of 635 ~ 33.07'%

%29.45
%37.48
%33.07

CMYK color model

#BBEED2 color CMYK value is (21,0,12,7).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%

CMYK: (21,0,12,7)
C21M0Y12K7 (21%, 0%, 12%, 7%)
(0.21 / 0.00 / 0.12 / 0.07)

CMYK percentages

%21.43
%0
%11.76
%6.67

Codes

Color #BBEED2 in popluar color models

BB EE D2
RGB 187 238 210
HSL 147° 60.00% 83.33%
HSB/HSV 147° 21.43% 93.33%
CMYK 21.43% 0.00% 11.76%
6.67%

Color #BBEED2 in popluar number systems.

HEX BB EE D2
Decimal 187 238 210
Binary 10111011 11101110 11010010
Octal 273 356 322

Shades and tints

Shades of #BBEED2

#BBEED2
(187,238,210)
#AAD9BF
(170,217,191)
#99C4AC
(153,196,172)
#88AF99
(136,175,153)
#779A86
(119,154,134)
#668573
(102,133,115)
#557060
(85,112,96)
#445B4D
(68,91,77)
#33463A
(51,70,58)
#223127
(34,49,39)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #BBEED2

#BBEED2
(187,238,210)
#C1EFD6
(193,239,214)
#C7F0DA
(199,240,218)
#CDF1DE
(205,241,222)
#D3F2E2
(211,242,226)
#D9F3E6
(217,243,230)
#DFF4EA
(223,244,234)
#E5F5EE
(229,245,238)
#EBF6F2
(235,246,242)
#F1F7F6
(241,247,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEED2 color. Also use rgb(187,238,210) instead hex code.

Text Font Color

.myTextColor { color: #BBEED2; }

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

This text font color is #BBEED2.

Background Color

.myBgColor { background-color: #BBEED2; }

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

This div background color is #BBEED2.

Border color

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

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

This div border color is #BBEED2.

Opacity

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

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

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

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

This text has shadow with #BBEED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEED2.

Preview

Color preview on black background

This text has color #BBEED2 on black background.


Color preview on white background

This text has color #BBEED2 on white background.


Black color preview on #BBEED2 background

This text has black color on #BBEED2 background.


White color preview on #BBEED2 background

This text has white color on #BBEED2 background.


Related colors

Complementary color

Complementary color for #hex is #44112D.


I love getcolorcode.com

Triadic colors

1 #D2BBEE and #EED2BB with #BBEED2 are triadic colors.

2 #D2EEBB and #EEBBD2 with #BBEED2 are triadic colors.