COLOR #BBC3DB

HEX: #BBC3DB RGB: (187,195,219)

Color info

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

RGB color model

#BBC3DB color RGB value is (187,195,219).

RGB: (187,195,219) (73%, 76%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 219 of 255 = 86%

187
195
219

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

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 219 = 601 (100%)
R 187 of 601 ~ 31.11%
G 195 of 601 ~ 32.45%
B 219 of 601 ~ 36.44'%

%31.11
%32.45
%36.44

CMYK color model

#BBC3DB color CMYK value is (15,11,0,14).

  • cyan value is 14.61%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (15,11,0,14) C15M11Y0K14 (15%,11%,0%,14%) (0.15/0.11/0.00/0.14) 

CMYK percentages

%14.61
%10.96
%0
%14.12

Codes

Color #BBC3DB in popluar color models

BB C3 DB
RGB 187 195 219
HSL 225° 30.77% 79.61%
HSB/HSV 225° 14.61% 85.88%
CMYK 14.61% 10.96% 0.00%
14.12%

Color #BBC3DB in popluar number systems.

HEX BB C3 DB
Decimal 187 195 219
Binary 10111011 11000011 11011011
Octal 273 303 333

Shades and tints

Shades of #BBC3DB

#BBC3DB
(187,195,219)
#AAB2C8
(170,178,200)
#99A1B5
(153,161,181)
#8890A2
(136,144,162)
#777F8F
(119,127,143)
#666E7C
(102,110,124)
#555D69
(85,93,105)
#444C56
(68,76,86)
#333B43
(51,59,67)
#222A30
(34,42,48)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #BBC3DB

#BBC3DB
(187,195,219)
#C1C8DE
(193,200,222)
#C7CDE1
(199,205,225)
#CDD2E4
(205,210,228)
#D3D7E7
(211,215,231)
#D9DCEA
(217,220,234)
#DFE1ED
(223,225,237)
#E5E6F0
(229,230,240)
#EBEBF3
(235,235,243)
#F1F0F6
(241,240,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC3DB color. Also use rgb(187,195,219) instead hex code.

Text Font Color

.myTextColor { color: #BBC3DB; }

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

This text font color is #BBC3DB.

Background Color

.myBgColor { background-color: #BBC3DB; }

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

This div background color is #BBC3DB.

Border color

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

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

This div border color is #BBC3DB.

Opacity

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

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

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

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

This text has shadow with #BBC3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC3DB.

Preview

Color preview on black background

This text has color #BBC3DB on black background.


Color preview on white background

This text has color #BBC3DB on white background.


Black color preview on #BBC3DB background

This text has black color on #BBC3DB background.


White color preview on #BBC3DB background

This text has white color on #BBC3DB background.


Related colors

Complementary color

Complementary color for #hex is #443C24.


I love getcolorcode.com

Triadic colors

1 #DBBBC3 and #C3DBBB with #BBC3DB are triadic colors.

2 #DBC3BB and #C3BBDB with #BBC3DB are triadic colors.