Color spaces of #bc99cf
RGB | 188 | 153 | 207 |
---|---|---|---|
HSL | 0.77 | 0.36 | 0.71 |
HSV | 279° | 26° | 81° |
CMYK | 0.09 | 0.26 | 0.00 0.19 |
XYZ | 43.3928 | 37.9788 | 64.0751 |
Yxy | 37.9788 | 0.2983 | 0.2611 |
Hunter Lab | 61.6269 | 17.8384 | -18.5065 |
CIE-Lab | 68.0050 | 22.9116 | -22.7635 |
#bc99cf color RGB value is (188,153,207).
#bc99cf hex color red value is 188, green value is 153 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc99cf hue: 0.77 , saturation: 0.36 and the lightness value of bc99cf is 0.71.
The process color (four color CMYK) of #bc99cf color hex is 0.09, 0.26, 0.00, 0.19. Web safe color of #bc99cf is #cc99cc. Color #bc99cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10011001 | 11001111 |
Octal | 274 | 231 | 317 |
Decimal | 188 | 153 | 207 |
Hex | BC | 99 | CF |
Shades of #bc99cf
Tints of #bc99cf
RGB Percentages of Color #bc99cf
CMYK Percentages of Color #bc99cf
Complementary Color
#bc99cf | #accf99 |
#bc99cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc99cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc99cf Color CSS Codes
.mybgcolor {background-color:#bc99cf; } .myforecolor {color:#bc99cf; } .mybordercolor {border:3px solid #bc99cf; }
#bc99cf Text Font Color
<p style="color:#bc99cf">Text here</p>
This sample text font color is #bc99cf
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.
#bc99cf Background Color
<div style="background-color:#bc99cf">
Div content here</div>
This div background color is #bc99cf
#bc99cf Border Color
<div style="border:3px solid #bc99cf">
Div here</div>
This div border color is #bc99cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,153,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc99cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc99cf; -webkit-box-shadow: 1px 1px 3px 2px #bc99cf; box-shadow: 1px 1px 3px 2px #bc99cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,153,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc99cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc99cf; -webkit-box-shadow: 1px 1px 3px 2px #bc99cf; box-shadow: 1px 1px 3px 2px #bc99cf;">
Div content here</div>
This div box has shadow with color #bc99cf
Comments
No comments written yet.
Please login to write comment.