Color spaces of #bfbadc
RGB | 191 | 186 | 220 |
---|---|---|---|
HSL | 0.69 | 0.33 | 0.80 |
HSV | 249° | 15° | 86° |
CMYK | 0.13 | 0.15 | 0.00 0.14 |
XYZ | 51.9630 | 51.3615 | 74.8852 |
Yxy | 51.3615 | 0.2916 | 0.2882 |
Hunter Lab | 71.6669 | 4.0065 | -11.7856 |
CIE-Lab | 76.8975 | 8.4216 | -16.3715 |
#bfbadc color RGB value is (191,186,220).
#bfbadc hex color red value is 191, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfbadc hue: 0.69 , saturation: 0.33 and the lightness value of bfbadc is 0.80.
The process color (four color CMYK) of #bfbadc color hex is 0.13, 0.15, 0.00, 0.14. Web safe color of #bfbadc is #cccccc. Color #bfbadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111010 | 11011100 |
Octal | 277 | 272 | 334 |
Decimal | 191 | 186 | 220 |
Hex | BF | BA | DC |
Shades of #bfbadc
Tints of #bfbadc
RGB Percentages of Color #bfbadc
CMYK Percentages of Color #bfbadc
Complementary Color
#bfbadc | #d7dcba |
#bfbadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbadc Color CSS Codes
.mybgcolor {background-color:#bfbadc; } .myforecolor {color:#bfbadc; } .mybordercolor {border:3px solid #bfbadc; }
#bfbadc Text Font Color
<p style="color:#bfbadc">Text here</p>
This sample text font color is #bfbadc
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.
#bfbadc Background Color
<div style="background-color:#bfbadc">
Div content here</div>
This div background color is #bfbadc
#bfbadc Border Color
<div style="border:3px solid #bfbadc">
Div here</div>
This div border color is #bfbadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,186,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbadc; -webkit-box-shadow: 1px 1px 3px 2px #bfbadc; box-shadow: 1px 1px 3px 2px #bfbadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,186,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbadc; -webkit-box-shadow: 1px 1px 3px 2px #bfbadc; box-shadow: 1px 1px 3px 2px #bfbadc;">
Div content here</div>
This div box has shadow with color #bfbadc
Comments
No comments written yet.
Please login to write comment.