COLOR #BBE3C2

HEX: #BBE3C2
RGB: (187,227,194)

Color info

#BBE3C2 contains red, green and blue colors in about the same proportion. Web safe color of #BBE3C2 is #CCCCCC (or #CCC).

RGB color model

#BBE3C2 color RGB value is (187,227,194).

  • red value is 187;
  • green value is 227;
  • blue value is 194.
RGB:
(187,227,194)
(73%,89%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 194 of 255 = 76%

187
227
194

R + G + B ~ 79%. #BBE3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 227 + 194 = 608 (100%)
R 187 of 608 ~ 30.76%
G 227 of 608 ~ 37.34%
B 194 of 608 ~ 31.91%

%30.76
%37.34
%31.91

CMYK color model

#BBE3C2 color CMYK value is (18,0,15,11).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(18,0,15,11)
C18M0Y15K11 
(18%,0%,15%,11%)
(0.18/0.00/0.15/0.11)	

CMYK percentages

%17.62
%0
%14.54
%10.98

Codes

Color #BBE3C2 in popluar color models

BBE3C2
RGB187227194
HSL131°41.67%81.18%
HSB/HSV131°17.62%89.02%
CMYK17.62%0.00%14.54%
10.98%

Color #BBE3C2 in popluar number systems.

HEXBBE3C2
Decimal187227194
Binary101110111110001111000010
Octal273343302

Shades and tints

Shades of #BBE3C2

#BBE3C2
(187,227,194)
#AACFB1
(170,207,177)
#99BBA0
(153,187,160)
#88A78F
(136,167,143)
#77937E
(119,147,126)
#667F6D
(102,127,109)
#556B5C
(85,107,92)
#44574B
(68,87,75)
#33433A
(51,67,58)
#222F29
(34,47,41)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBE3C2

#BBE3C2
(187,227,194)
#C1E5C7
(193,229,199)
#C7E7CC
(199,231,204)
#CDE9D1
(205,233,209)
#D3EBD6
(211,235,214)
#D9EDDB
(217,237,219)
#DFEFE0
(223,239,224)
#E5F1E5
(229,241,229)
#EBF3EA
(235,243,234)
#F1F5EF
(241,245,239)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE3C2 color. Also use rgb(187,227,194) instead hex code.

Text Font Color

.myTextColor { color: #BBE3C2; }

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

This text font color is #BBE3C2.


Background Color

.myBgColor { background-color: #BBE3C2; }

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

This div background color is #BBE3C2.


Border color

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

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

This div border color is #BBE3C2.


Opacity

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

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

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

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

This text has shadow with #BBE3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE3C2 on black background.


Color preview on white background

This text has color #BBE3C2 on white background.



Black color preview on #BBE3C2 background

This text has black color on #BBE3C2 background.


White color preview on #BBE3C2 background

This text has white color on #BBE3C2 background.