COLOR #BDAEC8

HEX: #BDAEC8
RGB: (189,174,200)

Color info

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

RGB color model

#BDAEC8 color RGB value is (189,174,200).

  • red value is 189;
  • green value is 174;
  • blue value is 200.
RGB:
(189,174,200)
(74%,68%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 200 of 255 = 78%

189
174
200

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

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 200 = 563 (100%)
R 189 of 563 ~ 33.57%
G 174 of 563 ~ 30.91%
B 200 of 563 ~ 35.52%

%33.57
%30.91
%35.52

CMYK color model

#BDAEC8 color CMYK value is (5,13,0,22).

  • cyan value is 5.50%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,13,0,22)
C5M13Y0K22 
(5%,13%,0%,22%)
(0.05/0.13/0.00/0.22)	

CMYK percentages

%5.5
%13
%0
%21.57

Codes

Color #BDAEC8 in popluar color models

BDAEC8
RGB189174200
HSL275°19.12%73.33%
HSB/HSV275°13.00%78.43%
CMYK5.50%13.00%0.00%
21.57%

Color #BDAEC8 in popluar number systems.

HEXBDAEC8
Decimal189174200
Binary101111011010111011001000
Octal275256310

Shades and tints

Shades of #BDAEC8

#BDAEC8
(189,174,200)
#AC9FB6
(172,159,182)
#9B90A4
(155,144,164)
#8A8192
(138,129,146)
#797280
(121,114,128)
#68636E
(104,99,110)
#57545C
(87,84,92)
#46454A
(70,69,74)
#353638
(53,54,56)
#242726
(36,39,38)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDAEC8

#BDAEC8
(189,174,200)
#C3B5CD
(195,181,205)
#C9BCD2
(201,188,210)
#CFC3D7
(207,195,215)
#D5CADC
(213,202,220)
#DBD1E1
(219,209,225)
#E1D8E6
(225,216,230)
#E7DFEB
(231,223,235)
#EDE6F0
(237,230,240)
#F3EDF5
(243,237,245)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAEC8 color. Also use rgb(189,174,200) instead hex code.

Text Font Color

.myTextColor { color: #BDAEC8; }

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

This text font color is #BDAEC8.


Background Color

.myBgColor { background-color: #BDAEC8; }

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

This div background color is #BDAEC8.


Border color

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

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

This div border color is #BDAEC8.


Opacity

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

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

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

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

This text has shadow with #BDAEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEC8 on black background.


Color preview on white background

This text has color #BDAEC8 on white background.



Black color preview on #BDAEC8 background

This text has black color on #BDAEC8 background.


White color preview on #BDAEC8 background

This text has white color on #BDAEC8 background.