Color spaces of #bfcbdb
RGB | 191 | 203 | 219 |
---|---|---|---|
HSL | 0.60 | 0.28 | 0.80 |
HSV | 214° | 13° | 86° |
CMYK | 0.13 | 0.07 | 0.00 0.14 |
XYZ | 55.6280 | 58.9027 | 75.4553 |
Yxy | 58.9027 | 0.2928 | 0.3100 |
Hunter Lab | 76.7481 | -4.9301 | -4.5676 |
CIE-Lab | 81.2381 | -0.8934 | -9.3345 |
#bfcbdb color RGB value is (191,203,219).
#bfcbdb hex color red value is 191, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfcbdb hue: 0.60 , saturation: 0.28 and the lightness value of bfcbdb is 0.80.
The process color (four color CMYK) of #bfcbdb color hex is 0.13, 0.07, 0.00, 0.14. Web safe color of #bfcbdb is #cccccc. Color #bfcbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001011 | 11011011 |
Octal | 277 | 313 | 333 |
Decimal | 191 | 203 | 219 |
Hex | BF | CB | DB |
Shades of #bfcbdb
Tints of #bfcbdb
RGB Percentages of Color #bfcbdb
CMYK Percentages of Color #bfcbdb
Complementary Color
#bfcbdb | #dbcfbf |
#bfcbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcbdb Color CSS Codes
.mybgcolor {background-color:#bfcbdb; } .myforecolor {color:#bfcbdb; } .mybordercolor {border:3px solid #bfcbdb; }
#bfcbdb Text Font Color
<p style="color:#bfcbdb">Text here</p>
This sample text font color is #bfcbdb
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.
#bfcbdb Background Color
<div style="background-color:#bfcbdb">
Div content here</div>
This div background color is #bfcbdb
#bfcbdb Border Color
<div style="border:3px solid #bfcbdb">
Div here</div>
This div border color is #bfcbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,203,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcbdb; -webkit-box-shadow: 1px 1px 3px 2px #bfcbdb; box-shadow: 1px 1px 3px 2px #bfcbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,203,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcbdb; -webkit-box-shadow: 1px 1px 3px 2px #bfcbdb; box-shadow: 1px 1px 3px 2px #bfcbdb;">
Div content here</div>
This div box has shadow with color #bfcbdb
Comments
No comments written yet.
Please login to write comment.