Color spaces of #bd8ebf
RGB | 189 | 142 | 191 |
---|---|---|---|
HSL | 0.83 | 0.28 | 0.65 |
HSV | 298° | 26° | 75° |
CMYK | 0.01 | 0.26 | 0.00 0.25 |
XYZ | 40.0632 | 33.9264 | 53.7271 |
Yxy | 33.9264 | 0.3137 | 0.2656 |
Hunter Lab | 58.2464 | 20.8453 | -13.9173 |
CIE-Lab | 64.9041 | 26.1670 | -18.5529 |
#bd8ebf color RGB value is (189,142,191).
#bd8ebf hex color red value is 189, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd8ebf hue: 0.83 , saturation: 0.28 and the lightness value of bd8ebf is 0.65.
The process color (four color CMYK) of #bd8ebf color hex is 0.01, 0.26, 0.00, 0.25. Web safe color of #bd8ebf is #cc99cc. Color #bd8ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001110 | 10111111 |
Octal | 275 | 216 | 277 |
Decimal | 189 | 142 | 191 |
Hex | BD | 8E | BF |
Shades of #bd8ebf
Tints of #bd8ebf
RGB Percentages of Color #bd8ebf
CMYK Percentages of Color #bd8ebf
Complementary Color
#bd8ebf | #90bf8e |
#bd8ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd8ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd8ebf Color CSS Codes
.mybgcolor {background-color:#bd8ebf; } .myforecolor {color:#bd8ebf; } .mybordercolor {border:3px solid #bd8ebf; }
#bd8ebf Text Font Color
<p style="color:#bd8ebf">Text here</p>
This sample text font color is #bd8ebf
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.
#bd8ebf Background Color
<div style="background-color:#bd8ebf">
Div content here</div>
This div background color is #bd8ebf
#bd8ebf Border Color
<div style="border:3px solid #bd8ebf">
Div here</div>
This div border color is #bd8ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,142,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd8ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd8ebf; -webkit-box-shadow: 1px 1px 3px 2px #bd8ebf; box-shadow: 1px 1px 3px 2px #bd8ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,142,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd8ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd8ebf; -webkit-box-shadow: 1px 1px 3px 2px #bd8ebf; box-shadow: 1px 1px 3px 2px #bd8ebf;">
Div content here</div>
This div box has shadow with color #bd8ebf
Comments
No comments written yet.
Please login to write comment.