Color spaces of #bdbad9
RGB | 189 | 186 | 217 |
---|---|---|---|
HSL | 0.68 | 0.29 | 0.79 |
HSV | 246° | 14° | 85° |
CMYK | 0.13 | 0.14 | 0.00 0.15 |
XYZ | 51.0696 | 50.9464 | 72.7876 |
Yxy | 50.9464 | 0.2922 | 0.2914 |
Hunter Lab | 71.3767 | 2.8063 | -10.4982 |
CIE-Lab | 76.6465 | 7.1467 | -15.1402 |
#bdbad9 color RGB value is (189,186,217).
#bdbad9 hex color red value is 189, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bdbad9 hue: 0.68 , saturation: 0.29 and the lightness value of bdbad9 is 0.79.
The process color (four color CMYK) of #bdbad9 color hex is 0.13, 0.14, 0.00, 0.15. Web safe color of #bdbad9 is #cccccc. Color #bdbad9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111010 | 11011001 |
Octal | 275 | 272 | 331 |
Decimal | 189 | 186 | 217 |
Hex | BD | BA | D9 |
Shades of #bdbad9
Tints of #bdbad9
RGB Percentages of Color #bdbad9
CMYK Percentages of Color #bdbad9
Complementary Color
#bdbad9 | #d6d9ba |
#bdbad9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbad9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbad9 Color CSS Codes
.mybgcolor {background-color:#bdbad9; } .myforecolor {color:#bdbad9; } .mybordercolor {border:3px solid #bdbad9; }
#bdbad9 Text Font Color
<p style="color:#bdbad9">Text here</p>
This sample text font color is #bdbad9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bdbad9 Background Color
<div style="background-color:#bdbad9">
Div content here</div>
This div background color is #bdbad9
#bdbad9 Border Color
<div style="border:3px solid #bdbad9">
Div here</div>
This div border color is #bdbad9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,186,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbad9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbad9; -webkit-box-shadow: 1px 1px 3px 2px #bdbad9; box-shadow: 1px 1px 3px 2px #bdbad9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,186,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbad9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbad9; -webkit-box-shadow: 1px 1px 3px 2px #bdbad9; box-shadow: 1px 1px 3px 2px #bdbad9;">
Div content here</div>
This div box has shadow with color #bdbad9
Comments
No comments written yet.
Please login to write comment.