COLOR #BBC1D0

HEX: #BBC1D0
RGB: (187,193,208)

Color info

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

RGB color model

#BBC1D0 color RGB value is (187,193,208).

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

RGB channels and saturation

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

187
193
208

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

Portions of RGB colors in percentages

R + G + B =
187 + 193 + 208 = 588 (100%)
R 187 of 588 ~ 31.8%
G 193 of 588 ~ 32.82%
B 208 of 588 ~ 35.37%

%31.8
%32.82
%35.37

CMYK color model

#BBC1D0 color CMYK value is (10,7,0,18).

  • cyan value is 10.10%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,7,0,18)
C10M7Y0K18 
(10%,7%,0%,18%)
(0.10/0.07/0.00/0.18)	

CMYK percentages

%10.1
%7.21
%0
%18.43

Codes

Color #BBC1D0 in popluar color models

BBC1D0
RGB187193208
HSL223°18.26%77.45%
HSB/HSV223°10.10%81.57%
CMYK10.10%7.21%0.00%
18.43%

Color #BBC1D0 in popluar number systems.

HEXBBC1D0
Decimal187193208
Binary101110111100000111010000
Octal273301320

Shades and tints

Shades of #BBC1D0

#BBC1D0
(187,193,208)
#AAB0BE
(170,176,190)
#999FAC
(153,159,172)
#888E9A
(136,142,154)
#777D88
(119,125,136)
#666C76
(102,108,118)
#555B64
(85,91,100)
#444A52
(68,74,82)
#333940
(51,57,64)
#22282E
(34,40,46)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #BBC1D0

#BBC1D0
(187,193,208)
#C1C6D4
(193,198,212)
#C7CBD8
(199,203,216)
#CDD0DC
(205,208,220)
#D3D5E0
(211,213,224)
#D9DAE4
(217,218,228)
#DFDFE8
(223,223,232)
#E5E4EC
(229,228,236)
#EBE9F0
(235,233,240)
#F1EEF4
(241,238,244)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC1D0; }

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

This text font color is #BBC1D0.


Background Color

.myBgColor { background-color: #BBC1D0; }

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

This div background color is #BBC1D0.


Border color

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

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

This div border color is #BBC1D0.


Opacity

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

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

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

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

This text has shadow with #BBC1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC1D0 on black background.


Color preview on white background

This text has color #BBC1D0 on white background.



Black color preview on #BBC1D0 background

This text has black color on #BBC1D0 background.


White color preview on #BBC1D0 background

This text has white color on #BBC1D0 background.