COLOR #BBD2EE

HEX: #BBD2EE RGB: (187,210,238)

Color info

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

RGB color model

#BBD2EE color RGB value is (187,210,238).

RGB: (187,210,238) (73%, 82%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 238 of 255 = 93%

187
210
238

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

Portions of RGB colors in percentages

R + G + B = 187 + 210 + 238 = 635 (100%)
R 187 of 635 ~ 29.45%
G 210 of 635 ~ 33.07%
B 238 of 635 ~ 37.48'%

%29.45
%33.07
%37.48

CMYK color model

#BBD2EE color CMYK value is (21,12,0,7).

  • cyan value is 21.43%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,12,0,7)
C21M12Y0K7 (21%, 12%, 0%, 7%)
(0.21 / 0.12 / 0.00 / 0.07)

CMYK percentages

%21.43
%11.76
%0
%6.67

Codes

Color #BBD2EE in popluar color models

BB D2 EE
RGB 187 210 238
HSL 213° 60.00% 83.33%
HSB/HSV 213° 21.43% 93.33%
CMYK 21.43% 11.76% 0.00%
6.67%

Color #BBD2EE in popluar number systems.

HEX BB D2 EE
Decimal 187 210 238
Binary 10111011 11010010 11101110
Octal 273 322 356

Shades and tints

Shades of #BBD2EE

#BBD2EE
(187,210,238)
#AABFD9
(170,191,217)
#99ACC4
(153,172,196)
#8899AF
(136,153,175)
#77869A
(119,134,154)
#667385
(102,115,133)
#556070
(85,96,112)
#444D5B
(68,77,91)
#333A46
(51,58,70)
#222731
(34,39,49)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #BBD2EE

#BBD2EE
(187,210,238)
#C1D6EF
(193,214,239)
#C7DAF0
(199,218,240)
#CDDEF1
(205,222,241)
#D3E2F2
(211,226,242)
#D9E6F3
(217,230,243)
#DFEAF4
(223,234,244)
#E5EEF5
(229,238,245)
#EBF2F6
(235,242,246)
#F1F6F7
(241,246,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD2EE; }

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

This text font color is #BBD2EE.

Background Color

.myBgColor { background-color: #BBD2EE; }

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

This div background color is #BBD2EE.

Border color

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

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

This div border color is #BBD2EE.

Opacity

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

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

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

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

This text has shadow with #BBD2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD2EE.

Preview

Color preview on black background

This text has color #BBD2EE on black background.


Color preview on white background

This text has color #BBD2EE on white background.


Black color preview on #BBD2EE background

This text has black color on #BBD2EE background.


White color preview on #BBD2EE background

This text has white color on #BBD2EE background.


Related colors

Complementary color

Complementary color for #hex is #442D11.


I love getcolorcode.com

Triadic colors

1 #EEBBD2 and #D2EEBB with #BBD2EE are triadic colors.

2 #EED2BB and #D2BBEE with #BBD2EE are triadic colors.