COLOR #BBEAC9

HEX: #BBEAC9
RGB: (187,234,201)

Color info

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

RGB color model

#BBEAC9 color RGB value is (187,234,201).

  • red value is 187;
  • green value is 234;
  • blue value is 201.
RGB:
(187,234,201)
(73%,92%,79%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 201 of 255 = 79%

187
234
201

R + G + B ~ 81%. #BBEAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 234 + 201 = 622 (100%)
R 187 of 622 ~ 30.06%
G 234 of 622 ~ 37.62%
B 201 of 622 ~ 32.32%

%30.06
%37.62
%32.32

CMYK color model

#BBEAC9 color CMYK value is (20,0,14,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 8.24%
CMYK:
(20,0,14,8)
C20M0Y14K8 
(20%,0%,14%,8%)
(0.20/0.00/0.14/0.08)	

CMYK percentages

%20.09
%0
%14.1
%8.24

Codes

Color #BBEAC9 in popluar color models

BBEAC9
RGB187234201
HSL138°52.81%82.55%
HSB/HSV138°20.09%91.76%
CMYK20.09%0.00%14.10%
8.24%

Color #BBEAC9 in popluar number systems.

HEXBBEAC9
Decimal187234201
Binary101110111110101011001001
Octal273352311

Shades and tints

Shades of #BBEAC9

#BBEAC9
(187,234,201)
#AAD5B7
(170,213,183)
#99C0A5
(153,192,165)
#88AB93
(136,171,147)
#779681
(119,150,129)
#66816F
(102,129,111)
#556C5D
(85,108,93)
#44574B
(68,87,75)
#334239
(51,66,57)
#222D27
(34,45,39)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBEAC9

#BBEAC9
(187,234,201)
#C1EBCD
(193,235,205)
#C7ECD1
(199,236,209)
#CDEDD5
(205,237,213)
#D3EED9
(211,238,217)
#D9EFDD
(217,239,221)
#DFF0E1
(223,240,225)
#E5F1E5
(229,241,229)
#EBF2E9
(235,242,233)
#F1F3ED
(241,243,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEAC9 color. Also use rgb(187,234,201) instead hex code.

Text Font Color

.myTextColor { color: #BBEAC9; }

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

This text font color is #BBEAC9.


Background Color

.myBgColor { background-color: #BBEAC9; }

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

This div background color is #BBEAC9.


Border color

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

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

This div border color is #BBEAC9.


Opacity

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

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

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

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

This text has shadow with #BBEAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEAC9 on black background.


Color preview on white background

This text has color #BBEAC9 on white background.



Black color preview on #BBEAC9 background

This text has black color on #BBEAC9 background.


White color preview on #BBEAC9 background

This text has white color on #BBEAC9 background.