COLOR #BBCCEA

HEX: #BBCCEA
RGB: (187,204,234)

Color info

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

RGB color model

#BBCCEA color RGB value is (187,204,234).

  • red value is 187;
  • green value is 204;
  • blue value is 234.
RGB:
(187,204,234)
(73%,80%,92%)

RGB channels and saturation

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

187
204
234

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

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 234 = 625 (100%)
R 187 of 625 ~ 29.92%
G 204 of 625 ~ 32.64%
B 234 of 625 ~ 37.44%

%29.92
%32.64
%37.44

CMYK color model

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

  • cyan value is 20.09%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(20,13,0,8)
C20M13Y0K8 
(20%,13%,0%,8%)
(0.20/0.13/0.00/0.08)	

CMYK percentages

%20.09
%12.82
%0
%8.24

Codes

Color #BBCCEA in popluar color models

BBCCEA
RGB187204234
HSL218°52.81%82.55%
HSB/HSV218°20.09%91.76%
CMYK20.09%12.82%0.00%
8.24%

Color #BBCCEA in popluar number systems.

HEXBBCCEA
Decimal187204234
Binary101110111100110011101010
Octal273314352

Shades and tints

Shades of #BBCCEA

#BBCCEA
(187,204,234)
#AABAD5
(170,186,213)
#99A8C0
(153,168,192)
#8896AB
(136,150,171)
#778496
(119,132,150)
#667281
(102,114,129)
#55606C
(85,96,108)
#444E57
(68,78,87)
#333C42
(51,60,66)
#222A2D
(34,42,45)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBCCEA

#BBCCEA
(187,204,234)
#C1D0EB
(193,208,235)
#C7D4EC
(199,212,236)
#CDD8ED
(205,216,237)
#D3DCEE
(211,220,238)
#D9E0EF
(217,224,239)
#DFE4F0
(223,228,240)
#E5E8F1
(229,232,241)
#EBECF2
(235,236,242)
#F1F0F3
(241,240,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCEA; }

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

This text font color is #BBCCEA.


Background Color

.myBgColor { background-color: #BBCCEA; }

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

This div background color is #BBCCEA.


Border color

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

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

This div border color is #BBCCEA.


Opacity

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

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

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

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

This text has shadow with #BBCCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCEA on black background.


Color preview on white background

This text has color #BBCCEA on white background.



Black color preview on #BBCCEA background

This text has black color on #BBCCEA background.


White color preview on #BBCCEA background

This text has white color on #BBCCEA background.