COLOR #BBD4F5

HEX: #BBD4F5
RGB: (187,212,245)

Color info

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

RGB color model

#BBD4F5 color RGB value is (187,212,245).

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

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 245 of 255 = 96%

187
212
245

R + G + B ~ 84%. #BBD4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 245 = 644 (100%)
R 187 of 644 ~ 29.04%
G 212 of 644 ~ 32.92%
B 245 of 644 ~ 38.04%

%29.04
%32.92
%38.04

CMYK color model

#BBD4F5 color CMYK value is (24,13,0,4).

  • cyan value is 23.67%
  • magenta value is 13.47%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,13,0,4)
C24M13Y0K4 
(24%,13%,0%,4%)
(0.24/0.13/0.00/0.04)	

CMYK percentages

%23.67
%13.47
%0
%3.92

Codes

Color #BBD4F5 in popluar color models

BBD4F5
RGB187212245
HSL214°74.36%84.71%
HSB/HSV214°23.67%96.08%
CMYK23.67%13.47%0.00%
3.92%

Color #BBD4F5 in popluar number systems.

HEXBBD4F5
Decimal187212245
Binary101110111101010011110101
Octal273324365

Shades and tints

Shades of #BBD4F5

#BBD4F5
(187,212,245)
#AAC1DF
(170,193,223)
#99AEC9
(153,174,201)
#889BB3
(136,155,179)
#77889D
(119,136,157)
#667587
(102,117,135)
#556271
(85,98,113)
#444F5B
(68,79,91)
#333C45
(51,60,69)
#22292F
(34,41,47)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBD4F5

#BBD4F5
(187,212,245)
#C1D7F5
(193,215,245)
#C7DAF5
(199,218,245)
#CDDDF5
(205,221,245)
#D3E0F5
(211,224,245)
#D9E3F5
(217,227,245)
#DFE6F5
(223,230,245)
#E5E9F5
(229,233,245)
#EBECF5
(235,236,245)
#F1EFF5
(241,239,245)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD4F5; }

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

This text font color is #BBD4F5.


Background Color

.myBgColor { background-color: #BBD4F5; }

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

This div background color is #BBD4F5.


Border color

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

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

This div border color is #BBD4F5.


Opacity

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

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

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

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

This text has shadow with #BBD4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4F5 on black background.


Color preview on white background

This text has color #BBD4F5 on white background.



Black color preview on #BBD4F5 background

This text has black color on #BBD4F5 background.


White color preview on #BBD4F5 background

This text has white color on #BBD4F5 background.