Color spaces of #bfdbe1
RGB | 191 | 219 | 225 |
---|---|---|---|
HSL | 0.53 | 0.36 | 0.82 |
HSV | 191° | 15° | 88° |
CMYK | 0.15 | 0.03 | 0.00 0.12 |
XYZ | 60.4080 | 67.1756 | 81.0165 |
Yxy | 67.1756 | 0.2896 | 0.3220 |
Hunter Lab | 81.9607 | -11.8703 | -1.2344 |
CIE-Lab | 85.5925 | -8.0109 | -6.0723 |
#bfdbe1 color RGB value is (191,219,225).
#bfdbe1 hex color red value is 191, green value is 219 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfdbe1 hue: 0.53 , saturation: 0.36 and the lightness value of bfdbe1 is 0.82.
The process color (four color CMYK) of #bfdbe1 color hex is 0.15, 0.03, 0.00, 0.12. Web safe color of #bfdbe1 is #cccccc. Color #bfdbe1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011011 | 11100001 |
Octal | 277 | 333 | 341 |
Decimal | 191 | 219 | 225 |
Hex | BF | DB | E1 |
Shades of #bfdbe1
Tints of #bfdbe1
RGB Percentages of Color #bfdbe1
CMYK Percentages of Color #bfdbe1
Complementary Color
#bfdbe1 | #e1c5bf |
#bfdbe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdbe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdbe1 Color CSS Codes
.mybgcolor {background-color:#bfdbe1; } .myforecolor {color:#bfdbe1; } .mybordercolor {border:3px solid #bfdbe1; }
#bfdbe1 Text Font Color
<p style="color:#bfdbe1">Text here</p>
This sample text font color is #bfdbe1
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.
#bfdbe1 Background Color
<div style="background-color:#bfdbe1">
Div content here</div>
This div background color is #bfdbe1
#bfdbe1 Border Color
<div style="border:3px solid #bfdbe1">
Div here</div>
This div border color is #bfdbe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,219,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdbe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdbe1; -webkit-box-shadow: 1px 1px 3px 2px #bfdbe1; box-shadow: 1px 1px 3px 2px #bfdbe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,219,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdbe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdbe1; -webkit-box-shadow: 1px 1px 3px 2px #bfdbe1; box-shadow: 1px 1px 3px 2px #bfdbe1;">
Div content here</div>
This div box has shadow with color #bfdbe1
#bfdbe1 Color Palettes
Comments
No comments written yet.
Please login to write comment.