Color spaces of #b9bfde
RGB | 185 | 191 | 222 |
---|---|---|---|
HSL | 0.64 | 0.36 | 0.80 |
HSV | 230° | 17° | 87° |
CMYK | 0.17 | 0.14 | 0.00 0.13 |
XYZ | 51.8232 | 52.8498 | 76.5769 |
Yxy | 52.8498 | 0.2859 | 0.2916 |
Hunter Lab | 72.6979 | 0.0237 | -11.5651 |
CIE-Lab | 77.7862 | 4.2238 | -16.1586 |
#b9bfde color RGB value is (185,191,222).
#b9bfde hex color red value is 185, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9bfde hue: 0.64 , saturation: 0.36 and the lightness value of b9bfde is 0.80.
The process color (four color CMYK) of #b9bfde color hex is 0.17, 0.14, 0.00, 0.13. Web safe color of #b9bfde is #cccccc. Color #b9bfde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10111111 | 11011110 |
Octal | 271 | 277 | 336 |
Decimal | 185 | 191 | 222 |
Hex | B9 | BF | DE |
Shades of #b9bfde
Tints of #b9bfde
RGB Percentages of Color #b9bfde
CMYK Percentages of Color #b9bfde
Complementary Color
#b9bfde | #ded8b9 |
#b9bfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9bfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9bfde Color CSS Codes
.mybgcolor {background-color:#b9bfde; } .myforecolor {color:#b9bfde; } .mybordercolor {border:3px solid #b9bfde; }
#b9bfde Text Font Color
<p style="color:#b9bfde">Text here</p>
This sample text font color is #b9bfde
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.
#b9bfde Background Color
<div style="background-color:#b9bfde">
Div content here</div>
This div background color is #b9bfde
#b9bfde Border Color
<div style="border:3px solid #b9bfde">
Div here</div>
This div border color is #b9bfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,191,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9bfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9bfde; -webkit-box-shadow: 1px 1px 3px 2px #b9bfde; box-shadow: 1px 1px 3px 2px #b9bfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,191,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 #b9bfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9bfde; -webkit-box-shadow: 1px 1px 3px 2px #b9bfde; box-shadow: 1px 1px 3px 2px #b9bfde;">
Div content here</div>
This div box has shadow with color #b9bfde
Comments
No comments written yet.
Please login to write comment.