COLOR #BBD5E1

HEX: #BBD5E1 RGB: (187,213,225)

Color info

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

RGB color model

#BBD5E1 color RGB value is (187,213,225).

RGB: (187,213,225) (73%, 84%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 225 of 255 = 88%

187
213
225

R + G + B ~ 82%. #BBD5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 213 + 225 = 625 (100%)
R 187 of 625 ~ 29.92%
G 213 of 625 ~ 34.08%
B 225 of 625 ~ 36'%

%29.92
%34.08
%36

CMYK color model

#BBD5E1 color CMYK value is (17,5,0,12).

  • cyan value is 16.89%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (17,5,0,12)
C17M5Y0K12 (17%, 5%, 0%, 12%)
(0.17 / 0.05 / 0.00 / 0.12)

CMYK percentages

%16.89
%5.33
%0
%11.76

Codes

Color #BBD5E1 in popluar color models

BB D5 E1
RGB 187 213 225
HSL 199° 38.78% 80.78%
HSB/HSV 199° 16.89% 88.24%
CMYK 16.89% 5.33% 0.00%
11.76%

Color #BBD5E1 in popluar number systems.

HEX BB D5 E1
Decimal 187 213 225
Binary 10111011 11010101 11100001
Octal 273 325 341

Shades and tints

Shades of #BBD5E1

#BBD5E1
(187,213,225)
#AAC2CD
(170,194,205)
#99AFB9
(153,175,185)
#889CA5
(136,156,165)
#778991
(119,137,145)
#66767D
(102,118,125)
#556369
(85,99,105)
#445055
(68,80,85)
#333D41
(51,61,65)
#222A2D
(34,42,45)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #BBD5E1

#BBD5E1
(187,213,225)
#C1D8E3
(193,216,227)
#C7DBE5
(199,219,229)
#CDDEE7
(205,222,231)
#D3E1E9
(211,225,233)
#D9E4EB
(217,228,235)
#DFE7ED
(223,231,237)
#E5EAEF
(229,234,239)
#EBEDF1
(235,237,241)
#F1F0F3
(241,240,243)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD5E1 color. Also use rgb(187,213,225) instead hex code.

Text Font Color

.myTextColor { color: #BBD5E1; }

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

This text font color is #BBD5E1.

Background Color

.myBgColor { background-color: #BBD5E1; }

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

This div background color is #BBD5E1.

Border color

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

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

This div border color is #BBD5E1.

Opacity

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

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

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

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

This text has shadow with #BBD5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD5E1.

Preview

Color preview on black background

This text has color #BBD5E1 on black background.


Color preview on white background

This text has color #BBD5E1 on white background.


Black color preview on #BBD5E1 background

This text has black color on #BBD5E1 background.


White color preview on #BBD5E1 background

This text has white color on #BBD5E1 background.


Related colors

Complementary color

Complementary color for #hex is #442A1E.


I love getcolorcode.com

Triadic colors

1 #E1BBD5 and #D5E1BB with #BBD5E1 are triadic colors.

2 #E1D5BB and #D5BBE1 with #BBD5E1 are triadic colors.