COLOR #BBC4F0

HEX: #BBC4F0
RGB: (187,196,240)

Color info

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

RGB color model

#BBC4F0 color RGB value is (187,196,240).

  • red value is 187;
  • green value is 196;
  • blue value is 240.
RGB:
(187,196,240)
(73%,77%,94%)

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 240 of 255 = 94%

187
196
240

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

Portions of RGB colors in percentages

R + G + B =
187 + 196 + 240 = 623 (100%)
R 187 of 623 ~ 30.02%
G 196 of 623 ~ 31.46%
B 240 of 623 ~ 38.52%

%30.02
%31.46
%38.52

CMYK color model

#BBC4F0 color CMYK value is (22,18,0,6).

  • cyan value is 22.08%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(22,18,0,6)
C22M18Y0K6 
(22%,18%,0%,6%)
(0.22/0.18/0.00/0.06)	

CMYK percentages

%22.08
%18.33
%0
%5.88

Codes

Color #BBC4F0 in popluar color models

BBC4F0
RGB187196240
HSL230°63.86%83.73%
HSB/HSV230°22.08%94.12%
CMYK22.08%18.33%0.00%
5.88%

Color #BBC4F0 in popluar number systems.

HEXBBC4F0
Decimal187196240
Binary101110111100010011110000
Octal273304360

Shades and tints

Shades of #BBC4F0

#BBC4F0
(187,196,240)
#AAB3DB
(170,179,219)
#99A2C6
(153,162,198)
#8891B1
(136,145,177)
#77809C
(119,128,156)
#666F87
(102,111,135)
#555E72
(85,94,114)
#444D5D
(68,77,93)
#333C48
(51,60,72)
#222B33
(34,43,51)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #BBC4F0

#BBC4F0
(187,196,240)
#C1C9F1
(193,201,241)
#C7CEF2
(199,206,242)
#CDD3F3
(205,211,243)
#D3D8F4
(211,216,244)
#D9DDF5
(217,221,245)
#DFE2F6
(223,226,246)
#E5E7F7
(229,231,247)
#EBECF8
(235,236,248)
#F1F1F9
(241,241,249)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC4F0 color. Also use rgb(187,196,240) instead hex code.

Text Font Color

.myTextColor { color: #BBC4F0; }

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

This text font color is #BBC4F0.


Background Color

.myBgColor { background-color: #BBC4F0; }

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

This div background color is #BBC4F0.


Border color

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

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

This div border color is #BBC4F0.


Opacity

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

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

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

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

This text has shadow with #BBC4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC4F0 on black background.


Color preview on white background

This text has color #BBC4F0 on white background.



Black color preview on #BBC4F0 background

This text has black color on #BBC4F0 background.


White color preview on #BBC4F0 background

This text has white color on #BBC4F0 background.