COLOR #BDADCC

HEX: #BDADCC RGB: (189,173,204)

Color info

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

RGB color model

#BDADCC color RGB value is (189,173,204).

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

RGB channels and saturation

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

189
173
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 204 = 566 (100%)
R 189 of 566 ~ 33.39%
G 173 of 566 ~ 30.57%
B 204 of 566 ~ 36.04'%

%33.39
%30.57
%36.04

CMYK color model

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

  • cyan value is 7.35%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (7,15,0,20) C7M15Y0K20 (7%,15%,0%,20%) (0.07/0.15/0.00/0.20) 

CMYK percentages

%7.35
%15.2
%0
%20

Codes

Color #BDADCC in popluar color models

BD AD CC
RGB 189 173 204
HSL 271° 23.31% 73.92%
HSB/HSV 271° 15.20% 80.00%
CMYK 7.35% 15.20% 0.00%
20.00%

Color #BDADCC in popluar number systems.

HEX BD AD CC
Decimal 189 173 204
Binary 10111101 10101101 11001100
Octal 275 255 314

Shades and tints

Shades of #BDADCC

#BDADCC
(189,173,204)
#AC9EBA
(172,158,186)
#9B8FA8
(155,143,168)
#8A8096
(138,128,150)
#797184
(121,113,132)
#686272
(104,98,114)
#575360
(87,83,96)
#46444E
(70,68,78)
#35353C
(53,53,60)
#24262A
(36,38,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDADCC

#BDADCC
(189,173,204)
#C3B4D0
(195,180,208)
#C9BBD4
(201,187,212)
#CFC2D8
(207,194,216)
#D5C9DC
(213,201,220)
#DBD0E0
(219,208,224)
#E1D7E4
(225,215,228)
#E7DEE8
(231,222,232)
#EDE5EC
(237,229,236)
#F3ECF0
(243,236,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADCC; }

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

This text font color is #BDADCC.

Background Color

.myBgColor { background-color: #BDADCC; }

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

This div background color is #BDADCC.

Border color

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

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

This div border color is #BDADCC.

Opacity

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

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

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

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

This text has shadow with #BDADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDADCC.

Preview

Color preview on black background

This text has color #BDADCC on black background.


Color preview on white background

This text has color #BDADCC on white background.


Black color preview on #BDADCC background

This text has black color on #BDADCC background.


White color preview on #BDADCC background

This text has white color on #BDADCC background.


Related colors

Complementary color

Complementary color for #hex is #425233.


I love getcolorcode.com

Triadic colors

1 #CCBDAD and #ADCCBD with #BDADCC are triadic colors.

2 #CCADBD and #ADBDCC with #BDADCC are triadic colors.