COLOR #BBF6CC

HEX: #BBF6CC RGB: (187,246,204)

Color info

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

RGB color model

#BBF6CC color RGB value is (187,246,204).

RGB: (187,246,204) (73%, 96%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 204 of 255 = 80%

187
246
204

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

Portions of RGB colors in percentages

R + G + B = 187 + 246 + 204 = 637 (100%)
R 187 of 637 ~ 29.36%
G 246 of 637 ~ 38.62%
B 204 of 637 ~ 32.03'%

%29.36
%38.62
%32.03

CMYK color model

#BBF6CC color CMYK value is (24,0,17,4).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 3.53%

CMYK: (24,0,17,4)
C24M0Y17K4 (24%, 0%, 17%, 4%)
(0.24 / 0.00 / 0.17 / 0.04)

CMYK percentages

%23.98
%0
%17.07
%3.53

Codes

Color #BBF6CC in popluar color models

BB F6 CC
RGB 187 246 204
HSL 137° 76.62% 84.90%
HSB/HSV 137° 23.98% 96.47%
CMYK 23.98% 0.00% 17.07%
3.53%

Color #BBF6CC in popluar number systems.

HEX BB F6 CC
Decimal 187 246 204
Binary 10111011 11110110 11001100
Octal 273 366 314

Shades and tints

Shades of #BBF6CC

#BBF6CC
(187,246,204)
#AAE0BA
(170,224,186)
#99CAA8
(153,202,168)
#88B496
(136,180,150)
#779E84
(119,158,132)
#668872
(102,136,114)
#557260
(85,114,96)
#445C4E
(68,92,78)
#33463C
(51,70,60)
#22302A
(34,48,42)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #BBF6CC

#BBF6CC
(187,246,204)
#C1F6D0
(193,246,208)
#C7F6D4
(199,246,212)
#CDF6D8
(205,246,216)
#D3F6DC
(211,246,220)
#D9F6E0
(217,246,224)
#DFF6E4
(223,246,228)
#E5F6E8
(229,246,232)
#EBF6EC
(235,246,236)
#F1F6F0
(241,246,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF6CC color. Also use rgb(187,246,204) instead hex code.

Text Font Color

.myTextColor { color: #BBF6CC; }

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

This text font color is #BBF6CC.

Background Color

.myBgColor { background-color: #BBF6CC; }

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

This div background color is #BBF6CC.

Border color

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

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

This div border color is #BBF6CC.

Opacity

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

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

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

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

This text has shadow with #BBF6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF6CC.

Preview

Color preview on black background

This text has color #BBF6CC on black background.


Color preview on white background

This text has color #BBF6CC on white background.


Black color preview on #BBF6CC background

This text has black color on #BBF6CC background.


White color preview on #BBF6CC background

This text has white color on #BBF6CC background.


Related colors

Complementary color

Complementary color for #hex is #440933.


I love getcolorcode.com

Triadic colors

1 #CCBBF6 and #F6CCBB with #BBF6CC are triadic colors.

2 #CCF6BB and #F6BBCC with #BBF6CC are triadic colors.