COLOR #BBEAD9

HEX: #BBEAD9 RGB: (187,234,217)

Color info

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

RGB color model

#BBEAD9 color RGB value is (187,234,217).

RGB: (187,234,217) (73%, 92%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 217 of 255 = 85%

187
234
217

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

Portions of RGB colors in percentages

R + G + B = 187 + 234 + 217 = 638 (100%)
R 187 of 638 ~ 29.31%
G 234 of 638 ~ 36.68%
B 217 of 638 ~ 34.01'%

%29.31
%36.68
%34.01

CMYK color model

#BBEAD9 color CMYK value is (20,0,7,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 8.24%

CMYK: (20,0,7,8)
C20M0Y7K8 (20%, 0%, 7%, 8%)
(0.20 / 0.00 / 0.07 / 0.08)

CMYK percentages

%20.09
%0
%7.26
%8.24

Codes

Color #BBEAD9 in popluar color models

BB EA D9
RGB 187 234 217
HSL 158° 52.81% 82.55%
HSB/HSV 158° 20.09% 91.76%
CMYK 20.09% 0.00% 7.26%
8.24%

Color #BBEAD9 in popluar number systems.

HEX BB EA D9
Decimal 187 234 217
Binary 10111011 11101010 11011001
Octal 273 352 331

Shades and tints

Shades of #BBEAD9

#BBEAD9
(187,234,217)
#AAD5C6
(170,213,198)
#99C0B3
(153,192,179)
#88ABA0
(136,171,160)
#77968D
(119,150,141)
#66817A
(102,129,122)
#556C67
(85,108,103)
#445754
(68,87,84)
#334241
(51,66,65)
#222D2E
(34,45,46)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBEAD9

#BBEAD9
(187,234,217)
#C1EBDC
(193,235,220)
#C7ECDF
(199,236,223)
#CDEDE2
(205,237,226)
#D3EEE5
(211,238,229)
#D9EFE8
(217,239,232)
#DFF0EB
(223,240,235)
#E5F1EE
(229,241,238)
#EBF2F1
(235,242,241)
#F1F3F4
(241,243,244)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEAD9; }

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

This text font color is #BBEAD9.

Background Color

.myBgColor { background-color: #BBEAD9; }

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

This div background color is #BBEAD9.

Border color

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

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

This div border color is #BBEAD9.

Opacity

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

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

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

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

This text has shadow with #BBEAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEAD9.

Preview

Color preview on black background

This text has color #BBEAD9 on black background.


Color preview on white background

This text has color #BBEAD9 on white background.


Black color preview on #BBEAD9 background

This text has black color on #BBEAD9 background.


White color preview on #BBEAD9 background

This text has white color on #BBEAD9 background.


Related colors

Complementary color

Complementary color for #hex is #441526.


I love getcolorcode.com

Triadic colors

1 #D9BBEA and #EAD9BB with #BBEAD9 are triadic colors.

2 #D9EABB and #EABBD9 with #BBEAD9 are triadic colors.