COLOR #BBC0DD

HEX: #BBC0DD RGB: (187,192,221)

Color info

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

RGB color model

#BBC0DD color RGB value is (187,192,221).

RGB: (187,192,221) (73%, 75%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 192 of 255 = 75%
B 221 of 255 = 87%

187
192
221

R + G + B ~ 78%. #BBC0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 192 + 221 = 600 (100%)
R 187 of 600 ~ 31.17%
G 192 of 600 ~ 32%
B 221 of 600 ~ 36.83'%

%31.17
%32
%36.83

CMYK color model

#BBC0DD color CMYK value is (15,13,0,13).

  • cyan value is 15.38%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (15,13,0,13)
C15M13Y0K13 (15%, 13%, 0%, 13%)
(0.15 / 0.13 / 0.00 / 0.13)

CMYK percentages

%15.38
%13.12
%0
%13.33

Codes

Color #BBC0DD in popluar color models

BB C0 DD
RGB 187 192 221
HSL 231° 33.33% 80.00%
HSB/HSV 231° 15.38% 86.67%
CMYK 15.38% 13.12% 0.00%
13.33%

Color #BBC0DD in popluar number systems.

HEX BB C0 DD
Decimal 187 192 221
Binary 10111011 11000000 11011101
Octal 273 300 335

Shades and tints

Shades of #BBC0DD

#BBC0DD
(187,192,221)
#AAAFC9
(170,175,201)
#999EB5
(153,158,181)
#888DA1
(136,141,161)
#777C8D
(119,124,141)
#666B79
(102,107,121)
#555A65
(85,90,101)
#444951
(68,73,81)
#33383D
(51,56,61)
#222729
(34,39,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBC0DD

#BBC0DD
(187,192,221)
#C1C5E0
(193,197,224)
#C7CAE3
(199,202,227)
#CDCFE6
(205,207,230)
#D3D4E9
(211,212,233)
#D9D9EC
(217,217,236)
#DFDEEF
(223,222,239)
#E5E3F2
(229,227,242)
#EBE8F5
(235,232,245)
#F1EDF8
(241,237,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC0DD color. Also use rgb(187,192,221) instead hex code.

Text Font Color

.myTextColor { color: #BBC0DD; }

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

This text font color is #BBC0DD.

Background Color

.myBgColor { background-color: #BBC0DD; }

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

This div background color is #BBC0DD.

Border color

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

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

This div border color is #BBC0DD.

Opacity

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

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

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

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

This text has shadow with #BBC0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC0DD.

Preview

Color preview on black background

This text has color #BBC0DD on black background.


Color preview on white background

This text has color #BBC0DD on white background.


Black color preview on #BBC0DD background

This text has black color on #BBC0DD background.


White color preview on #BBC0DD background

This text has white color on #BBC0DD background.


Related colors

Complementary color

Complementary color for #hex is #443F22.


I love getcolorcode.com

Triadic colors

1 #DDBBC0 and #C0DDBB with #BBC0DD are triadic colors.

2 #DDC0BB and #C0BBDD with #BBC0DD are triadic colors.