Color spaces of #b5bccf
RGB | 181 | 188 | 207 |
---|---|---|---|
HSL | 0.62 | 0.21 | 0.76 |
HSV | 224° | 13° | 81° |
CMYK | 0.13 | 0.09 | 0.00 0.19 |
XYZ | 48.3018 | 50.2952 | 66.1937 |
Yxy | 50.2952 | 0.2931 | 0.3052 |
Hunter Lab | 70.9191 | -2.5351 | -5.6961 |
CIE-Lab | 76.2501 | 1.3752 | -10.3749 |
#b5bccf color RGB value is (181,188,207).
#b5bccf hex color red value is 181, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b5bccf hue: 0.62 , saturation: 0.21 and the lightness value of b5bccf is 0.76.
The process color (four color CMYK) of #b5bccf color hex is 0.13, 0.09, 0.00, 0.19. Web safe color of #b5bccf is #cccccc. Color #b5bccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10111100 | 11001111 |
Octal | 265 | 274 | 317 |
Decimal | 181 | 188 | 207 |
Hex | B5 | BC | CF |
Shades of #b5bccf
Tints of #b5bccf
RGB Percentages of Color #b5bccf
CMYK Percentages of Color #b5bccf
Complementary Color
#b5bccf | #cfc8b5 |
#b5bccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5bccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5bccf Color CSS Codes
.mybgcolor {background-color:#b5bccf; } .myforecolor {color:#b5bccf; } .mybordercolor {border:3px solid #b5bccf; }
#b5bccf Text Font Color
<p style="color:#b5bccf">Text here</p>
This sample text font color is #b5bccf
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.
#b5bccf Background Color
<div style="background-color:#b5bccf">
Div content here</div>
This div background color is #b5bccf
#b5bccf Border Color
<div style="border:3px solid #b5bccf">
Div here</div>
This div border color is #b5bccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,188,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5bccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5bccf; -webkit-box-shadow: 1px 1px 3px 2px #b5bccf; box-shadow: 1px 1px 3px 2px #b5bccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,188,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 #b5bccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5bccf; -webkit-box-shadow: 1px 1px 3px 2px #b5bccf; box-shadow: 1px 1px 3px 2px #b5bccf;">
Div content here</div>
This div box has shadow with color #b5bccf
Comments
No comments written yet.
Please login to write comment.