COLOR #BBF0D5

HEX: #BBF0D5 RGB: (187,240,213)

Color info

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

RGB color model

#BBF0D5 color RGB value is (187,240,213).

RGB: (187,240,213) (73%, 94%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 240 of 255 = 94%
B 213 of 255 = 84%

187
240
213

R + G + B ~ 84%. #BBF0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 240 + 213 = 640 (100%)
R 187 of 640 ~ 29.22%
G 240 of 640 ~ 37.5%
B 213 of 640 ~ 33.28'%

%29.22
%37.5
%33.28

CMYK color model

#BBF0D5 color CMYK value is (22,0,11,6).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 5.88%

CMYK: (22,0,11,6)
C22M0Y11K6 (22%, 0%, 11%, 6%)
(0.22 / 0.00 / 0.11 / 0.06)

CMYK percentages

%22.08
%0
%11.25
%5.88

Codes

Color #BBF0D5 in popluar color models

BB F0 D5
RGB 187 240 213
HSL 149° 63.86% 83.73%
HSB/HSV 149° 22.08% 94.12%
CMYK 22.08% 0.00% 11.25%
5.88%

Color #BBF0D5 in popluar number systems.

HEX BB F0 D5
Decimal 187 240 213
Binary 10111011 11110000 11010101
Octal 273 360 325

Shades and tints

Shades of #BBF0D5

#BBF0D5
(187,240,213)
#AADBC2
(170,219,194)
#99C6AF
(153,198,175)
#88B19C
(136,177,156)
#779C89
(119,156,137)
#668776
(102,135,118)
#557263
(85,114,99)
#445D50
(68,93,80)
#33483D
(51,72,61)
#22332A
(34,51,42)
#111E17
(17,30,23)
#000000
(0,0,0)

Tints of #BBF0D5

#BBF0D5
(187,240,213)
#C1F1D8
(193,241,216)
#C7F2DB
(199,242,219)
#CDF3DE
(205,243,222)
#D3F4E1
(211,244,225)
#D9F5E4
(217,245,228)
#DFF6E7
(223,246,231)
#E5F7EA
(229,247,234)
#EBF8ED
(235,248,237)
#F1F9F0
(241,249,240)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF0D5 color. Also use rgb(187,240,213) instead hex code.

Text Font Color

.myTextColor { color: #BBF0D5; }

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

This text font color is #BBF0D5.

Background Color

.myBgColor { background-color: #BBF0D5; }

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

This div background color is #BBF0D5.

Border color

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

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

This div border color is #BBF0D5.

Opacity

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

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

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

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

This text has shadow with #BBF0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF0D5.

Preview

Color preview on black background

This text has color #BBF0D5 on black background.


Color preview on white background

This text has color #BBF0D5 on white background.


Black color preview on #BBF0D5 background

This text has black color on #BBF0D5 background.


White color preview on #BBF0D5 background

This text has white color on #BBF0D5 background.


Related colors

Complementary color

Complementary color for #hex is #440F2A.


I love getcolorcode.com

Triadic colors

1 #D5BBF0 and #F0D5BB with #BBF0D5 are triadic colors.

2 #D5F0BB and #F0BBD5 with #BBF0D5 are triadic colors.