Color spaces of #bbcfd1
RGB | 187 | 207 | 209 |
---|---|---|---|
HSL | 0.52 | 0.19 | 0.78 |
HSV | 185° | 11° | 82° |
CMYK | 0.11 | 0.01 | 0.00 0.18 |
XYZ | 54.3150 | 59.7939 | 69.0003 |
Yxy | 59.7939 | 0.2966 | 0.3265 |
Hunter Lab | 77.3265 | -9.9410 | 1.2227 |
CIE-Lab | 81.7260 | -6.3135 | -3.2952 |
#bbcfd1 color RGB value is (187,207,209).
#bbcfd1 hex color red value is 187, green value is 207 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bbcfd1 hue: 0.52 , saturation: 0.19 and the lightness value of bbcfd1 is 0.78.
The process color (four color CMYK) of #bbcfd1 color hex is 0.11, 0.01, 0.00, 0.18. Web safe color of #bbcfd1 is #cccccc. Color #bbcfd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001111 | 11010001 |
Octal | 273 | 317 | 321 |
Decimal | 187 | 207 | 209 |
Hex | BB | CF | D1 |
Shades of #bbcfd1
Tints of #bbcfd1
RGB Percentages of Color #bbcfd1
CMYK Percentages of Color #bbcfd1
Complementary Color
#bbcfd1 | #d1bdbb |
#bbcfd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcfd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcfd1 Color CSS Codes
.mybgcolor {background-color:#bbcfd1; } .myforecolor {color:#bbcfd1; } .mybordercolor {border:3px solid #bbcfd1; }
#bbcfd1 Text Font Color
<p style="color:#bbcfd1">Text here</p>
This sample text font color is #bbcfd1
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.
#bbcfd1 Background Color
<div style="background-color:#bbcfd1">
Div content here</div>
This div background color is #bbcfd1
#bbcfd1 Border Color
<div style="border:3px solid #bbcfd1">
Div here</div>
This div border color is #bbcfd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,207,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcfd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcfd1; -webkit-box-shadow: 1px 1px 3px 2px #bbcfd1; box-shadow: 1px 1px 3px 2px #bbcfd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,207,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcfd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcfd1; -webkit-box-shadow: 1px 1px 3px 2px #bbcfd1; box-shadow: 1px 1px 3px 2px #bbcfd1;">
Div content here</div>
This div box has shadow with color #bbcfd1
#bbcfd1 Color Palettes
Comments
No comments written yet.
Please login to write comment.