COLOR #BBD8FF

HEX: #BBD8FF RGB: (187,216,255)

Color info

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

RGB color model

#BBD8FF color RGB value is (187,216,255).

RGB: (187,216,255) (73%, 85%, 100%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 255 of 255 = 100%

187
216
255

R + G + B ~ 86%. #BBD8FF is light color.

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 255 = 658 (100%)
R 187 of 658 ~ 28.42%
G 216 of 658 ~ 32.83%
B 255 of 658 ~ 38.75'%

%28.42
%32.83
%38.75

CMYK color model

#BBD8FF color CMYK value is (27,15,0,0).

  • cyan value is 26.67%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (27,15,0,0)
C27M15Y0K0 (27%, 15%, 0%, 0%)
(0.27 / 0.15 / 0.00 / 0.00)

CMYK percentages

%26.67
%15.29
%0
%0

Codes

Color #BBD8FF in popluar color models

BB D8 FF
RGB 187 216 255
HSL 214° 100.00% 86.67%
HSB/HSV 214° 26.67% 100.00%
CMYK 26.67% 15.29% 0.00%
0.00%

Color #BBD8FF in popluar number systems.

HEX BB D8 FF
Decimal 187 216 255
Binary 10111011 11011000 11111111
Octal 273 330 377

Shades and tints

Shades of #BBD8FF

#BBD8FF
(187,216,255)
#AAC5E8
(170,197,232)
#99B2D1
(153,178,209)
#889FBA
(136,159,186)
#778CA3
(119,140,163)
#66798C
(102,121,140)
#556675
(85,102,117)
#44535E
(68,83,94)
#334047
(51,64,71)
#222D30
(34,45,48)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #BBD8FF

#BBD8FF
(187,216,255)
#C1DBFF
(193,219,255)
#C7DEFF
(199,222,255)
#CDE1FF
(205,225,255)
#D3E4FF
(211,228,255)
#D9E7FF
(217,231,255)
#DFEAFF
(223,234,255)
#E5EDFF
(229,237,255)
#EBF0FF
(235,240,255)
#F1F3FF
(241,243,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD8FF; }

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

This text font color is #BBD8FF.

Background Color

.myBgColor { background-color: #BBD8FF; }

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

This div background color is #BBD8FF.

Border color

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

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

This div border color is #BBD8FF.

Opacity

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

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

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

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

This text has shadow with #BBD8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD8FF.

Preview

Color preview on black background

This text has color #BBD8FF on black background.


Color preview on white background

This text has color #BBD8FF on white background.


Black color preview on #BBD8FF background

This text has black color on #BBD8FF background.


White color preview on #BBD8FF background

This text has white color on #BBD8FF background.


Related colors

Complementary color

Complementary color for #hex is #442700.


I love getcolorcode.com

Triadic colors

1 #FFBBD8 and #D8FFBB with #BBD8FF are triadic colors.

2 #FFD8BB and #D8BBFF with #BBD8FF are triadic colors.