Color spaces of #bdbadd
RGB | 189 | 186 | 221 |
---|---|---|---|
HSL | 0.68 | 0.34 | 0.80 |
HSV | 245° | 16° | 87° |
CMYK | 0.14 | 0.16 | 0.00 0.13 |
XYZ | 51.5963 | 51.1571 | 75.5615 |
Yxy | 51.1571 | 0.2894 | 0.2869 |
Hunter Lab | 71.5242 | 3.5994 | -12.5698 |
CIE-Lab | 76.7741 | 7.9895 | -17.1141 |
#bdbadd color RGB value is (189,186,221).
#bdbadd hex color red value is 189, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdbadd hue: 0.68 , saturation: 0.34 and the lightness value of bdbadd is 0.80.
The process color (four color CMYK) of #bdbadd color hex is 0.14, 0.16, 0.00, 0.13. Web safe color of #bdbadd is #cccccc. Color #bdbadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111010 | 11011101 |
Octal | 275 | 272 | 335 |
Decimal | 189 | 186 | 221 |
Hex | BD | BA | DD |
Shades of #bdbadd
Tints of #bdbadd
RGB Percentages of Color #bdbadd
CMYK Percentages of Color #bdbadd
Complementary Color
#bdbadd | #daddba |
#bdbadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbadd Color CSS Codes
.mybgcolor {background-color:#bdbadd; } .myforecolor {color:#bdbadd; } .mybordercolor {border:3px solid #bdbadd; }
#bdbadd Text Font Color
<p style="color:#bdbadd">Text here</p>
This sample text font color is #bdbadd
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.
#bdbadd Background Color
<div style="background-color:#bdbadd">
Div content here</div>
This div background color is #bdbadd
#bdbadd Border Color
<div style="border:3px solid #bdbadd">
Div here</div>
This div border color is #bdbadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,186,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbadd; -webkit-box-shadow: 1px 1px 3px 2px #bdbadd; box-shadow: 1px 1px 3px 2px #bdbadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,186,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbadd; -webkit-box-shadow: 1px 1px 3px 2px #bdbadd; box-shadow: 1px 1px 3px 2px #bdbadd;">
Div content here</div>
This div box has shadow with color #bdbadd
Comments
No comments written yet.
Please login to write comment.