COLOR #BBDCC4

HEX: #BBDCC4 RGB: (187,220,196)

Color info

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

RGB color model

#BBDCC4 color RGB value is (187,220,196).

RGB: (187,220,196) (73%, 86%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 196 of 255 = 77%

187
220
196

R + G + B ~ 79%. #BBDCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 196 = 603 (100%)
R 187 of 603 ~ 31.01%
G 220 of 603 ~ 36.48%
B 196 of 603 ~ 32.5'%

%31.01
%36.48
%32.5

CMYK color model

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

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • 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
%10.91
%13.73

Codes

Color #BBDCC4 in popluar color models

BB DC C4
RGB 187 220 196
HSL 136° 32.04% 79.80%
HSB/HSV 136° 15.00% 86.27%
CMYK 15.00% 0.00% 10.91%
13.73%

Color #BBDCC4 in popluar number systems.

HEX BB DC C4
Decimal 187 220 196
Binary 10111011 11011100 11000100
Octal 273 334 304

Shades and tints

Shades of #BBDCC4

#BBDCC4
(187,220,196)
#AAC8B3
(170,200,179)
#99B4A2
(153,180,162)
#88A091
(136,160,145)
#778C80
(119,140,128)
#66786F
(102,120,111)
#55645E
(85,100,94)
#44504D
(68,80,77)
#333C3C
(51,60,60)
#22282B
(34,40,43)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BBDCC4

#BBDCC4
(187,220,196)
#C1DFC9
(193,223,201)
#C7E2CE
(199,226,206)
#CDE5D3
(205,229,211)
#D3E8D8
(211,232,216)
#D9EBDD
(217,235,221)
#DFEEE2
(223,238,226)
#E5F1E7
(229,241,231)
#EBF4EC
(235,244,236)
#F1F7F1
(241,247,241)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCC4; }

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

This text font color is #BBDCC4.

Background Color

.myBgColor { background-color: #BBDCC4; }

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

This div background color is #BBDCC4.

Border color

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

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

This div border color is #BBDCC4.

Opacity

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

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

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

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

This text has shadow with #BBDCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCC4.

Preview

Color preview on black background

This text has color #BBDCC4 on black background.


Color preview on white background

This text has color #BBDCC4 on white background.


Black color preview on #BBDCC4 background

This text has black color on #BBDCC4 background.


White color preview on #BBDCC4 background

This text has white color on #BBDCC4 background.


Related colors

Complementary color

Complementary color for #hex is #44233B.


I love getcolorcode.com

Triadic colors

1 #C4BBDC and #DCC4BB with #BBDCC4 are triadic colors.

2 #C4DCBB and #DCBBC4 with #BBDCC4 are triadic colors.