COLOR #BBF5CD

HEX: #BBF5CD RGB: (187,245,205)

Color info

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

RGB color model

#BBF5CD color RGB value is (187,245,205).

RGB: (187,245,205) (73%, 96%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 205 of 255 = 80%

187
245
205

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

Portions of RGB colors in percentages

R + G + B = 187 + 245 + 205 = 637 (100%)
R 187 of 637 ~ 29.36%
G 245 of 637 ~ 38.46%
B 205 of 637 ~ 32.18'%

%29.36
%38.46
%32.18

CMYK color model

#BBF5CD color CMYK value is (24,0,16,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 3.92%

CMYK: (24,0,16,4)
C24M0Y16K4 (24%, 0%, 16%, 4%)
(0.24 / 0.00 / 0.16 / 0.04)

CMYK percentages

%23.67
%0
%16.33
%3.92

Codes

Color #BBF5CD in popluar color models

BB F5 CD
RGB 187 245 205
HSL 139° 74.36% 84.71%
HSB/HSV 139° 23.67% 96.08%
CMYK 23.67% 0.00% 16.33%
3.92%

Color #BBF5CD in popluar number systems.

HEX BB F5 CD
Decimal 187 245 205
Binary 10111011 11110101 11001101
Octal 273 365 315

Shades and tints

Shades of #BBF5CD

#BBF5CD
(187,245,205)
#AADFBB
(170,223,187)
#99C9A9
(153,201,169)
#88B397
(136,179,151)
#779D85
(119,157,133)
#668773
(102,135,115)
#557161
(85,113,97)
#445B4F
(68,91,79)
#33453D
(51,69,61)
#222F2B
(34,47,43)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #BBF5CD

#BBF5CD
(187,245,205)
#C1F5D1
(193,245,209)
#C7F5D5
(199,245,213)
#CDF5D9
(205,245,217)
#D3F5DD
(211,245,221)
#D9F5E1
(217,245,225)
#DFF5E5
(223,245,229)
#E5F5E9
(229,245,233)
#EBF5ED
(235,245,237)
#F1F5F1
(241,245,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF5CD; }

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

This text font color is #BBF5CD.

Background Color

.myBgColor { background-color: #BBF5CD; }

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

This div background color is #BBF5CD.

Border color

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

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

This div border color is #BBF5CD.

Opacity

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

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

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

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

This text has shadow with #BBF5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF5CD.

Preview

Color preview on black background

This text has color #BBF5CD on black background.


Color preview on white background

This text has color #BBF5CD on white background.


Black color preview on #BBF5CD background

This text has black color on #BBF5CD background.


White color preview on #BBF5CD background

This text has white color on #BBF5CD background.


Related colors

Complementary color

Complementary color for #hex is #440A32.


I love getcolorcode.com

Triadic colors

1 #CDBBF5 and #F5CDBB with #BBF5CD are triadic colors.

2 #CDF5BB and #F5BBCD with #BBF5CD are triadic colors.