Color spaces of #bd9dbc
RGB | 189 | 157 | 188 |
---|---|---|---|
HSL | 0.84 | 0.20 | 0.68 |
HSV | 302° | 17° | 74° |
CMYK | 0.00 | 0.17 | 0.01 0.26 |
XYZ | 42.1203 | 38.5636 | 52.8005 |
Yxy | 38.5636 | 0.3155 | 0.2889 |
Hunter Lab | 62.0996 | 12.3969 | -6.9419 |
CIE-Lab | 68.4340 | 17.2618 | -11.5531 |
#bd9dbc color RGB value is (189,157,188).
#bd9dbc hex color red value is 189, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd9dbc hue: 0.84 , saturation: 0.20 and the lightness value of bd9dbc is 0.68.
The process color (four color CMYK) of #bd9dbc color hex is 0.00, 0.17, 0.01, 0.26. Web safe color of #bd9dbc is #cc99cc. Color #bd9dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10011101 | 10111100 |
Octal | 275 | 235 | 274 |
Decimal | 189 | 157 | 188 |
Hex | BD | 9D | BC |
Shades of #bd9dbc
Tints of #bd9dbc
RGB Percentages of Color #bd9dbc
CMYK Percentages of Color #bd9dbc
Complementary Color
#bd9dbc | #9dbd9e |
#bd9dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd9dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd9dbc Color CSS Codes
.mybgcolor {background-color:#bd9dbc; } .myforecolor {color:#bd9dbc; } .mybordercolor {border:3px solid #bd9dbc; }
#bd9dbc Text Font Color
<p style="color:#bd9dbc">Text here</p>
This sample text font color is #bd9dbc
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.
#bd9dbc Background Color
<div style="background-color:#bd9dbc">
Div content here</div>
This div background color is #bd9dbc
#bd9dbc Border Color
<div style="border:3px solid #bd9dbc">
Div here</div>
This div border color is #bd9dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,157,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd9dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd9dbc; -webkit-box-shadow: 1px 1px 3px 2px #bd9dbc; box-shadow: 1px 1px 3px 2px #bd9dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,157,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd9dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd9dbc; -webkit-box-shadow: 1px 1px 3px 2px #bd9dbc; box-shadow: 1px 1px 3px 2px #bd9dbc;">
Div content here</div>
This div box has shadow with color #bd9dbc
Comments
No comments written yet.
Please login to write comment.