Color spaces of #b6bcff
RGB | 182 | 188 | 255 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.86 |
HSV | 235° | 29° | 100° |
CMYK | 0.29 | 0.26 | 0.00 0.00 |
XYZ | 55.3246 | 53.1315 | 101.9472 |
Yxy | 53.1315 | 0.2629 | 0.2525 |
Hunter Lab | 72.8914 | 7.9218 | -31.9001 |
CIE-Lab | 77.9526 | 12.5065 | -33.6727 |
#b6bcff color RGB value is (182,188,255).
#b6bcff hex color red value is 182, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6bcff hue: 0.65 , saturation: 1.00 and the lightness value of b6bcff is 0.86.
The process color (four color CMYK) of #b6bcff color hex is 0.29, 0.26, 0.00, 0.00. Web safe color of #b6bcff is #ccccff. Color #b6bcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10111100 | 11111111 |
Octal | 266 | 274 | 377 |
Decimal | 182 | 188 | 255 |
Hex | B6 | BC | FF |
Shades of #b6bcff
Tints of #b6bcff
RGB Percentages of Color #b6bcff
CMYK Percentages of Color #b6bcff
Complementary Color
#b6bcff | #fff9b6 |
#b6bcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6bcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6bcff Color CSS Codes
.mybgcolor {background-color:#b6bcff; } .myforecolor {color:#b6bcff; } .mybordercolor {border:3px solid #b6bcff; }
#b6bcff Text Font Color
<p style="color:#b6bcff">Text here</p>
This sample text font color is #b6bcff
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.
#b6bcff Background Color
<div style="background-color:#b6bcff">
Div content here</div>
This div background color is #b6bcff
#b6bcff Border Color
<div style="border:3px solid #b6bcff">
Div here</div>
This div border color is #b6bcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6bcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6bcff; -webkit-box-shadow: 1px 1px 3px 2px #b6bcff; box-shadow: 1px 1px 3px 2px #b6bcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,188,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6bcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6bcff; -webkit-box-shadow: 1px 1px 3px 2px #b6bcff; box-shadow: 1px 1px 3px 2px #b6bcff;">
Div content here</div>
This div box has shadow with color #b6bcff
Comments
No comments written yet.
Please login to write comment.