Color spaces of #bfbbcf
RGB | 191 | 187 | 207 |
---|---|---|---|
HSL | 0.70 | 0.17 | 0.77 |
HSV | 252° | 10° | 81° |
CMYK | 0.08 | 0.10 | 0.00 0.19 |
XYZ | 50.5187 | 51.1220 | 66.2364 |
Yxy | 51.1220 | 0.3009 | 0.3045 |
Hunter Lab | 71.4997 | 0.9963 | -4.8758 |
CIE-Lab | 76.7529 | 5.2215 | -9.5445 |
#bfbbcf color RGB value is (191,187,207).
#bfbbcf hex color red value is 191, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bfbbcf hue: 0.70 , saturation: 0.17 and the lightness value of bfbbcf is 0.77.
The process color (four color CMYK) of #bfbbcf color hex is 0.08, 0.10, 0.00, 0.19. Web safe color of #bfbbcf is #cccccc. Color #bfbbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111011 | 11001111 |
Octal | 277 | 273 | 317 |
Decimal | 191 | 187 | 207 |
Hex | BF | BB | CF |
Shades of #bfbbcf
Tints of #bfbbcf
RGB Percentages of Color #bfbbcf
CMYK Percentages of Color #bfbbcf
Complementary Color
#bfbbcf | #cbcfbb |
#bfbbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbbcf Color CSS Codes
.mybgcolor {background-color:#bfbbcf; } .myforecolor {color:#bfbbcf; } .mybordercolor {border:3px solid #bfbbcf; }
#bfbbcf Text Font Color
<p style="color:#bfbbcf">Text here</p>
This sample text font color is #bfbbcf
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.
#bfbbcf Background Color
<div style="background-color:#bfbbcf">
Div content here</div>
This div background color is #bfbbcf
#bfbbcf Border Color
<div style="border:3px solid #bfbbcf">
Div here</div>
This div border color is #bfbbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,187,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbbcf; -webkit-box-shadow: 1px 1px 3px 2px #bfbbcf; box-shadow: 1px 1px 3px 2px #bfbbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,187,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbbcf; -webkit-box-shadow: 1px 1px 3px 2px #bfbbcf; box-shadow: 1px 1px 3px 2px #bfbbcf;">
Div content here</div>
This div box has shadow with color #bfbbcf
Comments
No comments written yet.
Please login to write comment.