COLOR #BBD2FF

HEX: #BBD2FF
RGB: (187,210,255)

Color info

#BBD2FF contains mainly green and blue colors. Web safe color of #BBD2FF is #CCCCFF (or #CCF).

RGB color model

#BBD2FF color RGB value is (187,210,255).

  • red value is 187;
  • green value is 210;
  • blue value is 255.
RGB:
(187,210,255)
(73%,82%,100%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 255 of 255 = 100%

187
210
255

R + G + B ~ 85%. #BBD2FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 255 = 652 (100%)
R 187 of 652 ~ 28.68%
G 210 of 652 ~ 32.21%
B 255 of 652 ~ 39.11%

%28.68
%32.21
%39.11

CMYK color model

#BBD2FF color CMYK value is (27,18,0,0).

  • cyan value is 26.67%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(27,18,0,0)
C27M18Y0K0 
(27%,18%,0%,0%)
(0.27/0.18/0.00/0.00)	

CMYK percentages

%26.67
%17.65
%0
%0

Codes

Color #BBD2FF in popluar color models

BBD2FF
RGB187210255
HSL220°100.00%86.67%
HSB/HSV220°26.67%100.00%
CMYK26.67%17.65%0.00%
0.00%

Color #BBD2FF in popluar number systems.

HEXBBD2FF
Decimal187210255
Binary101110111101001011111111
Octal273322377

Shades and tints

Shades of #BBD2FF

#BBD2FF
(187,210,255)
#AABFE8
(170,191,232)
#99ACD1
(153,172,209)
#8899BA
(136,153,186)
#7786A3
(119,134,163)
#66738C
(102,115,140)
#556075
(85,96,117)
#444D5E
(68,77,94)
#333A47
(51,58,71)
#222730
(34,39,48)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBD2FF

#BBD2FF
(187,210,255)
#C1D6FF
(193,214,255)
#C7DAFF
(199,218,255)
#CDDEFF
(205,222,255)
#D3E2FF
(211,226,255)
#D9E6FF
(217,230,255)
#DFEAFF
(223,234,255)
#E5EEFF
(229,238,255)
#EBF2FF
(235,242,255)
#F1F6FF
(241,246,255)
#F7FAFF
(247,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD2FF color. Also use rgb(187,210,255) instead hex code.

Text Font Color

.myTextColor { color: #BBD2FF; }

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

This text font color is #BBD2FF.


Background Color

.myBgColor { background-color: #BBD2FF; }

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

This div background color is #BBD2FF.


Border color

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

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

This div border color is #BBD2FF.


Opacity

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

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

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

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

This text has shadow with #BBD2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2FF on black background.


Color preview on white background

This text has color #BBD2FF on white background.



Black color preview on #BBD2FF background

This text has black color on #BBD2FF background.


White color preview on #BBD2FF background

This text has white color on #BBD2FF background.