COLOR #BDB0CC

HEX: #BDB0CC RGB: (189,176,204)

Color info

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

RGB color model

#BDB0CC color RGB value is (189,176,204).

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

RGB channels and saturation

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

189
176
204

R + G + B ~ 74%. #BDB0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 176 + 204 = 569 (100%)
R 189 of 569 ~ 33.22%
G 176 of 569 ~ 30.93%
B 204 of 569 ~ 35.85'%

%33.22
%30.93
%35.85

CMYK color model

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

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

CMYK: (7,14,0,20)
C7M14Y0K20 (7%, 14%, 0%, 20%)
(0.07 / 0.14 / 0.00 / 0.20)

CMYK percentages

%7.35
%13.73
%0
%20

Codes

Color #BDB0CC in popluar color models

BD B0 CC
RGB 189 176 204
HSL 268° 21.54% 74.51%
HSB/HSV 268° 13.73% 80.00%
CMYK 7.35% 13.73% 0.00%
20.00%

Color #BDB0CC in popluar number systems.

HEX BD B0 CC
Decimal 189 176 204
Binary 10111101 10110000 11001100
Octal 275 260 314

Shades and tints

Shades of #BDB0CC

#BDB0CC
(189,176,204)
#ACA0BA
(172,160,186)
#9B90A8
(155,144,168)
#8A8096
(138,128,150)
#797084
(121,112,132)
#686072
(104,96,114)
#575060
(87,80,96)
#46404E
(70,64,78)
#35303C
(53,48,60)
#24202A
(36,32,42)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #BDB0CC

#BDB0CC
(189,176,204)
#C3B7D0
(195,183,208)
#C9BED4
(201,190,212)
#CFC5D8
(207,197,216)
#D5CCDC
(213,204,220)
#DBD3E0
(219,211,224)
#E1DAE4
(225,218,228)
#E7E1E8
(231,225,232)
#EDE8EC
(237,232,236)
#F3EFF0
(243,239,240)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0CC; }

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

This text font color is #BDB0CC.

Background Color

.myBgColor { background-color: #BDB0CC; }

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

This div background color is #BDB0CC.

Border color

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

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

This div border color is #BDB0CC.

Opacity

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

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

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

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

This text has shadow with #BDB0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB0CC.

Preview

Color preview on black background

This text has color #BDB0CC on black background.


Color preview on white background

This text has color #BDB0CC on white background.


Black color preview on #BDB0CC background

This text has black color on #BDB0CC background.


White color preview on #BDB0CC background

This text has white color on #BDB0CC background.


Related colors

Complementary color

Complementary color for #hex is #424F33.


I love getcolorcode.com

Triadic colors

1 #CCBDB0 and #B0CCBD with #BDB0CC are triadic colors.

2 #CCB0BD and #B0BDCC with #BDB0CC are triadic colors.