Color spaces of #bc9acd
RGB | 188 | 154 | 205 |
---|---|---|---|
HSL | 0.78 | 0.34 | 0.70 |
HSV | 280° | 25° | 80° |
CMYK | 0.08 | 0.25 | 0.00 0.20 |
XYZ | 43.3141 | 38.2103 | 62.8500 |
Yxy | 38.2103 | 0.3000 | 0.2647 |
Hunter Lab | 61.8145 | 16.9016 | -17.0131 |
CIE-Lab | 68.1753 | 21.9445 | -21.3947 |
#bc9acd color RGB value is (188,154,205).
#bc9acd hex color red value is 188, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bc9acd hue: 0.78 , saturation: 0.34 and the lightness value of bc9acd is 0.70.
The process color (four color CMYK) of #bc9acd color hex is 0.08, 0.25, 0.00, 0.20. Web safe color of #bc9acd is #cc99cc. Color #bc9acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10011010 | 11001101 |
Octal | 274 | 232 | 315 |
Decimal | 188 | 154 | 205 |
Hex | BC | 9A | CD |
Shades of #bc9acd
Tints of #bc9acd
RGB Percentages of Color #bc9acd
CMYK Percentages of Color #bc9acd
Complementary Color
#bc9acd | #abcd9a |
#bc9acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc9acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc9acd Color CSS Codes
.mybgcolor {background-color:#bc9acd; } .myforecolor {color:#bc9acd; } .mybordercolor {border:3px solid #bc9acd; }
#bc9acd Text Font Color
<p style="color:#bc9acd">Text here</p>
This sample text font color is #bc9acd
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.
#bc9acd Background Color
<div style="background-color:#bc9acd">
Div content here</div>
This div background color is #bc9acd
#bc9acd Border Color
<div style="border:3px solid #bc9acd">
Div here</div>
This div border color is #bc9acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,154,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc9acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc9acd; -webkit-box-shadow: 1px 1px 3px 2px #bc9acd; box-shadow: 1px 1px 3px 2px #bc9acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,154,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc9acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc9acd; -webkit-box-shadow: 1px 1px 3px 2px #bc9acd; box-shadow: 1px 1px 3px 2px #bc9acd;">
Div content here</div>
This div box has shadow with color #bc9acd
Comments
No comments written yet.
Please login to write comment.