COLOR #BBCBCC

HEX: #BBCBCC RGB: (187,203,204)

Color info

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

RGB color model

#BBCBCC color RGB value is (187,203,204).

RGB: (187,203,204) (73%, 80%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 204 of 255 = 80%

187
203
204

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

Portions of RGB colors in percentages

R + G + B = 187 + 203 + 204 = 594 (100%)
R 187 of 594 ~ 31.48%
G 203 of 594 ~ 34.18%
B 204 of 594 ~ 34.34'%

%31.48
%34.18
%34.34

CMYK color model

#BBCBCC color CMYK value is (8,0,0,20).

  • cyan value is 8.33%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (8,0,0,20)
C8M0Y0K20 (8%, 0%, 0%, 20%)
(0.08 / 0.00 / 0.00 / 0.20)

CMYK percentages

%8.33
%0.49
%0
%20

Codes

Color #BBCBCC in popluar color models

BB CB CC
RGB 187 203 204
HSL 184° 14.29% 76.67%
HSB/HSV 184° 8.33% 80.00%
CMYK 8.33% 0.49% 0.00%
20.00%

Color #BBCBCC in popluar number systems.

HEX BB CB CC
Decimal 187 203 204
Binary 10111011 11001011 11001100
Octal 273 313 314

Shades and tints

Shades of #BBCBCC

#BBCBCC
(187,203,204)
#AAB9BA
(170,185,186)
#99A7A8
(153,167,168)
#889596
(136,149,150)
#778384
(119,131,132)
#667172
(102,113,114)
#555F60
(85,95,96)
#444D4E
(68,77,78)
#333B3C
(51,59,60)
#22292A
(34,41,42)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #BBCBCC

#BBCBCC
(187,203,204)
#C1CFD0
(193,207,208)
#C7D3D4
(199,211,212)
#CDD7D8
(205,215,216)
#D3DBDC
(211,219,220)
#D9DFE0
(217,223,224)
#DFE3E4
(223,227,228)
#E5E7E8
(229,231,232)
#EBEBEC
(235,235,236)
#F1EFF0
(241,239,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCBCC color. Also use rgb(187,203,204) instead hex code.

Text Font Color

.myTextColor { color: #BBCBCC; }

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

This text font color is #BBCBCC.

Background Color

.myBgColor { background-color: #BBCBCC; }

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

This div background color is #BBCBCC.

Border color

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

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

This div border color is #BBCBCC.

Opacity

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

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

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

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

This text has shadow with #BBCBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCBCC.

Preview

Color preview on black background

This text has color #BBCBCC on black background.


Color preview on white background

This text has color #BBCBCC on white background.


Black color preview on #BBCBCC background

This text has black color on #BBCBCC background.


White color preview on #BBCBCC background

This text has white color on #BBCBCC background.


Related colors

Complementary color

Complementary color for #hex is #443433.


I love getcolorcode.com

Triadic colors

1 #CCBBCB and #CBCCBB with #BBCBCC are triadic colors.

2 #CCCBBB and #CBBBCC with #BBCBCC are triadic colors.