COLOR #BBC1D1

HEX: #BBC1D1
RGB: (187,193,209)

Color info

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

RGB color model

#BBC1D1 color RGB value is (187,193,209).

  • red value is 187;
  • green value is 193;
  • blue value is 209.
RGB:
(187,193,209)
(73%,76%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 209 of 255 = 82%

187
193
209

R + G + B ~ 77%. #BBC1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 193 + 209 = 589 (100%)
R 187 of 589 ~ 31.75%
G 193 of 589 ~ 32.77%
B 209 of 589 ~ 35.48%

%31.75
%32.77
%35.48

CMYK color model

#BBC1D1 color CMYK value is (11,8,0,18).

  • cyan value is 10.53%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,8,0,18)
C11M8Y0K18 
(11%,8%,0%,18%)
(0.11/0.08/0.00/0.18)	

CMYK percentages

%10.53
%7.66
%0
%18.04

Codes

Color #BBC1D1 in popluar color models

BBC1D1
RGB187193209
HSL224°19.30%77.65%
HSB/HSV224°10.53%81.96%
CMYK10.53%7.66%0.00%
18.04%

Color #BBC1D1 in popluar number systems.

HEXBBC1D1
Decimal187193209
Binary101110111100000111010001
Octal273301321

Shades and tints

Shades of #BBC1D1

#BBC1D1
(187,193,209)
#AAB0BE
(170,176,190)
#999FAB
(153,159,171)
#888E98
(136,142,152)
#777D85
(119,125,133)
#666C72
(102,108,114)
#555B5F
(85,91,95)
#444A4C
(68,74,76)
#333939
(51,57,57)
#222826
(34,40,38)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBC1D1

#BBC1D1
(187,193,209)
#C1C6D5
(193,198,213)
#C7CBD9
(199,203,217)
#CDD0DD
(205,208,221)
#D3D5E1
(211,213,225)
#D9DAE5
(217,218,229)
#DFDFE9
(223,223,233)
#E5E4ED
(229,228,237)
#EBE9F1
(235,233,241)
#F1EEF5
(241,238,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC1D1; }

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

This text font color is #BBC1D1.


Background Color

.myBgColor { background-color: #BBC1D1; }

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

This div background color is #BBC1D1.


Border color

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

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

This div border color is #BBC1D1.


Opacity

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

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

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

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

This text has shadow with #BBC1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC1D1 on black background.


Color preview on white background

This text has color #BBC1D1 on white background.



Black color preview on #BBC1D1 background

This text has black color on #BBC1D1 background.


White color preview on #BBC1D1 background

This text has white color on #BBC1D1 background.