COLOR #BDB0BC

HEX: #BDB0BC RGB: (189,176,188)

Color info

#BDB0BC contains red, green and blue colors in about the same proportion. Web safe color of #BDB0BC is #CC99CC (or #C9C).

RGB color model

#BDB0BC color RGB value is (189,176,188).

RGB: (189,176,188) (74%, 69%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 188 of 255 = 74%

189
176
188

R + G + B ~ 72%. #BDB0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 176 + 188 = 553 (100%)
R 189 of 553 ~ 34.18%
G 176 of 553 ~ 31.83%
B 188 of 553 ~ 34'%

%34.18
%31.83
%34

CMYK color model

#BDB0BC color CMYK value is (0,7,1,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 0.53%
  • key color value is 25.88%

CMYK: (0,7,1,26)
C0M7Y1K26 (0%, 7%, 1%, 26%)
(0.00 / 0.07 / 0.01 / 0.26)

CMYK percentages

%0
%6.88
%0.53
%25.88

Codes

Color #BDB0BC in popluar color models

BD B0 BC
RGB 189 176 188
HSL 305° 8.97% 71.57%
HSB/HSV 305° 6.88% 74.12%
CMYK 0.00% 6.88% 0.53%
25.88%

Color #BDB0BC in popluar number systems.

HEX BD B0 BC
Decimal 189 176 188
Binary 10111101 10110000 10111100
Octal 275 260 274

Shades and tints

Shades of #BDB0BC

#BDB0BC
(189,176,188)
#ACA0AB
(172,160,171)
#9B909A
(155,144,154)
#8A8089
(138,128,137)
#797078
(121,112,120)
#686067
(104,96,103)
#575056
(87,80,86)
#464045
(70,64,69)
#353034
(53,48,52)
#242023
(36,32,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BDB0BC

#BDB0BC
(189,176,188)
#C3B7C2
(195,183,194)
#C9BEC8
(201,190,200)
#CFC5CE
(207,197,206)
#D5CCD4
(213,204,212)
#DBD3DA
(219,211,218)
#E1DAE0
(225,218,224)
#E7E1E6
(231,225,230)
#EDE8EC
(237,232,236)
#F3EFF2
(243,239,242)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0BC; }

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

This text font color is #BDB0BC.

Background Color

.myBgColor { background-color: #BDB0BC; }

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

This div background color is #BDB0BC.

Border color

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

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

This div border color is #BDB0BC.

Opacity

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

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

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

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

This text has shadow with #BDB0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB0BC.

Preview

Color preview on black background

This text has color #BDB0BC on black background.


Color preview on white background

This text has color #BDB0BC on white background.


Black color preview on #BDB0BC background

This text has black color on #BDB0BC background.


White color preview on #BDB0BC background

This text has white color on #BDB0BC background.


Related colors

Complementary color

Complementary color for #hex is #424F43.


I love getcolorcode.com

Triadic colors

1 #BCBDB0 and #B0BCBD with #BDB0BC are triadic colors.

2 #BCB0BD and #B0BDBC with #BDB0BC are triadic colors.