Color spaces of #b2bdde
RGB | 178 | 189 | 222 |
---|---|---|---|
HSL | 0.63 | 0.40 | 0.78 |
HSV | 225° | 20° | 87° |
CMYK | 0.20 | 0.15 | 0.00 0.13 |
XYZ | 49.7425 | 51.1341 | 76.3554 |
Yxy | 51.1341 | 0.2807 | 0.2885 |
Hunter Lab | 71.5081 | -0.9710 | -13.2534 |
CIE-Lab | 76.7602 | 3.1049 | -17.7560 |
#b2bdde color RGB value is (178,189,222).
#b2bdde hex color red value is 178, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2bdde hue: 0.63 , saturation: 0.40 and the lightness value of b2bdde is 0.78.
The process color (four color CMYK) of #b2bdde color hex is 0.20, 0.15, 0.00, 0.13. Web safe color of #b2bdde is #99cccc. Color #b2bdde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111101 | 11011110 |
Octal | 262 | 275 | 336 |
Decimal | 178 | 189 | 222 |
Hex | B2 | BD | DE |
Shades of #b2bdde
Tints of #b2bdde
RGB Percentages of Color #b2bdde
CMYK Percentages of Color #b2bdde
Complementary Color
#b2bdde | #ded3b2 |
#b2bdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2bdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2bdde Color CSS Codes
.mybgcolor {background-color:#b2bdde; } .myforecolor {color:#b2bdde; } .mybordercolor {border:3px solid #b2bdde; }
#b2bdde Text Font Color
<p style="color:#b2bdde">Text here</p>
This sample text font color is #b2bdde
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.
#b2bdde Background Color
<div style="background-color:#b2bdde">
Div content here</div>
This div background color is #b2bdde
#b2bdde Border Color
<div style="border:3px solid #b2bdde">
Div here</div>
This div border color is #b2bdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,189,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2bdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2bdde; -webkit-box-shadow: 1px 1px 3px 2px #b2bdde; box-shadow: 1px 1px 3px 2px #b2bdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,189,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2bdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bdde; -webkit-box-shadow: 1px 1px 3px 2px #b2bdde; box-shadow: 1px 1px 3px 2px #b2bdde;">
Div content here</div>
This div box has shadow with color #b2bdde
Comments
No comments written yet.
Please login to write comment.