COLOR #BDCCCC

HEX: #BDCCCC RGB: (189,204,204)

Color info

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

RGB color model

#BDCCCC color RGB value is (189,204,204).

RGB: (189,204,204) (74%, 80%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 204 of 255 = 80%

189
204
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 204 = 597 (100%)
R 189 of 597 ~ 31.66%
G 204 of 597 ~ 34.17%
B 204 of 597 ~ 34.17'%

%31.66
%34.17
%34.17

CMYK color model

#BDCCCC color CMYK value is (7,0,0,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,0,0,20)
C7M0Y0K20 (7%, 0%, 0%, 20%)
(0.07 / 0.00 / 0.00 / 0.20)

CMYK percentages

%7.35
%0
%0
%20

Codes

Color #BDCCCC in popluar color models

BD CC CC
RGB 189 204 204
HSL 180° 12.82% 77.06%
HSB/HSV 180° 7.35% 80.00%
CMYK 7.35% 0.00% 0.00%
20.00%

Color #BDCCCC in popluar number systems.

HEX BD CC CC
Decimal 189 204 204
Binary 10111101 11001100 11001100
Octal 275 314 314

Shades and tints

Shades of #BDCCCC

#BDCCCC
(189,204,204)
#ACBABA
(172,186,186)
#9BA8A8
(155,168,168)
#8A9696
(138,150,150)
#798484
(121,132,132)
#687272
(104,114,114)
#576060
(87,96,96)
#464E4E
(70,78,78)
#353C3C
(53,60,60)
#242A2A
(36,42,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDCCCC

#BDCCCC
(189,204,204)
#C3D0D0
(195,208,208)
#C9D4D4
(201,212,212)
#CFD8D8
(207,216,216)
#D5DCDC
(213,220,220)
#DBE0E0
(219,224,224)
#E1E4E4
(225,228,228)
#E7E8E8
(231,232,232)
#EDECEC
(237,236,236)
#F3F0F0
(243,240,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCCCC; }

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

This text font color is #BDCCCC.

Background Color

.myBgColor { background-color: #BDCCCC; }

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

This div background color is #BDCCCC.

Border color

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

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

This div border color is #BDCCCC.

Opacity

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

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

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

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

This text has shadow with #BDCCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCCCC.

Preview

Color preview on black background

This text has color #BDCCCC on black background.


Color preview on white background

This text has color #BDCCCC on white background.


Black color preview on #BDCCCC background

This text has black color on #BDCCCC background.


White color preview on #BDCCCC background

This text has white color on #BDCCCC background.


Related colors

Complementary color

Complementary color for #hex is #423333.


I love getcolorcode.com