Color spaces of #bfbee1
RGB | 191 | 190 | 225 |
---|---|---|---|
HSL | 0.67 | 0.37 | 0.81 |
HSV | 242° | 16° | 88° |
CMYK | 0.15 | 0.16 | 0.00 0.12 |
XYZ | 53.4899 | 53.3395 | 78.7105 |
Yxy | 53.3395 | 0.2883 | 0.2875 |
Hunter Lab | 73.0339 | 2.9238 | -12.7746 |
CIE-Lab | 78.0750 | 7.3119 | -17.2975 |
#bfbee1 color RGB value is (191,190,225).
#bfbee1 hex color red value is 191, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfbee1 hue: 0.67 , saturation: 0.37 and the lightness value of bfbee1 is 0.81.
The process color (four color CMYK) of #bfbee1 color hex is 0.15, 0.16, 0.00, 0.12. Web safe color of #bfbee1 is #cccccc. Color #bfbee1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111110 | 11100001 |
Octal | 277 | 276 | 341 |
Decimal | 191 | 190 | 225 |
Hex | BF | BE | E1 |
Shades of #bfbee1
Tints of #bfbee1
RGB Percentages of Color #bfbee1
CMYK Percentages of Color #bfbee1
Complementary Color
#bfbee1 | #e0e1be |
#bfbee1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbee1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbee1 Color CSS Codes
.mybgcolor {background-color:#bfbee1; } .myforecolor {color:#bfbee1; } .mybordercolor {border:3px solid #bfbee1; }
#bfbee1 Text Font Color
<p style="color:#bfbee1">Text here</p>
This sample text font color is #bfbee1
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.
#bfbee1 Background Color
<div style="background-color:#bfbee1">
Div content here</div>
This div background color is #bfbee1
#bfbee1 Border Color
<div style="border:3px solid #bfbee1">
Div here</div>
This div border color is #bfbee1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,190,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbee1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbee1; -webkit-box-shadow: 1px 1px 3px 2px #bfbee1; box-shadow: 1px 1px 3px 2px #bfbee1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,190,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 #bfbee1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbee1; -webkit-box-shadow: 1px 1px 3px 2px #bfbee1; box-shadow: 1px 1px 3px 2px #bfbee1;">
Div content here</div>
This div box has shadow with color #bfbee1
Comments
No comments written yet.
Please login to write comment.