COLOR #BBC5F2

HEX: #BBC5F2 RGB: (187,197,242)

Color info

#BBC5F2 contains red, green and blue colors in about the same proportion. Web safe color of #BBC5F2 is #CCCCFF (or #CCF).

RGB color model

#BBC5F2 color RGB value is (187,197,242).

RGB: (187,197,242) (73%, 77%, 95%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 242 of 255 = 95%

187
197
242

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

Portions of RGB colors in percentages

R + G + B = 187 + 197 + 242 = 626 (100%)
R 187 of 626 ~ 29.87%
G 197 of 626 ~ 31.47%
B 242 of 626 ~ 38.66'%

%29.87
%31.47
%38.66

CMYK color model

#BBC5F2 color CMYK value is (23,19,0,5).

  • cyan value is 22.73%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (23,19,0,5)
C23M19Y0K5 (23%, 19%, 0%, 5%)
(0.23 / 0.19 / 0.00 / 0.05)

CMYK percentages

%22.73
%18.6
%0
%5.1

Codes

Color #BBC5F2 in popluar color models

BB C5 F2
RGB 187 197 242
HSL 229° 67.90% 84.12%
HSB/HSV 229° 22.73% 94.90%
CMYK 22.73% 18.60% 0.00%
5.10%

Color #BBC5F2 in popluar number systems.

HEX BB C5 F2
Decimal 187 197 242
Binary 10111011 11000101 11110010
Octal 273 305 362

Shades and tints

Shades of #BBC5F2

#BBC5F2
(187,197,242)
#AAB4DC
(170,180,220)
#99A3C6
(153,163,198)
#8892B0
(136,146,176)
#77819A
(119,129,154)
#667084
(102,112,132)
#555F6E
(85,95,110)
#444E58
(68,78,88)
#333D42
(51,61,66)
#222C2C
(34,44,44)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #BBC5F2

#BBC5F2
(187,197,242)
#C1CAF3
(193,202,243)
#C7CFF4
(199,207,244)
#CDD4F5
(205,212,245)
#D3D9F6
(211,217,246)
#D9DEF7
(217,222,247)
#DFE3F8
(223,227,248)
#E5E8F9
(229,232,249)
#EBEDFA
(235,237,250)
#F1F2FB
(241,242,251)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5F2; }

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

This text font color is #BBC5F2.

Background Color

.myBgColor { background-color: #BBC5F2; }

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

This div background color is #BBC5F2.

Border color

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

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

This div border color is #BBC5F2.

Opacity

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

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

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

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

This text has shadow with #BBC5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC5F2.

Preview

Color preview on black background

This text has color #BBC5F2 on black background.


Color preview on white background

This text has color #BBC5F2 on white background.


Black color preview on #BBC5F2 background

This text has black color on #BBC5F2 background.


White color preview on #BBC5F2 background

This text has white color on #BBC5F2 background.


Related colors

Complementary color

Complementary color for #hex is #443A0D.


I love getcolorcode.com

Triadic colors

1 #F2BBC5 and #C5F2BB with #BBC5F2 are triadic colors.

2 #F2C5BB and #C5BBF2 with #BBC5F2 are triadic colors.