COLOR #BBDCC3

HEX: #BBDCC3 RGB: (187,220,195)

Color info

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

RGB color model

#BBDCC3 color RGB value is (187,220,195).

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

RGB channels and saturation

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

187
220
195

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

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 195 = 602 (100%)
R 187 of 602 ~ 31.06%
G 220 of 602 ~ 36.54%
B 195 of 602 ~ 32.39'%

%31.06
%36.54
%32.39

CMYK color model

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

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 13.73%

CMYK: (15,0,11,14)
C15M0Y11K14 (15%, 0%, 11%, 14%)
(0.15 / 0.00 / 0.11 / 0.14)

CMYK percentages

%15
%0
%11.36
%13.73

Codes

Color #BBDCC3 in popluar color models

BB DC C3
RGB 187 220 195
HSL 135° 32.04% 79.80%
HSB/HSV 135° 15.00% 86.27%
CMYK 15.00% 0.00% 11.36%
13.73%

Color #BBDCC3 in popluar number systems.

HEX BB DC C3
Decimal 187 220 195
Binary 10111011 11011100 11000011
Octal 273 334 303

Shades and tints

Shades of #BBDCC3

#BBDCC3
(187,220,195)
#AAC8B2
(170,200,178)
#99B4A1
(153,180,161)
#88A090
(136,160,144)
#778C7F
(119,140,127)
#66786E
(102,120,110)
#55645D
(85,100,93)
#44504C
(68,80,76)
#333C3B
(51,60,59)
#22282A
(34,40,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBDCC3

#BBDCC3
(187,220,195)
#C1DFC8
(193,223,200)
#C7E2CD
(199,226,205)
#CDE5D2
(205,229,210)
#D3E8D7
(211,232,215)
#D9EBDC
(217,235,220)
#DFEEE1
(223,238,225)
#E5F1E6
(229,241,230)
#EBF4EB
(235,244,235)
#F1F7F0
(241,247,240)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCC3; }

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

This text font color is #BBDCC3.

Background Color

.myBgColor { background-color: #BBDCC3; }

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

This div background color is #BBDCC3.

Border color

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

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

This div border color is #BBDCC3.

Opacity

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

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

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

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

This text has shadow with #BBDCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCC3.

Preview

Color preview on black background

This text has color #BBDCC3 on black background.


Color preview on white background

This text has color #BBDCC3 on white background.


Black color preview on #BBDCC3 background

This text has black color on #BBDCC3 background.


White color preview on #BBDCC3 background

This text has white color on #BBDCC3 background.


Related colors

Complementary color

Complementary color for #hex is #44233C.


I love getcolorcode.com

Triadic colors

1 #C3BBDC and #DCC3BB with #BBDCC3 are triadic colors.

2 #C3DCBB and #DCBBC3 with #BBDCC3 are triadic colors.