Color spaces of #b2cbce
RGB | 178 | 203 | 206 |
---|---|---|---|
HSL | 0.52 | 0.22 | 0.75 |
HSV | 186° | 14° | 81° |
CMYK | 0.14 | 0.01 | 0.00 0.19 |
XYZ | 50.8566 | 56.6331 | 66.6434 |
Yxy | 56.6331 | 0.2921 | 0.3252 |
Hunter Lab | 75.2550 | -11.0676 | 0.1731 |
CIE-Lab | 79.9728 | -7.7566 | -4.3393 |
#b2cbce color RGB value is (178,203,206).
#b2cbce hex color red value is 178, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2cbce hue: 0.52 , saturation: 0.22 and the lightness value of b2cbce is 0.75.
The process color (four color CMYK) of #b2cbce color hex is 0.14, 0.01, 0.00, 0.19. Web safe color of #b2cbce is #99cccc. Color #b2cbce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11001011 | 11001110 |
Octal | 262 | 313 | 316 |
Decimal | 178 | 203 | 206 |
Hex | B2 | CB | CE |
Shades of #b2cbce
Tints of #b2cbce
RGB Percentages of Color #b2cbce
CMYK Percentages of Color #b2cbce
Complementary Color
#b2cbce | #ceb5b2 |
#b2cbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2cbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2cbce Color CSS Codes
.mybgcolor {background-color:#b2cbce; } .myforecolor {color:#b2cbce; } .mybordercolor {border:3px solid #b2cbce; }
#b2cbce Text Font Color
<p style="color:#b2cbce">Text here</p>
This sample text font color is #b2cbce
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.
#b2cbce Background Color
<div style="background-color:#b2cbce">
Div content here</div>
This div background color is #b2cbce
#b2cbce Border Color
<div style="border:3px solid #b2cbce">
Div here</div>
This div border color is #b2cbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,203,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2cbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2cbce; -webkit-box-shadow: 1px 1px 3px 2px #b2cbce; box-shadow: 1px 1px 3px 2px #b2cbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,203,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2cbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2cbce; -webkit-box-shadow: 1px 1px 3px 2px #b2cbce; box-shadow: 1px 1px 3px 2px #b2cbce;">
Div content here</div>
This div box has shadow with color #b2cbce
Comments
No comments written yet.
Please login to write comment.