COLOR #BDAACC

HEX: #BDAACC RGB: (189,170,204)

Color info

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

RGB color model

#BDAACC color RGB value is (189,170,204).

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

RGB channels and saturation

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

189
170
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 204 = 563 (100%)
R 189 of 563 ~ 33.57%
G 170 of 563 ~ 30.2%
B 204 of 563 ~ 36.23'%

%33.57
%30.2
%36.23

CMYK color model

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

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

CMYK: (7,17,0,20)
C7M17Y0K20 (7%, 17%, 0%, 20%)
(0.07 / 0.17 / 0.00 / 0.20)

CMYK percentages

%7.35
%16.67
%0
%20

Codes

Color #BDAACC in popluar color models

BD AA CC
RGB 189 170 204
HSL 274° 25.00% 73.33%
HSB/HSV 274° 16.67% 80.00%
CMYK 7.35% 16.67% 0.00%
20.00%

Color #BDAACC in popluar number systems.

HEX BD AA CC
Decimal 189 170 204
Binary 10111101 10101010 11001100
Octal 275 252 314

Shades and tints

Shades of #BDAACC

#BDAACC
(189,170,204)
#AC9BBA
(172,155,186)
#9B8CA8
(155,140,168)
#8A7D96
(138,125,150)
#796E84
(121,110,132)
#685F72
(104,95,114)
#575060
(87,80,96)
#46414E
(70,65,78)
#35323C
(53,50,60)
#24232A
(36,35,42)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BDAACC

#BDAACC
(189,170,204)
#C3B1D0
(195,177,208)
#C9B8D4
(201,184,212)
#CFBFD8
(207,191,216)
#D5C6DC
(213,198,220)
#DBCDE0
(219,205,224)
#E1D4E4
(225,212,228)
#E7DBE8
(231,219,232)
#EDE2EC
(237,226,236)
#F3E9F0
(243,233,240)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAACC; }

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

This text font color is #BDAACC.

Background Color

.myBgColor { background-color: #BDAACC; }

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

This div background color is #BDAACC.

Border color

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

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

This div border color is #BDAACC.

Opacity

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

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

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

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

This text has shadow with #BDAACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAACC.

Preview

Color preview on black background

This text has color #BDAACC on black background.


Color preview on white background

This text has color #BDAACC on white background.


Black color preview on #BDAACC background

This text has black color on #BDAACC background.


White color preview on #BDAACC background

This text has white color on #BDAACC background.


Related colors

Complementary color

Complementary color for #hex is #425533.


I love getcolorcode.com

Triadic colors

1 #CCBDAA and #AACCBD with #BDAACC are triadic colors.

2 #CCAABD and #AABDCC with #BDAACC are triadic colors.