COLOR #BDAFBE

HEX: #BDAFBE RGB: (189,175,190)

Color info

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

RGB color model

#BDAFBE color RGB value is (189,175,190).

RGB: (189,175,190) (74%, 69%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 190 of 255 = 75%

189
175
190

R + G + B ~ 73%. #BDAFBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 175 + 190 = 554 (100%)
R 189 of 554 ~ 34.12%
G 175 of 554 ~ 31.59%
B 190 of 554 ~ 34.3'%

%34.12
%31.59
%34.3

CMYK color model

#BDAFBE color CMYK value is (1,8,0,25).

  • cyan value is 0.53%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,8,0,25)
C1M8Y0K25 (1%, 8%, 0%, 25%)
(0.01 / 0.08 / 0.00 / 0.25)

CMYK percentages

%0.53
%7.89
%0
%25.49

Codes

Color #BDAFBE in popluar color models

BD AF BE
RGB 189 175 190
HSL 296° 10.34% 71.57%
HSB/HSV 296° 7.89% 74.51%
CMYK 0.53% 7.89% 0.00%
25.49%

Color #BDAFBE in popluar number systems.

HEX BD AF BE
Decimal 189 175 190
Binary 10111101 10101111 10111110
Octal 275 257 276

Shades and tints

Shades of #BDAFBE

#BDAFBE
(189,175,190)
#ACA0AD
(172,160,173)
#9B919C
(155,145,156)
#8A828B
(138,130,139)
#79737A
(121,115,122)
#686469
(104,100,105)
#575558
(87,85,88)
#464647
(70,70,71)
#353736
(53,55,54)
#242825
(36,40,37)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDAFBE

#BDAFBE
(189,175,190)
#C3B6C3
(195,182,195)
#C9BDC8
(201,189,200)
#CFC4CD
(207,196,205)
#D5CBD2
(213,203,210)
#DBD2D7
(219,210,215)
#E1D9DC
(225,217,220)
#E7E0E1
(231,224,225)
#EDE7E6
(237,231,230)
#F3EEEB
(243,238,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAFBE; }

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

This text font color is #BDAFBE.

Background Color

.myBgColor { background-color: #BDAFBE; }

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

This div background color is #BDAFBE.

Border color

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

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

This div border color is #BDAFBE.

Opacity

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

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

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

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

This text has shadow with #BDAFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAFBE.

Preview

Color preview on black background

This text has color #BDAFBE on black background.


Color preview on white background

This text has color #BDAFBE on white background.


Black color preview on #BDAFBE background

This text has black color on #BDAFBE background.


White color preview on #BDAFBE background

This text has white color on #BDAFBE background.


Related colors

Complementary color

Complementary color for #hex is #425041.


I love getcolorcode.com

Triadic colors

1 #BEBDAF and #AFBEBD with #BDAFBE are triadic colors.

2 #BEAFBD and #AFBDBE with #BDAFBE are triadic colors.