COLOR #BBCCF5

HEX: #BBCCF5
RGB: (187,204,245)

Color info

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

RGB color model

#BBCCF5 color RGB value is (187,204,245).

  • red value is 187;
  • green value is 204;
  • blue value is 245.
RGB:
(187,204,245)
(73%,80%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 245 of 255 = 96%

187
204
245

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

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 245 = 636 (100%)
R 187 of 636 ~ 29.4%
G 204 of 636 ~ 32.08%
B 245 of 636 ~ 38.52%

%29.4
%32.08
%38.52

CMYK color model

#BBCCF5 color CMYK value is (24,17,0,4).

  • cyan value is 23.67%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,17,0,4)
C24M17Y0K4 
(24%,17%,0%,4%)
(0.24/0.17/0.00/0.04)	

CMYK percentages

%23.67
%16.73
%0
%3.92

Codes

Color #BBCCF5 in popluar color models

BBCCF5
RGB187204245
HSL222°74.36%84.71%
HSB/HSV222°23.67%96.08%
CMYK23.67%16.73%0.00%
3.92%

Color #BBCCF5 in popluar number systems.

HEXBBCCF5
Decimal187204245
Binary101110111100110011110101
Octal273314365

Shades and tints

Shades of #BBCCF5

#BBCCF5
(187,204,245)
#AABADF
(170,186,223)
#99A8C9
(153,168,201)
#8896B3
(136,150,179)
#77849D
(119,132,157)
#667287
(102,114,135)
#556071
(85,96,113)
#444E5B
(68,78,91)
#333C45
(51,60,69)
#222A2F
(34,42,47)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBCCF5

#BBCCF5
(187,204,245)
#C1D0F5
(193,208,245)
#C7D4F5
(199,212,245)
#CDD8F5
(205,216,245)
#D3DCF5
(211,220,245)
#D9E0F5
(217,224,245)
#DFE4F5
(223,228,245)
#E5E8F5
(229,232,245)
#EBECF5
(235,236,245)
#F1F0F5
(241,240,245)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCCF5 color. Also use rgb(187,204,245) instead hex code.

Text Font Color

.myTextColor { color: #BBCCF5; }

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

This text font color is #BBCCF5.


Background Color

.myBgColor { background-color: #BBCCF5; }

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

This div background color is #BBCCF5.


Border color

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

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

This div border color is #BBCCF5.


Opacity

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

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

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

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

This text has shadow with #BBCCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCF5 on black background.


Color preview on white background

This text has color #BBCCF5 on white background.



Black color preview on #BBCCF5 background

This text has black color on #BBCCF5 background.


White color preview on #BBCCF5 background

This text has white color on #BBCCF5 background.