Color spaces of #b2bcff
RGB | 178 | 188 | 255 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.85 |
HSV | 232° | 30° | 100° |
CMYK | 0.30 | 0.26 | 0.00 0.00 |
XYZ | 54.3933 | 52.6514 | 101.9036 |
Yxy | 52.6514 | 0.2603 | 0.2520 |
Hunter Lab | 72.5613 | 6.8247 | -32.4728 |
CIE-Lab | 77.6687 | 11.3742 | -34.1342 |
#b2bcff color RGB value is (178,188,255).
#b2bcff hex color red value is 178, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b2bcff hue: 0.65 , saturation: 1.00 and the lightness value of b2bcff is 0.85.
The process color (four color CMYK) of #b2bcff color hex is 0.30, 0.26, 0.00, 0.00. Web safe color of #b2bcff is #99ccff. Color #b2bcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111100 | 11111111 |
Octal | 262 | 274 | 377 |
Decimal | 178 | 188 | 255 |
Hex | B2 | BC | FF |
Shades of #b2bcff
Tints of #b2bcff
RGB Percentages of Color #b2bcff
CMYK Percentages of Color #b2bcff
Complementary Color
#b2bcff | #fff5b2 |
#b2bcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2bcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2bcff Color CSS Codes
.mybgcolor {background-color:#b2bcff; } .myforecolor {color:#b2bcff; } .mybordercolor {border:3px solid #b2bcff; }
#b2bcff Text Font Color
<p style="color:#b2bcff">Text here</p>
This sample text font color is #b2bcff
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.
#b2bcff Background Color
<div style="background-color:#b2bcff">
Div content here</div>
This div background color is #b2bcff
#b2bcff Border Color
<div style="border:3px solid #b2bcff">
Div here</div>
This div border color is #b2bcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2bcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2bcff; -webkit-box-shadow: 1px 1px 3px 2px #b2bcff; box-shadow: 1px 1px 3px 2px #b2bcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2bcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bcff; -webkit-box-shadow: 1px 1px 3px 2px #b2bcff; box-shadow: 1px 1px 3px 2px #b2bcff;">
Div content here</div>
This div box has shadow with color #b2bcff
Comments
No comments written yet.
Please login to write comment.