Color spaces of #bdbcf3
RGB | 189 | 188 | 243 |
---|---|---|---|
HSL | 0.67 | 0.70 | 0.85 |
HSV | 241° | 23° | 95° |
CMYK | 0.22 | 0.23 | 0.00 0.05 |
XYZ | 55.1471 | 53.2563 | 92.1669 |
Yxy | 53.2563 | 0.2750 | 0.2655 |
Hunter Lab | 72.9769 | 7.1790 | -23.7970 |
CIE-Lab | 78.0261 | 11.7427 | -27.0776 |
#bdbcf3 color RGB value is (189,188,243).
#bdbcf3 hex color red value is 189, green value is 188 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bdbcf3 hue: 0.67 , saturation: 0.70 and the lightness value of bdbcf3 is 0.85.
The process color (four color CMYK) of #bdbcf3 color hex is 0.22, 0.23, 0.00, 0.05. Web safe color of #bdbcf3 is #ccccff. Color #bdbcf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111100 | 11110011 |
Octal | 275 | 274 | 363 |
Decimal | 189 | 188 | 243 |
Hex | BD | BC | F3 |
Shades of #bdbcf3
Tints of #bdbcf3
RGB Percentages of Color #bdbcf3
CMYK Percentages of Color #bdbcf3
Complementary Color
#bdbcf3 | #f2f3bc |
#bdbcf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbcf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbcf3 Color CSS Codes
.mybgcolor {background-color:#bdbcf3; } .myforecolor {color:#bdbcf3; } .mybordercolor {border:3px solid #bdbcf3; }
#bdbcf3 Text Font Color
<p style="color:#bdbcf3">Text here</p>
This sample text font color is #bdbcf3
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.
#bdbcf3 Background Color
<div style="background-color:#bdbcf3">
Div content here</div>
This div background color is #bdbcf3
#bdbcf3 Border Color
<div style="border:3px solid #bdbcf3">
Div here</div>
This div border color is #bdbcf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,188,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbcf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbcf3; -webkit-box-shadow: 1px 1px 3px 2px #bdbcf3; box-shadow: 1px 1px 3px 2px #bdbcf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,188,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbcf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbcf3; -webkit-box-shadow: 1px 1px 3px 2px #bdbcf3; box-shadow: 1px 1px 3px 2px #bdbcf3;">
Div content here</div>
This div box has shadow with color #bdbcf3
Comments
No comments written yet.
Please login to write comment.