COLOR #BBC4D1

HEX: #BBC4D1
RGB: (187,196,209)

Color info

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

RGB color model

#BBC4D1 color RGB value is (187,196,209).

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

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 209 of 255 = 82%

187
196
209

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

Portions of RGB colors in percentages

R + G + B =
187 + 196 + 209 = 592 (100%)
R 187 of 592 ~ 31.59%
G 196 of 592 ~ 33.11%
B 209 of 592 ~ 35.3%

%31.59
%33.11
%35.3

CMYK color model

#BBC4D1 color CMYK value is (11,6,0,18).

  • cyan value is 10.53%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,6,0,18)
C11M6Y0K18 
(11%,6%,0%,18%)
(0.11/0.06/0.00/0.18)	

CMYK percentages

%10.53
%6.22
%0
%18.04

Codes

Color #BBC4D1 in popluar color models

BBC4D1
RGB187196209
HSL215°19.30%77.65%
HSB/HSV215°10.53%81.96%
CMYK10.53%6.22%0.00%
18.04%

Color #BBC4D1 in popluar number systems.

HEXBBC4D1
Decimal187196209
Binary101110111100010011010001
Octal273304321

Shades and tints

Shades of #BBC4D1

#BBC4D1
(187,196,209)
#AAB3BE
(170,179,190)
#99A2AB
(153,162,171)
#889198
(136,145,152)
#778085
(119,128,133)
#666F72
(102,111,114)
#555E5F
(85,94,95)
#444D4C
(68,77,76)
#333C39
(51,60,57)
#222B26
(34,43,38)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBC4D1

#BBC4D1
(187,196,209)
#C1C9D5
(193,201,213)
#C7CED9
(199,206,217)
#CDD3DD
(205,211,221)
#D3D8E1
(211,216,225)
#D9DDE5
(217,221,229)
#DFE2E9
(223,226,233)
#E5E7ED
(229,231,237)
#EBECF1
(235,236,241)
#F1F1F5
(241,241,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC4D1; }

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

This text font color is #BBC4D1.


Background Color

.myBgColor { background-color: #BBC4D1; }

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

This div background color is #BBC4D1.


Border color

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

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

This div border color is #BBC4D1.


Opacity

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

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

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

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

This text has shadow with #BBC4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC4D1 on black background.


Color preview on white background

This text has color #BBC4D1 on white background.



Black color preview on #BBC4D1 background

This text has black color on #BBC4D1 background.


White color preview on #BBC4D1 background

This text has white color on #BBC4D1 background.