Color spaces of #bbcfcc
RGB | 187 | 207 | 204 |
---|---|---|---|
HSL | 0.48 | 0.17 | 0.77 |
HSV | 171° | 10° | 81° |
CMYK | 0.10 | 0.00 | 0.01 0.19 |
XYZ | 53.7054 | 59.5501 | 65.7905 |
Yxy | 59.5501 | 0.3000 | 0.3326 |
Hunter Lab | 77.1687 | -10.8186 | 3.4702 |
CIE-Lab | 81.5930 | -7.2983 | -0.8183 |
#bbcfcc color RGB value is (187,207,204).
#bbcfcc hex color red value is 187, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbcfcc hue: 0.48 , saturation: 0.17 and the lightness value of bbcfcc is 0.77.
The process color (four color CMYK) of #bbcfcc color hex is 0.10, 0.00, 0.01, 0.19. Web safe color of #bbcfcc is #cccccc. Color #bbcfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001111 | 11001100 |
Octal | 273 | 317 | 314 |
Decimal | 187 | 207 | 204 |
Hex | BB | CF | CC |
Shades of #bbcfcc
Tints of #bbcfcc
RGB Percentages of Color #bbcfcc
CMYK Percentages of Color #bbcfcc
Complementary Color
#bbcfcc | #cfbbbe |
#bbcfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcfcc Color CSS Codes
.mybgcolor {background-color:#bbcfcc; } .myforecolor {color:#bbcfcc; } .mybordercolor {border:3px solid #bbcfcc; }
#bbcfcc Text Font Color
<p style="color:#bbcfcc">Text here</p>
This sample text font color is #bbcfcc
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.
#bbcfcc Background Color
<div style="background-color:#bbcfcc">
Div content here</div>
This div background color is #bbcfcc
#bbcfcc Border Color
<div style="border:3px solid #bbcfcc">
Div here</div>
This div border color is #bbcfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,207,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcfcc; -webkit-box-shadow: 1px 1px 3px 2px #bbcfcc; box-shadow: 1px 1px 3px 2px #bbcfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,207,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcfcc; -webkit-box-shadow: 1px 1px 3px 2px #bbcfcc; box-shadow: 1px 1px 3px 2px #bbcfcc;">
Div content here</div>
This div box has shadow with color #bbcfcc
Comments
No comments written yet.
Please login to write comment.