COLOR #BBCCEB

HEX: #BBCCEB RGB: (187,204,235)

Color info

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

RGB color model

#BBCCEB color RGB value is (187,204,235).

RGB: (187,204,235) (73%, 80%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 235 of 255 = 92%

187
204
235

R + G + B ~ 82%. #BBCCEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 204 + 235 = 626 (100%)
R 187 of 626 ~ 29.87%
G 204 of 626 ~ 32.59%
B 235 of 626 ~ 37.54'%

%29.87
%32.59
%37.54

CMYK color model

#BBCCEB color CMYK value is (20,13,0,8).

  • cyan value is 20.43%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,13,0,8)
C20M13Y0K8 (20%, 13%, 0%, 8%)
(0.20 / 0.13 / 0.00 / 0.08)

CMYK percentages

%20.43
%13.19
%0
%7.84

Codes

Color #BBCCEB in popluar color models

BB CC EB
RGB 187 204 235
HSL 219° 54.55% 82.75%
HSB/HSV 219° 20.43% 92.16%
CMYK 20.43% 13.19% 0.00%
7.84%

Color #BBCCEB in popluar number systems.

HEX BB CC EB
Decimal 187 204 235
Binary 10111011 11001100 11101011
Octal 273 314 353

Shades and tints

Shades of #BBCCEB

#BBCCEB
(187,204,235)
#AABAD6
(170,186,214)
#99A8C1
(153,168,193)
#8896AC
(136,150,172)
#778497
(119,132,151)
#667282
(102,114,130)
#55606D
(85,96,109)
#444E58
(68,78,88)
#333C43
(51,60,67)
#222A2E
(34,42,46)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBCCEB

#BBCCEB
(187,204,235)
#C1D0EC
(193,208,236)
#C7D4ED
(199,212,237)
#CDD8EE
(205,216,238)
#D3DCEF
(211,220,239)
#D9E0F0
(217,224,240)
#DFE4F1
(223,228,241)
#E5E8F2
(229,232,242)
#EBECF3
(235,236,243)
#F1F0F4
(241,240,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCEB; }

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

This text font color is #BBCCEB.

Background Color

.myBgColor { background-color: #BBCCEB; }

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

This div background color is #BBCCEB.

Border color

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

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

This div border color is #BBCCEB.

Opacity

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

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

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

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

This text has shadow with #BBCCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCCEB.

Preview

Color preview on black background

This text has color #BBCCEB on black background.


Color preview on white background

This text has color #BBCCEB on white background.


Black color preview on #BBCCEB background

This text has black color on #BBCCEB background.


White color preview on #BBCCEB background

This text has white color on #BBCCEB background.


Related colors

Complementary color

Complementary color for #hex is #443314.


I love getcolorcode.com

Triadic colors

1 #EBBBCC and #CCEBBB with #BBCCEB are triadic colors.

2 #EBCCBB and #CCBBEB with #BBCCEB are triadic colors.