Color spaces of #bfabc1
RGB | 191 | 171 | 193 |
---|---|---|---|
HSL | 0.82 | 0.15 | 0.71 |
HSV | 295° | 11° | 76° |
CMYK | 0.01 | 0.11 | 0.00 0.24 |
XYZ | 45.6744 | 44.0524 | 56.5477 |
Yxy | 44.0524 | 0.3123 | 0.3012 |
Hunter Lab | 66.3720 | 6.6852 | -4.0536 |
CIE-Lab | 72.2635 | 11.1888 | -8.5829 |
#bfabc1 color RGB value is (191,171,193).
#bfabc1 hex color red value is 191, green value is 171 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bfabc1 hue: 0.82 , saturation: 0.15 and the lightness value of bfabc1 is 0.71.
The process color (four color CMYK) of #bfabc1 color hex is 0.01, 0.11, 0.00, 0.24. Web safe color of #bfabc1 is #cc99cc. Color #bfabc1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101011 | 11000001 |
Octal | 277 | 253 | 301 |
Decimal | 191 | 171 | 193 |
Hex | BF | AB | C1 |
Shades of #bfabc1
Tints of #bfabc1
RGB Percentages of Color #bfabc1
CMYK Percentages of Color #bfabc1
Complementary Color
#bfabc1 | #adc1ab |
#bfabc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfabc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfabc1 Color CSS Codes
.mybgcolor {background-color:#bfabc1; } .myforecolor {color:#bfabc1; } .mybordercolor {border:3px solid #bfabc1; }
#bfabc1 Text Font Color
<p style="color:#bfabc1">Text here</p>
This sample text font color is #bfabc1
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.
#bfabc1 Background Color
<div style="background-color:#bfabc1">
Div content here</div>
This div background color is #bfabc1
#bfabc1 Border Color
<div style="border:3px solid #bfabc1">
Div here</div>
This div border color is #bfabc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,171,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfabc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfabc1; -webkit-box-shadow: 1px 1px 3px 2px #bfabc1; box-shadow: 1px 1px 3px 2px #bfabc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,171,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfabc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfabc1; -webkit-box-shadow: 1px 1px 3px 2px #bfabc1; box-shadow: 1px 1px 3px 2px #bfabc1;">
Div content here</div>
This div box has shadow with color #bfabc1
Comments
No comments written yet.
Please login to write comment.