Color spaces of #bfb5ce
RGB | 191 | 181 | 206 |
---|---|---|---|
HSL | 0.73 | 0.20 | 0.76 |
HSV | 264° | 12° | 81° |
CMYK | 0.07 | 0.12 | 0.00 0.19 |
XYZ | 49.1503 | 48.5803 | 65.1790 |
Yxy | 48.5803 | 0.3017 | 0.2982 |
Hunter Lab | 69.6996 | 3.8993 | -6.6549 |
CIE-Lab | 75.1895 | 8.2697 | -11.3334 |
#bfb5ce color RGB value is (191,181,206).
#bfb5ce hex color red value is 191, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bfb5ce hue: 0.73 , saturation: 0.20 and the lightness value of bfb5ce is 0.76.
The process color (four color CMYK) of #bfb5ce color hex is 0.07, 0.12, 0.00, 0.19. Web safe color of #bfb5ce is #cccccc. Color #bfb5ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110101 | 11001110 |
Octal | 277 | 265 | 316 |
Decimal | 191 | 181 | 206 |
Hex | BF | B5 | CE |
Shades of #bfb5ce
Tints of #bfb5ce
RGB Percentages of Color #bfb5ce
CMYK Percentages of Color #bfb5ce
Complementary Color
#bfb5ce | #c4ceb5 |
#bfb5ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb5ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb5ce Color CSS Codes
.mybgcolor {background-color:#bfb5ce; } .myforecolor {color:#bfb5ce; } .mybordercolor {border:3px solid #bfb5ce; }
#bfb5ce Text Font Color
<p style="color:#bfb5ce">Text here</p>
This sample text font color is #bfb5ce
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.
#bfb5ce Background Color
<div style="background-color:#bfb5ce">
Div content here</div>
This div background color is #bfb5ce
#bfb5ce Border Color
<div style="border:3px solid #bfb5ce">
Div here</div>
This div border color is #bfb5ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,181,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb5ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb5ce; -webkit-box-shadow: 1px 1px 3px 2px #bfb5ce; box-shadow: 1px 1px 3px 2px #bfb5ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,181,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb5ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb5ce; -webkit-box-shadow: 1px 1px 3px 2px #bfb5ce; box-shadow: 1px 1px 3px 2px #bfb5ce;">
Div content here</div>
This div box has shadow with color #bfb5ce
Comments
No comments written yet.
Please login to write comment.