COLOR #BBC1E0

HEX: #BBC1E0 RGB: (187,193,224)

Color info

#BBC1E0 contains red, green and blue colors in about the same proportion. Web safe color of #BBC1E0 is #CCCCCC (or #CCC).

RGB color model

#BBC1E0 color RGB value is (187,193,224).

RGB: (187,193,224) (73%, 76%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 224 of 255 = 88%

187
193
224

R + G + B ~ 79%. #BBC1E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 193 + 224 = 604 (100%)
R 187 of 604 ~ 30.96%
G 193 of 604 ~ 31.95%
B 224 of 604 ~ 37.09'%

%30.96
%31.95
%37.09

CMYK color model

#BBC1E0 color CMYK value is (17,14,0,12).

  • cyan value is 16.52%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (17,14,0,12)
C17M14Y0K12 (17%, 14%, 0%, 12%)
(0.17 / 0.14 / 0.00 / 0.12)

CMYK percentages

%16.52
%13.84
%0
%12.16

Codes

Color #BBC1E0 in popluar color models

BB C1 E0
RGB 187 193 224
HSL 230° 37.37% 80.59%
HSB/HSV 230° 16.52% 87.84%
CMYK 16.52% 13.84% 0.00%
12.16%

Color #BBC1E0 in popluar number systems.

HEX BB C1 E0
Decimal 187 193 224
Binary 10111011 11000001 11100000
Octal 273 301 340

Shades and tints

Shades of #BBC1E0

#BBC1E0
(187,193,224)
#AAB0CC
(170,176,204)
#999FB8
(153,159,184)
#888EA4
(136,142,164)
#777D90
(119,125,144)
#666C7C
(102,108,124)
#555B68
(85,91,104)
#444A54
(68,74,84)
#333940
(51,57,64)
#22282C
(34,40,44)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #BBC1E0

#BBC1E0
(187,193,224)
#C1C6E2
(193,198,226)
#C7CBE4
(199,203,228)
#CDD0E6
(205,208,230)
#D3D5E8
(211,213,232)
#D9DAEA
(217,218,234)
#DFDFEC
(223,223,236)
#E5E4EE
(229,228,238)
#EBE9F0
(235,233,240)
#F1EEF2
(241,238,242)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC1E0 color. Also use rgb(187,193,224) instead hex code.

Text Font Color

.myTextColor { color: #BBC1E0; }

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

This text font color is #BBC1E0.

Background Color

.myBgColor { background-color: #BBC1E0; }

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

This div background color is #BBC1E0.

Border color

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

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

This div border color is #BBC1E0.

Opacity

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

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

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

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

This text has shadow with #BBC1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC1E0.

Preview

Color preview on black background

This text has color #BBC1E0 on black background.


Color preview on white background

This text has color #BBC1E0 on white background.


Black color preview on #BBC1E0 background

This text has black color on #BBC1E0 background.


White color preview on #BBC1E0 background

This text has white color on #BBC1E0 background.


Related colors

Complementary color

Complementary color for #hex is #443E1F.


I love getcolorcode.com

Triadic colors

1 #E0BBC1 and #C1E0BB with #BBC1E0 are triadic colors.

2 #E0C1BB and #C1BBE0 with #BBC1E0 are triadic colors.