COLOR #BBC5DA

HEX: #BBC5DA RGB: (187,197,218)

Color info

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

RGB color model

#BBC5DA color RGB value is (187,197,218).

RGB: (187,197,218) (73%, 77%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 218 of 255 = 85%

187
197
218

R + G + B ~ 78%. #BBC5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 197 + 218 = 602 (100%)
R 187 of 602 ~ 31.06%
G 197 of 602 ~ 32.72%
B 218 of 602 ~ 36.21'%

%31.06
%32.72
%36.21

CMYK color model

#BBC5DA color CMYK value is (14,10,0,15).

  • cyan value is 14.22%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (14,10,0,15)
C14M10Y0K15 (14%, 10%, 0%, 15%)
(0.14 / 0.10 / 0.00 / 0.15)

CMYK percentages

%14.22
%9.63
%0
%14.51

Codes

Color #BBC5DA in popluar color models

BB C5 DA
RGB 187 197 218
HSL 221° 29.52% 79.41%
HSB/HSV 221° 14.22% 85.49%
CMYK 14.22% 9.63% 0.00%
14.51%

Color #BBC5DA in popluar number systems.

HEX BB C5 DA
Decimal 187 197 218
Binary 10111011 11000101 11011010
Octal 273 305 332

Shades and tints

Shades of #BBC5DA

#BBC5DA
(187,197,218)
#AAB4C7
(170,180,199)
#99A3B4
(153,163,180)
#8892A1
(136,146,161)
#77818E
(119,129,142)
#66707B
(102,112,123)
#555F68
(85,95,104)
#444E55
(68,78,85)
#333D42
(51,61,66)
#222C2F
(34,44,47)
#111B1C
(17,27,28)
#000000
(0,0,0)

Tints of #BBC5DA

#BBC5DA
(187,197,218)
#C1CADD
(193,202,221)
#C7CFE0
(199,207,224)
#CDD4E3
(205,212,227)
#D3D9E6
(211,217,230)
#D9DEE9
(217,222,233)
#DFE3EC
(223,227,236)
#E5E8EF
(229,232,239)
#EBEDF2
(235,237,242)
#F1F2F5
(241,242,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC5DA color. Also use rgb(187,197,218) instead hex code.

Text Font Color

.myTextColor { color: #BBC5DA; }

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

This text font color is #BBC5DA.

Background Color

.myBgColor { background-color: #BBC5DA; }

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

This div background color is #BBC5DA.

Border color

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

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

This div border color is #BBC5DA.

Opacity

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

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

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

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

This text has shadow with #BBC5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC5DA.

Preview

Color preview on black background

This text has color #BBC5DA on black background.


Color preview on white background

This text has color #BBC5DA on white background.


Black color preview on #BBC5DA background

This text has black color on #BBC5DA background.


White color preview on #BBC5DA background

This text has white color on #BBC5DA background.


Related colors

Complementary color

Complementary color for #hex is #443A25.


I love getcolorcode.com

Triadic colors

1 #DABBC5 and #C5DABB with #BBC5DA are triadic colors.

2 #DAC5BB and #C5BBDA with #BBC5DA are triadic colors.