COLOR #BBF6E4

HEX: #BBF6E4 RGB: (187,246,228)

Color info

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

RGB color model

#BBF6E4 color RGB value is (187,246,228).

RGB: (187,246,228) (73%, 96%, 89%)

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 228 of 255 = 89%

187
246
228

R + G + B ~ 86%. #BBF6E4 is light color.

Portions of RGB colors in percentages

R + G + B = 187 + 246 + 228 = 661 (100%)
R 187 of 661 ~ 28.29%
G 246 of 661 ~ 37.22%
B 228 of 661 ~ 34.49'%

%28.29
%37.22
%34.49

CMYK color model

#BBF6E4 color CMYK value is (24,0,7,4).

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

CMYK: (24,0,7,4)
C24M0Y7K4 (24%, 0%, 7%, 4%)
(0.24 / 0.00 / 0.07 / 0.04)

CMYK percentages

%23.98
%0
%7.32
%3.53

Codes

Color #BBF6E4 in popluar color models

BB F6 E4
RGB 187 246 228
HSL 162° 76.62% 84.90%
HSB/HSV 162° 23.98% 96.47%
CMYK 23.98% 0.00% 7.32%
3.53%

Color #BBF6E4 in popluar number systems.

HEX BB F6 E4
Decimal 187 246 228
Binary 10111011 11110110 11100100
Octal 273 366 344

Shades and tints

Shades of #BBF6E4

#BBF6E4
(187,246,228)
#AAE0D0
(170,224,208)
#99CABC
(153,202,188)
#88B4A8
(136,180,168)
#779E94
(119,158,148)
#668880
(102,136,128)
#55726C
(85,114,108)
#445C58
(68,92,88)
#334644
(51,70,68)
#223030
(34,48,48)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #BBF6E4

#BBF6E4
(187,246,228)
#C1F6E6
(193,246,230)
#C7F6E8
(199,246,232)
#CDF6EA
(205,246,234)
#D3F6EC
(211,246,236)
#D9F6EE
(217,246,238)
#DFF6F0
(223,246,240)
#E5F6F2
(229,246,242)
#EBF6F4
(235,246,244)
#F1F6F6
(241,246,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF6E4; }

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

This text font color is #BBF6E4.

Background Color

.myBgColor { background-color: #BBF6E4; }

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

This div background color is #BBF6E4.

Border color

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

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

This div border color is #BBF6E4.

Opacity

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

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

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

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

This text has shadow with #BBF6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF6E4.

Preview

Color preview on black background

This text has color #BBF6E4 on black background.


Color preview on white background

This text has color #BBF6E4 on white background.


Black color preview on #BBF6E4 background

This text has black color on #BBF6E4 background.


White color preview on #BBF6E4 background

This text has white color on #BBF6E4 background.


Related colors

Complementary color

Complementary color for #hex is #44091B.


I love getcolorcode.com

Triadic colors

1 #E4BBF6 and #F6E4BB with #BBF6E4 are triadic colors.

2 #E4F6BB and #F6BBE4 with #BBF6E4 are triadic colors.