COLOR #BBCDC4

HEX: #BBCDC4 RGB: (187,205,196)

Color info

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

RGB color model

#BBCDC4 color RGB value is (187,205,196).

RGB: (187,205,196) (73%, 80%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 196 of 255 = 77%

187
205
196

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

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 196 = 588 (100%)
R 187 of 588 ~ 31.8%
G 205 of 588 ~ 34.86%
B 196 of 588 ~ 33.33'%

%31.8
%34.86
%33.33

CMYK color model

#BBCDC4 color CMYK value is (9,0,4,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (9,0,4,20)
C9M0Y4K20 (9%, 0%, 4%, 20%)
(0.09 / 0.00 / 0.04 / 0.20)

CMYK percentages

%8.78
%0
%4.39
%19.61

Codes

Color #BBCDC4 in popluar color models

BB CD C4
RGB 187 205 196
HSL 150° 15.25% 76.86%
HSB/HSV 150° 8.78% 80.39%
CMYK 8.78% 0.00% 4.39%
19.61%

Color #BBCDC4 in popluar number systems.

HEX BB CD C4
Decimal 187 205 196
Binary 10111011 11001101 11000100
Octal 273 315 304

Shades and tints

Shades of #BBCDC4

#BBCDC4
(187,205,196)
#AABBB3
(170,187,179)
#99A9A2
(153,169,162)
#889791
(136,151,145)
#778580
(119,133,128)
#66736F
(102,115,111)
#55615E
(85,97,94)
#444F4D
(68,79,77)
#333D3C
(51,61,60)
#222B2B
(34,43,43)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #BBCDC4

#BBCDC4
(187,205,196)
#C1D1C9
(193,209,201)
#C7D5CE
(199,213,206)
#CDD9D3
(205,217,211)
#D3DDD8
(211,221,216)
#D9E1DD
(217,225,221)
#DFE5E2
(223,229,226)
#E5E9E7
(229,233,231)
#EBEDEC
(235,237,236)
#F1F1F1
(241,241,241)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDC4; }

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

This text font color is #BBCDC4.

Background Color

.myBgColor { background-color: #BBCDC4; }

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

This div background color is #BBCDC4.

Border color

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

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

This div border color is #BBCDC4.

Opacity

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

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

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

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

This text has shadow with #BBCDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDC4.

Preview

Color preview on black background

This text has color #BBCDC4 on black background.


Color preview on white background

This text has color #BBCDC4 on white background.


Black color preview on #BBCDC4 background

This text has black color on #BBCDC4 background.


White color preview on #BBCDC4 background

This text has white color on #BBCDC4 background.


Related colors

Complementary color

Complementary color for #hex is #44323B.


I love getcolorcode.com

Triadic colors

1 #C4BBCD and #CDC4BB with #BBCDC4 are triadic colors.

2 #C4CDBB and #CDBBC4 with #BBCDC4 are triadic colors.